MiKTeX and proTeXtproblem with using mathscr fonts in miktex 2.9

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
adisaurabh
Posts: 3
Joined: Mon Apr 25, 2011 8:44 pm

problem with using mathscr fonts in miktex 2.9

Post by adisaurabh »

I just updated miktex 2.8 to 2.9 on windows 7. I am getting the following error which I did not get earlier with 2.8 version:

when compiling abc.tex
-------------------------------------------------

("C:\Users\NAME\Desktop\JEGTP\XYZ\abc.aux")
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\psnfss\ot1ptm.fd")

(C:\Users\NAME\AppData\Roaming\MiKTeX\2.9\tex\latex\ms\ragged2e.sty
(C:\Users\NAME\AppData\Roaming\MiKTeX\2.9\tex\latex\ms\everysel.sty))
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\psnfss\ot1ztmcm.fd")

("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\psnfss\omlztmcm.fd")
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\psnfss\omsztmcm.fd")
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\psnfss\omxztmcm.fd")

("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\jknappen\ursfs.fd")TFM file C:\Use
rs\NAME\AppData\Local\MiKTeX\2.9\fonts/tfm/public/rsfs\rsfs5.tfm already exist
s.
latex: The font file could not be found.

latex: Data: rsfs5
-------------------------

Could you please suggest how to rectify.

I included mathrsfs package to use \mathscr command.

Thanks a lot.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

problem with using mathscr fonts in miktex 2.9

Post by Montag »

OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
adisaurabh
Posts: 3
Joined: Mon Apr 25, 2011 8:44 pm

problem with using mathscr fonts in miktex 2.9

Post by adisaurabh »

This is it:

Code: Select all

\documentclass{article}
\usepackage{mathrsfs}

\begin{document}
This is the document $\mathscr{V}$
\end{document}
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Re: problem with using mathscr fonts in miktex 2.9

Post by Montag »

Works for me flawlessly.
That is one ugly letter.

Just a hint: Make sure the pkg mathrsfs is installed properly.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
adisaurabh
Posts: 3
Joined: Mon Apr 25, 2011 8:44 pm

Re: problem with using mathscr fonts in miktex 2.9

Post by adisaurabh »

:)
It will work - it was working for me as well - just that when I changed from miktex 2.8 - 2.9 it started showing that error.
zhidayat
Posts: 1
Joined: Mon May 07, 2012 10:13 am

problem with using mathscr fonts in miktex 2.9

Post by zhidayat »

you only need to add the font map manually according to
http://docs.miktex.org/manual/advanced.html
and use rsfso.map for the font map name
Post Reply