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.
MiKTeX and proTeXt ⇒ problem with using mathscr fonts in miktex 2.9
-
- Posts: 3
- Joined: Mon Apr 25, 2011 8:44 pm
problem with using mathscr fonts in miktex 2.9
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
-
- Posts: 3
- Joined: Mon Apr 25, 2011 8:44 pm
problem with using mathscr fonts in miktex 2.9
This is it:
Code: Select all
\documentclass{article}
\usepackage{mathrsfs}
\begin{document}
This is the document $\mathscr{V}$
\end{document}
Re: problem with using mathscr fonts in miktex 2.9
Works for me flawlessly.
That is one ugly letter.
Just a hint: Make sure the pkg mathrsfs is installed properly.
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
-
- Posts: 3
- Joined: Mon Apr 25, 2011 8:44 pm
Re: problem with using mathscr fonts in miktex 2.9

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.
problem with using mathscr fonts in miktex 2.9
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
http://docs.miktex.org/manual/advanced.html
and use rsfso.map for the font map name