- Questo topic ha 18 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 17 anni, 8 mesi fa da
valeriac.
-
CreatoreTopic
-
5 Agosto 2008 alle 10:35 #25960::
Salve. Io ho un piccolo problemino. Ho installato texlive su windows xp. Volevo usare il ‘garamond’ e pertanto ho inserito \usepackage{lmodern} e \usepackage{garamond} all’inizio. Il font c’è in C:\Programmi\MikTeX 2.5\tex\latex\psnfssx\garamond.sty. Tuttavia, il latex non lo usa e mi dice: LaTeX font warning: some font shape were not available, defaults substituted.Cosa devo fare per scrivere in garamond?
Grazie; ciao,
davide
-
CreatoreTopic
-
AutoreRisposte
-
-
5 Agosto 2008 alle 11:17 #25961::
Il font c’è
No, non c’è.
in C:\Programmi\MikTeX 2.5\tex\latex\psnfssx\garamond.sty
Quello è solo il file di stile che gestirebbe (se ci fossero) gli eventuali file di supporto per usare Garamond con LaTeX. Mancherebbe ancora il font vero e proprio. Ma non ci sono neanche i file di supporto…
Cosa devo fare per scrivere in garamond?
Puoi provare a installare urw-garamond (http://www.ctan.org/tex-archive/fonts/urw/garamond/). Non credo che sia incluso nella distribuzione MiKTeX, quindi, se vuoi, devi installarlo a mano. Segui attentamente le istruzioni contenute all’interno dell’archivio, sia per quanto riguarda l’installazione che l’uso del font, una volta installato.
Ciao,
Max.
-
5 Agosto 2008 alle 12:10 #25962
-
5 Agosto 2008 alle 12:58 #25963::
La documentazione fa riferimento a percorsi relativi a, che, nel caso di MiKTeX, si riferisce all’albero locale della distribuzione. Fino a MiKTeX 2.4, questa directory era c:\localtexmf. Da MiKTeX 2.5 in poi, è cambiata un po’ l’organizzazione della distribuzione. L’albero locale dovrebbe (dico dovrebbe, perché è molto che non uso MiKTeX) trovarsi in c:\Document and Settings\All Users\Dati Applicazioni\MiKTeX\2.5\.
Comunque, dovrebbe essere possibile vedere in quale cartella si trova l’albero locale, usando il pannello di configurazione di MiKTeX. Cito dalla documentazione di ProTeXt (che è basata su MiKTeX):
Da questa versione di MiKTEX, noterete che l’albero Local TEXMF
non è purtroppo più previsto. Potete piazzare comunque i vostri
pacchetti, classi e file di configurazione dentro una delle tre cartelle
raggruppate insieme dentro C:\Documents and Settings.Potete trovare il percorso esatto nel menu di Windows
Start -> Tutti i programmi -> MiKTeX 2.5 -> Settings.
All’interno di questa finestra cliccate sul pulsante chiamato Roots.Ciao,
Max.
-
5 Agosto 2008 alle 14:32 #25964
-
5 Agosto 2008 alle 15:00 #25965::
Ok. Prova con questo: crea, se non esiste già, la cartella`~/texmf`
Scompatta lì dentro il contenuto dell’archivio ugm.zip. Crea la cartella
`~/texmf/fonts/type1/urw/garamond`
e copiaci i file .pfb. Crea la cartella
`~/texmf/fonts/afm/urw/garamond`
e copiaci i file .afm (non dovrebbe essere necessario, ma male non fa…).
lancia da terminale:
`updmap –enable Map=ugm.map`
Ora il font dovrebbe essere pronto per l’uso. Se vuoi utilizzarlo come font principale del documento, scrivi nel preambolo:
`
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\renewcommand{\rmdefault}{ugm}
`come è scritto nella documentazione. Se vuoi usarlo solo in casi speciali:
`
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\newcommand{\textgaramond}[1]{{\fontfamily{ugm}\selectfont #1}}
`e poi
`
\textgaramond{Questo testo è in URW Garamond}
`nel testo, dove serve.
Questo dovrebbe bastare.
Ciao,
Max.PS: per qualche dettaglio in più sul funzionamento dei font in LaTeX, puoi consultare
-
– http://www.guit.sssup.it/guitmeeting/2005/articoli/zannarini-vavassori.pdf
– il capitolo 11 di http://www.guit.sssup.it/downloads/GuidaGuIT.pdf
– il paragrafo 10.2 di http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf -
5 Agosto 2008 alle 15:15 #25966::
E’ quello che avevo provato senza successo:This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex 2008.6.21) 5 AUG 2008 17:22
entering extended mode
%&-line parsing enabled.
**file.tex
(./file.tex
LaTeX2e <2005/12/01>
Babeland hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo
File: size10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package(/usr/share/texmf-texlive/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
)
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
relax
l.100 \fontencoding\encodingdefault\selectfont?
) (/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adobe without \textcurrency
(textcomp) 4 = 5 + \texteuro
(textcomp) 3 = 4 + \textohm
(textcomp) 2 = 3 + \textestimated + \textcurrency
(textcomp) 1 = TS1 – \textcircled – \t
(textcomp) 0 = TS1 (full)
(textcomp) Font families with sub-encoding setting implement
(textcomp) only a restricted character set as indicated.
(textcomp) Family ‘?’ is the default used for unknown fonts.
(textcomp) See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
)
LaTeX Info: Redefining \oldstylenums on input line 266.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
) (./file.aux)
\openout1 = `file.aux’.LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 9.
LaTeX Font Info: … okay on input line 9.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 9.
LaTeX Font Info: … okay on input line 9.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 9.
LaTeX Font Info: … okay on input line 9.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 9.
LaTeX Font Info: … okay on input line 9.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 9.
LaTeX Font Info: … okay on input line 9.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 9.
LaTeX Font Info: … okay on input line 9.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 9.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 9.(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: … okay on input line 9.
LaTeX Font Info: Try loading font information for T1+ugm on input line 9.
LaTeX Font Info: No file T1ugm.fd. on input line 9.LaTeX Font Warning: Font shape `T1/ugm/m/n’ undefined
(Font) using `T1/cmr/m/n’ instead on input line 9.Missing character: There is no C in font nullfont!
Missing character: There is no i in font nullfont!
Missing character: There is no a in font nullfont!
Missing character: There is no o in font nullfont!
Missing character: There is no , in font nullfont!
Missing character: There is no c in font nullfont!
Missing character: There is no o in font nullfont!
Missing character: There is no m in font nullfont!
Missing character: There is no e in font nullfont!
Missing character: There is no s in font nullfont!
Missing character: There is no t in font nullfont!
Missing character: There is no a in font nullfont!
Missing character: There is no i in font nullfont!
Missing character: There is no ? in font nullfont!
! Font T1/ugm/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
relax
l.13 \end{document}?
Missing character: There is no 1 in font nullfont!
[1] (./file.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
)
Here is how much of TeX’s memory you used:
860 strings out of 95087
10617 string characters out of 1183278
48180 words of memory out of 1500000
4102 multiletter control sequences out of 10000+50000
3640 words of font info for 14 fonts, out of 1200000 for 2000
28 hyphenation exceptions out of 8191
23i,4n,17p,144b,111s stack positions out of 5000i,500n,6000p,200000b,5000sOutput written on file.dvi (1 page, 156 bytes).
Non ci capisco più niente.
-
5 Agosto 2008 alle 15:29 #25967
-
5 Agosto 2008 alle 15:43 #25968::
root@davidebond-laptop:~# updmap –enable Map=ugm.map
updmap: This is updmap, version 1167072206
updmap: using transcript file `/home/davidebond/.texmf-var/web2c/updmap.log’
updmap: initial config file is `/var/lib/texmf/web2c/updmap.cfg’
Enabling map file in /etc/texmf/updmap.d/10local.cfg.
Running update-updmap to merge the changed files
Now running updmap again to generate output files
updmap
updmap: This is updmap, version 1167072206
updmap: using transcript file `/home/davidebond/.texmf-var/web2c/updmap.log’updmap is creating new map files using the following configuration:
config file: `/var/lib/texmf/web2c/updmap.cfg’
dvips output directory: `/home/davidebond/.texmf-var/fonts/map/dvips/updmap’
pdftex output directory: `/home/davidebond/.texmf-var/fonts/map/pdftex/updmap’
dvipdfm output directory: `/home/davidebond/.texmf-var/fonts/map/dvipdfm/updmap’prefer outlines: `true’
texhash enabled: `false’
download standard fonts (dvips): `false’
download standard fonts (pdftex): `true’
download standard fonts (dvipdfm): `true’updmap: Scanning for LW35 support files
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/tetex/dvips35.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/tetex/pdftex35.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/tetex/dvipdfm35.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/tetex/ps2pk35.map’updmap: Scanning for MixedMap entries:
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/allrunes/allrunes.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/ams/ams-bsr-interpolated.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/ams/ams-bsr.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/ams/ams-cmcsc-bsr-interpolated.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/cmll/cmll.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/cm/cmother-bsr.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/cm/cmtext-bsr-interpolated.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/cm/cmtext-bsr.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/velthuis/dvng.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/hfbright/hfbright.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/latex-fonts/latex-bsr.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/mflogo/mflogo.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/trajan/trajan.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/cmex/ttcmex.map’updmap: Scanning for Map entries:
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/ai/aifonts.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/antt/antt.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/archaic/archaicprw.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/arev/arev.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/ascii/ascii.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/augie/augie.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/aurical/aurical.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/belleek/belleek.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/bera/bera.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/burmese/burmese.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/psnfss/charter.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/ocherokee/cherokee.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/cm-lgc/cm-lgc.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/dictsym/dictsym.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/doublestroke/dstroke.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/esvect/esvect.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/foekfont/foekfont.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/fourier/fourier.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/psnfss/fpls.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/iwona/iwona.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/linearA/linearA.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/tetex/mathpple.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/mathdesign/mdbch.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/mathdesign/mdput.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/mathdesign/mdugm.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/oinuit/oinuit.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/psnfss/pazo.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/brushscr/pbsi.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/phaistos/phaistos.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/zefonts/slantcm.map’
updmap: using map file `/home/davidebond/texmf/ugm.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/grotesq/ugq.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/psnfss/utopia.map’
updmap: using map file `/usr/share/texmf-texlive/fonts/map/dvips/gothic/yfrak.map’updmap: Generating output for ps2pk…
updmap: Generating output for dvips…
updmap: Generating output for pdftex…
updmap: Generating output for dvipdfm…
updmap: All output generated!updmap: Files generated:
-rw-r–r– 1 root root 40081 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/dvipdfm/updmap/dvipdfm_dl14.map
-rw-r–r– 1 root root 40708 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/dvipdfm/updmap/dvipdfm_ndl14.map
-rw-r–r– 1 root root 8919 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/dvips/updmap/builtin35.map
-rw-r–r– 1 root root 12978 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/dvips/updmap/download35.map
-rw-r–r– 1 root root 124614 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/dvips/updmap/ps2pk.map
-rw-r–r– 1 root root 105928 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/dvips/updmap/psfonts_pk.map
-rw-r–r– 1 root root 120561 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/dvips/updmap/psfonts_t1.map
-rw-r–r– 1 root root 124621 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/pdftex/updmap/pdftex_dl14.map
-rw-r–r– 1 root root 123071 2008-08-05 17:51 /home/davidebond/.texmf-var/fonts/map/pdftex/updmap/pdftex_ndl14.mapupdmap: Map file links:
psfonts.map -> psfonts_t1.map
pdftex.map -> pdftex_dl14.map
dvipdfm.map -> dvipdfm_dl14.maproot@davidebond-laptop:~#
-
5 Agosto 2008 alle 16:34 #25969::
Dunque, l’output di updmap sembra andare bene. Ci sono due problemi nel log che mi avevi postato prima:1) il fatto che non trovi ecrm1000.tfm. Puoi controllare che esista la cartella /usr/share/texmf-texlive/fonts/tfm/jknappen/ec? Hai fatto un’installazione completa di texlive, o hai installato solo alcuni pacchetti? Su Ubuntu i file EC si trovano in texlive-latex-recommended.
2) il fatto che non trovi t1ugm.fd. Prova a lanciare:
`$ texhash ~/texmf`
Teoricamente non dovrebbe essere necessario, ma ogni distribuzione si comporta in maniera un po’ diversa per l’aggiornamento del database dell’albero personale. Poi ricompila il file di esempio.
Ciao,
Max.
-
5 Agosto 2008 alle 16:42 #25970
-
5 Agosto 2008 alle 17:00 #25971::
Non credo ce ne sia bisogno. Su Ubuntu puoi installare abbastanza comodamente i pacchetti che mancano attraverso il tuo package manager. Non uso solitamente Ubuntu, ma mi pare di ricordare che esiste il meta-pacchetto texlive, che fa l’installazione completa.Qualunque sia la tua decisione finale, comunque: fallo a mente fresca 😉
Ciao,
Max.
-
6 Agosto 2008 alle 11:21 #25972::
Ho utlizzato Synaptic per aggiornare i fonts del latex, ma nei fonts contemplati non c’è il garamond (o meglio, ci dovrebbe essere). Ho così, installato texlive2007 su unix (in mac os X). Penso di aver installato anche il garamond, perchè in un caso funziona. Ho provato, tuttavia, con un altro file e questo è il risultato:This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex 2008.8.5) 6 AUG 2008 13:28
entering extended mode
%&-line parsing enabled.
**lombardo.tex
(./lombardo.tex
LaTeX2e <2005/12/01>
Babeland hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,
turkish, ukenglish, ukrainian, loaded.
(/usr/local/texlive/2007/texmf-dist/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/local/texlive/2007/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip43For additional information on amsmath, use the `?’ option.
(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks14
\ex@=\dimen103
))
(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen104
)
(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count87
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count88
\leftroot@=\count89
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count90
\DOTSCASE@=\count91
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box26
\strutbox@=\box27
\big@size=\dimen105
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\macc@depth=\count92
\c@MaxMatrixCols=\count93
\dotsspace@=\muskip10
\c@parentequation=\count94
\dspbrk@lvl=\count95
\tag@help=\toks15
\row@=\count96
\column@=\count97
\maxfields@=\count98
\andhelp@=\toks16
\eqnshift@=\dimen106
\alignsep@=\dimen107
\tagshift@=\dimen108
\tagwidth@=\dimen109
\totwidth@=\dimen110
\lineht@=\dimen111
\@envbody=\toks17
\multlinegap=\skip44
\multlinetaggap=\skip45
\mathdisplay@stack=\toks18
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
(/usr/local/texlive/2007/texmf-dist/tex/latex/amscls/amsthm.sty
Package: amsthm 2004/08/06 v2.20
\thm@style=\toks19
\thm@bodyfont=\toks20
\thm@headfont=\toks21
\thm@notefont=\toks22
\thm@headpunct=\toks23
\thm@preskip=\skip46
\thm@postskip=\skip47
\thm@headsep=\skip48
\dth@everypar=\toks24
)
(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2002/01/22 v2.2d(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2001/10/25 v2.2f
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info: Overwriting math alphabet `\mathfrak’ in version `bold’
(Font) U/euf/m/n U/euf/b/n on input line 132.
))
(/usr/local/texlive/2007/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package(/usr/local/texlive/2007/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/local/texlive/2007/texmf-dist/tex/latex/psnfss/times.sty
Package: times 2005/04/12 PSNFSS-v9.2a (SPQR)
)
\c@theorem=\count99
(./lombardo.aux)
\openout1 = `lombardo.aux’.LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 94.
LaTeX Font Info: … okay on input line 94.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 94.
LaTeX Font Info: … okay on input line 94.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 94.
LaTeX Font Info: … okay on input line 94.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 94.
LaTeX Font Info: … okay on input line 94.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 94.
LaTeX Font Info: … okay on input line 94.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 94.
LaTeX Font Info: … okay on input line 94.
LaTeX Font Info: Try loading font information for T1+ptm on input line 94.
(/usr/local/texlive/2007/texmf-dist/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
)
LaTeX Font Info: Try loading font information for U+msa on input line 110.(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Info: Try loading font information for U+msb on input line 110.(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Info: Try loading font information for T1+pcr on input line 110.(/usr/local/texlive/2007/texmf-dist/tex/latex/psnfss/t1pcr.fd
File: t1pcr.fd 2001/06/04 font definitions for T1/pcr.
)
LaTeX Font Info: Font shape `T1/ptm/bx/n’ in size <9> not available
(Font) Font shape `T1/ptm/b/n’ tried instead on input line 114.
LaTeX Font Info: Font shape `T1/ptm/bx/n’ in size <14.4> not available
(Font) Font shape `T1/ptm/b/n’ tried instead on input line 137.
[1] [2] [3]
LaTeX Font Info: Font shape `T1/ptm/bx/n’ in size <10> not available
(Font) Font shape `T1/ptm/b/n’ tried instead on input line 211.[4]
Underfull \hbox (badness 1365) in paragraph at lines 224–225
[]\T1/ptm/m/it/10 ii) $ \OML/cmm/m/it/10 @^^^[] $ \T1/ptm/m/it/10 G-converges t
o $ \OML/cmm/m/it/10 @^^^ $ \T1/ptm/m/it/10 and there ex-ist $ \OT1/cmr/m/n/10
[\OML/cmm/m/it/10 u; v\OT1/cmr/m/n/10 ] \OMS/cmsy/m/n/10 2 \OML/cmm/m/it/10 @^^
^$\T1/ptm/m/it/10 , $ \OT1/cmr/m/n/10 [\OML/cmm/m/it/10 u[]; v[]\OT1/cmr/m/n/10
] \OMS/cmsy/m/n/10 2 \OML/cmm/m/it/10 @^^^[] $ \T1/ptm/m/it/10 such that
[][5] [6]
Underfull \hbox (badness 4229) in paragraph at lines 313–314
\T1/ptm/b/n/10 Lemma 4.2 \T1/ptm/m/n/10 (Strongly con-verg-ing in-puts)\T1/ptm/
b/n/10 . \T1/ptm/m/it/10 Let $ \OT1/cmr/m/n/10 [\OML/cmm/m/it/10 v[]; u[]\OT1/c
mr/m/n/10 ] \OMS/cmsy/m/n/10 2 \OML/cmm/m/it/10 S$\T1/ptm/m/it/10 , $ \OML/cmm/
m/it/10 v[] \OMS/cmsy/m/n/10 ! \OML/cmm/m/it/10 v[] $ \T1/ptm/m/it/10 strongly
in
[][7]
Underfull \hbox (badness 10000) in paragraph at lines 344–345
\T1/ptm/b/n/10 Lemma 4.4 \T1/ptm/m/n/10 (Ap-prox-i-ma-tion + strong con-ver-gen
ce)\T1/ptm/b/n/10 . \T1/ptm/m/it/10 Let $ \OML/cmm/m/it/10 ^^^[] $ \T1/ptm/m/it
/10 M-converge to $ \OML/cmm/m/it/10 ^^^ $ \T1/ptm/m/it/10 and
[]Underfull \hbox (badness 10000) in paragraph at lines 348–349
\T1/ptm/b/n/10 Lemma 4.5 \T1/ptm/m/n/10 (Ap-prox-i-ma-tion + weak con-ver-gence
)\T1/ptm/b/n/10 . \T1/ptm/m/it/10 Let $ \OML/cmm/m/it/10 ^^^[] $ \T1/ptm/m/it/1
0 M-converge to $ \OML/cmm/m/it/10 ^^^ $ \T1/ptm/m/it/10 and
[]LaTeX Font Info: Font shape `T1/ptm/bx/n’ in size <12> not available
(Font) Font shape `T1/ptm/b/n’ tried instead on input line 366.
[8] [9] [10]
Underfull \hbox (badness 4060) in paragraph at lines 470–471
\T1/ptm/b/n/10 Lemma 5.3 \T1/ptm/m/n/10 (Strongly con-verg-ing in-puts)\T1/ptm/
b/n/10 . \T1/ptm/m/it/10 Let $ \OT1/cmr/m/n/10 [\OML/cmm/m/it/10 v[]; u[]\OT1/c
mr/m/n/10 ] \OMS/cmsy/m/n/10 2 \OML/cmm/m/it/10 P$\T1/ptm/m/it/10 , $ \OML/cmm/
m/it/10 v[] \OMS/cmsy/m/n/10 ! \OML/cmm/m/it/10 v[] $ \T1/ptm/m/it/10 strongly
in
[][11] [12] [13]
Underfull \hbox (badness 3492) in paragraph at lines 580–581
\T1/ptm/b/n/10 Theorem 6.2 \T1/ptm/m/n/10 (Semi-lin-ear prob-lem 1)\T1/ptm/b/n/
10 . \T1/ptm/m/it/10 Let $ \OML/cmm/m/it/10 H[] \OMS/cmsy/m/n/10 2 \OT1/cmr/m/n
/10 (\OML/cmm/m/it/10 H[]\OT1/cmr/m/n/10 (0\OML/cmm/m/it/10 ; T\OT1/cmr/m/n/10
; \OMS/cmsy/m/n/10 H\OT1/cmr/m/n/10 ))[] $ \T1/ptm/m/it/10 be uni-formly lin-ea
rly
[][14]
Overfull \hbox (1.21127pt too wide) in paragraph at lines 583–584
[]\T1/ptm/m/n/10 The idea of the proof is to ob-tain a uni-form a pri-ori es-ti
-mate on $ \OML/cmm/m/it/10 v[] $ \T1/ptm/m/n/10 in $ \OML/cmm/m/it/10 H[]\OT1/
cmr/m/n/10 (0\OML/cmm/m/it/10 ; T\OT1/cmr/m/n/10 ; \OMS/cmsy/m/n/10 H\OT1/cmr/m
/n/10 ) \OMS/cmsy/m/n/10 \
[]Overfull \hbox (4.99582pt too wide) in paragraph at lines 595–596
\T1/ptm/m/it/10 that $ \OML/cmm/m/it/10 v[] \OMS/cmsy/m/n/10 ! \OML/cmm/m/it/10
v $ \T1/ptm/m/it/10 weakly in $ \OML/cmm/m/it/10 H[]\OT1/cmr/m/n/10 (0\OML/cmm
/m/it/10 ; T\OT1/cmr/m/n/10 ; \OMS/cmsy/m/n/10 H\OT1/cmr/m/n/10 )$\T1/ptm/m/it/
10 , $ \OML/cmm/m/it/10 u[] \OMS/cmsy/m/n/10 ! \OML/cmm/m/it/10 u $ \T1/ptm/m/i
t/10 weakly in $ \OML/cmm/m/it/10 H[]\OT1/cmr/m/n/10 (0\OML/cmm/m/it/10 ; T\OT1
/cmr/m/n/10 ; \OMS/cmsy/m/n/10 H\OT1/cmr/m/n/10 )$\T1/ptm/m/it/10 , and $ [][]
[][]\OT1/cmr/m/n/10 (\OML/cmm/m/it/10 v[]; u[]\OT1/cmr/m/n/10 ) \OMS/cmsy/m/n/1
0 ^^T
[][15]
Overfull \hbox (36.52829pt too wide) in paragraph at lines 625–626
[]\T1/ptm/m/n/10 We shall check that $ \OML/cmm/m/it/10 v[] $ \T1/ptm/m/n/10 an
d $ \OML/cmm/m/it/10 u[] $ \T1/ptm/m/n/10 are uni-formly bounded in $ \OML/cmm/
m/it/10 H[]\OT1/cmr/m/n/10 (0\OML/cmm/m/it/10 ; T\OT1/cmr/m/n/10 ; \OMS/cmsy/m/
n/10 H\OT1/cmr/m/n/10 ) \OMS/cmsy/m/n/10 \ \OML/cmm/m/it/10 L[]\OT1/cmr/m/n/10
(0\OML/cmm/m/it/10 ; T\OT1/cmr/m/n/10 ; \OML/cmm/m/it/10 H[]\OT1/cmr/m/n/10 (
)) \OMS/cmsy/m/n/10 \
[][16]
Underfull \hbox (badness 10000) in paragraph at lines 656–657
\T1/ptm/m/it/10 early bounded in $ \OT1/cmr/m/n/10 (\OML/cmm/m/it/10 H[]\OT1/cm
r/m/n/10 (0\OML/cmm/m/it/10 ; T\OT1/cmr/m/n/10 ; \OMS/cmsy/m/n/10 H\OT1/cmr/m/n
/10 ))[]$\T1/ptm/m/it/10 , and con-verge in the weak sense to
[]Underfull \hbox (badness 7308) in paragraph at lines 659–660
[]\T1/ptm/m/n/10 We shall es-tab-lish some a pri-ori es-ti-mates on $ \OML/cmm/
m/it/10 v[] $ \T1/ptm/m/n/10 in $ \OML/cmm/m/it/10 H[]\OT1/cmr/m/n/10 (0\OML/cm
m/m/it/10 ; T\OT1/cmr/m/n/10 ; \OMS/cmsy/m/n/10 H\OT1/cmr/m/n/10 )\OMS/cmsy/m/n
/10 \$
[][17] [18] [19] (./lombardo.aux) )
(\end occurred inside a group at level 1)### simple group (level 1) entered at line 361 ({)
### bottom level
Here is how much of TeX’s memory you used:
1613 strings out of 94074
17393 string characters out of 1163017
68250 words of memory out of 1500000
4910 multiletter control sequences out of 10000+50000
43606 words of font info for 60 fonts, out of 1200000 for 2000
645 hyphenation exceptions out of 8191
29i,14n,24p,1287b,294s stack positions out of 5000i,500n,6000p,200000b,5000sOutput written on lombardo.dvi (19 pages, 102192 bytes).
Cosa c’è che non va?
Grazie. Ciao,
davide
P.S. Chiedo scusa per il disturbo. So di essere imbranato.
-
6 Agosto 2008 alle 13:04 #25973::
È difficile dirlo, senza vedere il file. Comunque:(\end occurred inside a group at level 1)
### simple group (level 1) entered at line 361 ({)
### bottom levelcosa c’è nella linea 361 del tuo documento? Il log indica che è stato aperto un gruppo (parentesi graffa) che non viene più chiuso nel resto del documento.
P.S. Chiedo scusa per il disturbo. So di essere imbranato.
Tutti siamo imbranati, all’inizio 😉
Ciao,
Max.
-
9 Dicembre 2008 alle 21:58 #25974::
Mi riaggancio a questo thread perché ho un problema simile: vorrei anch’io scrivere un documento intero in garamond.
Sistema operativo Windows Xp, distribuzione MiKTeX 2.7, shell editor TeXnicCenter.Ho scaricato da http://www.ctan.org il pacchetto urw-garamond.
Avrei voluto copiare i file pfb, pfm, afm nelle apposite cartelle del mio albero locale ma questo si trova in una cartella nascosta 😯 : riesco a vederlo solo se vado in MiKTeX Settings, quindi Roots e spunto “Show MiKTeX mantained root directories”.
L’albero locale dovrebbe essere -credo- C:\Documents and Settings\All Users\Dati applicazioni\MiKTeX\2.7. Esplorandolo, però, vedo che nella cartella Fonts non ci sono le cartelle in cui mettere i file pfb, afm ecc… di garamond.Ho provato perciò la soluzione proposta: ho creato una cartella texmf (ma dovevo crearla in un posto preciso? ❓ ) per scompattare i file; ho lanciato dal Prompt dei comandi
`updmap –enable Map=ugm.map `
e mi dice
`mkfntmap: –enable: unknown option`.Sospetto che quanto ho digitato fosse consigliato per teTeX, e non per MiKTeX…ma per MiKTeX 2.7 cosa devo scrivere? Nel documento a corredo del pacchetto diceva (o almeno, così mi è sembrato):
1. di aggiungere la riga
`Map ugm.map`
nel file updmap.cfg (ma, operativamente, che vuol dire? Aprire il file updmap.cfg con il Blocco note e aggiungere quel codice di seguito, in calce a quanto già scritto?
❓ )
2. scrivere nel prompt dei comandi
`initexmf -u
updmap`
ma andando a capo? o tutto di seguito premendo poi Invio?
❓ )In questi giorni ho provato un po’ a pasticciare tra file di font e cartelle: sicuramente ho copiato i file di garamond anche nell’albero principale (non trovavo l’albero locale…) e spero di non avere fatto danni.
Ringrazio anticipatamente di qualunque suggerimento, dritta o chiarimento.
Chiedo scusa per avere fatto delle domande un po’ terra terra… 😳 ma mi piacerebbe molto capirci qualcosa.Buona serata, Valeria
-
14 Dicembre 2008 alle 23:32 #25975::
Nel documento a corredo del pacchetto diceva (o almeno, così mi è sembrato):
1. di aggiungere la riga
`Map ugm.map`
nel file updmap.cfg (ma, operativamente, che vuol dire? Aprire il file updmap.cfg con il Blocco note e aggiungere quel codice di seguito, in calce a quanto già scritto?Sì! Almeno così ho fatto anch’io. Dopo aver messo i files nei posti giusti, copia il file updmap.cfg in C:\Documents and Settings\All Users\Dati applicazioni\MiKTeX\2.7. Aprilo e aggiungi la riga
`Map ugm.map
`
Puoi ora cancellare l’altro file updmap.cfg e tenere solo quello modificato.Poi fai start>Esegui, scrivi updmap e premi invio. Il font è pronto all’uso.
Ciao
Ivan
-
15 Dicembre 2008 alle 12:13 #25976::
Grazie, Ivan, della tua risposta. Putroppo però non riesco ancora a far funzionare il font 😥Ti illustro la situazione.
1. Considerato che, a quanto ho capito, l’albero locale in MiKTeX 2.7 è la cartella nascosta C:\Documents and Settings\All users\Dati applicazioni\MikTeX\2.7, ho installato:
– nella sottocartella (creata per l’occasione) fonts\type1\urw\garamond i quattro file .pfb
– nella sottocartella (creata per l’occasione) fonts\afm\urw\garamond\ i quattro file .afm
– nella sottocartella fonts\vf\urw\garamond gli otto file .vf (in automatico scompattando ugm.zip)
– nella sottocartella fonts\tfm\urw\garamond\ i sedici file .tfm (in automatico scompattando ugm.zip);2. Ho copiato, modificato e salvato il file updmap.cfg (con aggiunta di “Map ugm.map”), eliminando il file updmap.cfg originale dell’albero principale;
3. Con start>esegui, scrivendo “updmap” e premendo Invio mi chiede con cosa voglio aprire il file. Se seleziono “blocco note”, apre il file ma dentro non compare nulla.
4. Ho aperto il mio documento .tex e nel preambolo ho aggiunto
`\usepackage[T1]{fontenc}
\renewcommand{\rmdefault}{ugm} `
come indicato nella documentazione.
Compilando per ottenere un PDF non ottengo nessun output e in più:
a. Compare un messaggio di Acrobat Reader: Errore durante l’apertura del documento. Il file non esiste. E subito dopo un messaggio di errore di TeXnicCenter
`[DocOpen(“%bm.pdf”)][FileOpen(“%bm.pdf”)]
Cannot execute the command.`
b. 0 errori, ma vari Warnings:
`LaTeX Font Warning: Font shape 'T1/ugm/m/sc' undefined
(Font) using 'T1/ugm/m/n' instead on input line 43.
LaTeX Font Warning: Font shape 'T1/ugm/bx/sc' undefined
(Font) using 'T1/ugm/bx/n' instead on input line 47.`[…]
`LaTeX Font Warning: Some font shapes were not available, defaults substituted.`[…]
`!pdfTeX error: pdflatex (file ugmri8r): Font ugmri8r at 657 not found
==>Fatal error occurred, no output PDF file produced!`Saresti così gentile da darmi ancora qualche dritta? Ti ringrazio anticipatamente
Valeria
-
15 Dicembre 2008 alle 16:48 #25977::
Allora, le cartelle sono corrette però manca qualcosa.Metti il file ugm.map nella cartella …/fonts/map/dvips/urw
Metti il file updmap.cfg nella cartella …/2.7/miktex/config
Questo file deve contenere una lista di stringhe del tipo “Map xyz.map” “Mixed Map xyz.map” e naturalmente quella che hai aggiunto tu: ugm.map. Se non è così riapri il file updmap.cfg aggiungi la riga
`Map ugm.map
`salvalo, chiudilo e mettilo dove ti ho indicato.
A questo punto fai un “Refresh FNDB” dalle Opzioni (Settings) di MiKTeX, e un “Update Formats”. Infine Star>Esegui, scrivi`updmap`
o
`mkfntmap`
e premi invio. Il programma updmap agiornerà le mappe dei font e allla fine dovrebbe essere tutto funzionante.
Per gli errori che riporti prova a eliminare i file usiliari dalla cartella. L’errore di acrobat e di TeXnicCenter può essere dovuto al fatto che cerca di aprire in automatico un file che non esiste ancora. Gli altri warnings sono la prova che il font non è installato correttamente.
Se ti servono delle guide di riferimento ti consiglio la guida: “LaTeX e i font: installazione pratica” di Zannarini-Vavassori (la trovi sul sito GuIT) e la “Font installation guide” che trovi in MiKTeX.Ciao
Ivan
-
19 Dicembre 2008 alle 11:06 #25978::
Rispondo con qualche giorno di ritardo, chiedo scusa…Ho risolto il mio problema, il font è correttamente installato 😀
Considerato che anche con le correzioni suggeritemi da Ivan ottenevo messaggi di errore e nessun output, ho optato per una soluzione poco tecnica ma efficace: ho disinstallato MiKTeX 2.7 e l’ho reinstallato. Probabilmente avevo fatto qualche pasticcio, perché ripetendo la procedura corretta ex novo tutto funziona.
Pur non essendo esperta, mi permetto di riassumere qualche punto nella speranza di aiutare qualcuno più sprovveduto di me (e ce ne vuole!!!)
– L’albero locale in cui installare i font in MiKTeX 2.7 è
la cartella nascosta C:\Documents and Settings\All users\Dati applicazioni\MikTeX\2.7, in cui ho installato -nella cartella fonts, creata ex novo:
– nella sottocartella (creata per l’occasione) fonts\type1\urw\garamond i quattro file .pfb
– nella sottocartella (creata per l’occasione) fonts\afm\urw\garamond\ i quattro file .afm
– nella sottocartella fonts\vf\urw\garamond gli otto file .vf (in automatico scompattando ugm.zip)
– nella sottocartella fonts\tfm\urw\garamond\ i sedici file .tfm (in automatico scompattando ugm.zip);(come installare i files è ben spiegato nella documentazione di urw-garamond), che però non è chiara sul dove, facendo riferimento ad una precedente versione di MiKTeX.
-Ho aggiunto in calce al file updmap.cfg le parole Map ugm.map e l’ho spostato nell’albero locale, nella cartella …miktex/config
-Il file ugm.map si trova nell’albero locale nella cartella …dvips/ugm (non urw come -sicuramente per lapsus– aveva indicato Ivan -lo preciso solo per chiarezza 😉 )
-Dopo Refresh e Update formats, andare su start>Esegui>cmd e scrivere updmap premendo poi invio. Il font è attivo.
Saluti a tutti e grazie Ivan!!
Valeria
-
-
AutoreRisposte
- Devi essere connesso per rispondere a questo topic.