General ⇒ a question about winfonts
a question about winfonts
my miktex is installed in c:\program files\miktex2.5
do you have any idea? thank you very much
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: a question about winfonts
it would be easier to help if you don't just say you didn't get it, tell us instead what difficulties you exactly encountered, at which point of the installation you had problems. Your question is so general as if you want a completely rewritten installation manual instead of the package documentation.
Stefan
-
- Posts: 3
- Joined: Sat Dec 22, 2012 10:21 am
a question about winfonts
I am trying to install winfonts.
Read me document asked me to do this.
0) First, the winfonts package could be already installed on your
system. Use the Miktex Package Manager to know if it is the case.
1) Unzip the file
winfonts.zip
on your local texmf tree (for example"
c:\localtexmf
") [I created a new directory c:\texmf
2) If you haven't create yet a local version of the file
updmap.cfg
you should do that now. Consult the file
Code: Select all
${TEXMF}/miktex/config/updmap.cfg
Now add the following line at the end of your local version of
updmap.cfg
:Code: Select all
Map winfonts.map
ttf2pk.cfg
,you should do that now. Create the file
Code: Select all
${LOCALTEXMF}/ttf2tfm/ttf2pk.cfg
Code: Select all
map ttfonts.map
Code: Select all
map +winfonts_ttf2tfm.map
I followed these two instructions.
4) Refresh the file name database using "Miktex Options".
Now I opened this MIkTex options also. But I don't know how to update this and run the utility. Can somebody help me
5) Run the utility updmap.
6) Enjoy! The fonts are now available in your document with the
command
\fontfamily
followed by \selectfont
. For exampleCode: Select all
\fontfamily{verdana}\selectfont
The documentation is in the directory:
Code: Select all
doc/latex/winfonts