blob: c43327a35d2fdbe00b977de6020a644a1919b7b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Problem:
LaTeX complains with
! Font U/mvs/m/n/10=umvs at 10.0pt not loadable: Bad metric (TFM) file.
<to be read again>
Possible cause:
File umvs.tfm was not downloaded in BINARY mode.
Solution:
Download all files again, this time in BINARY mode.
Problem:
Some versions of dvips (e.g. 5.76) complain with error message
<marvosym.pfb> Second number not found ...
or similar
Possible cause:
There is a problem with partial font downloading feature of dvips
Solution:
Turn off partial font downloading with
dvips -j0 <dvi-file>
Problem:
Ghostscript complains. No errors with LaTeX or dvips.
Possible cause:
Spelling error in Font map file.
Solution:
Check line (especially the spaces)
umvs MarVoSym <marvosym.pfb
|