i downloaded winfonts, but dont know how to install it, i read the instructions, but didnt get it.
my miktex is installed in c:\program files\miktex2.5
do you have any idea? thank you very much
General ⇒ a question about winfonts
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: a question about winfonts
Hi,
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
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
LaTeX.org admin
-
- Posts: 3
- Joined: Sat Dec 22, 2012 10:21 am
a question about winfonts
Hi
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
"
[I created a new directory c:\texmf
2) If you haven't create yet a local version of the file
you should do that now. Consult the file
and follow the instructions given.
Now add the following line at the end of your local version of
3) If you haven't create yet a local version of the file
you should do that now. Create the file
and add the line
Append to this file the line:
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
to typeset your document with Verdana.
The documentation is in the directory:
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
Last edited by cgnieder on Sat Dec 22, 2012 3:10 pm, edited 1 time in total.