Ciao! Sto provando ad usare il font calligra in questo esempio minimale:
`\documentclass[12pt,pdftex]{article}
\usepackage[T1]{fontenc}
\usepackage{calligra}
\begin{document}
\calligra
This is a test of a calligraphy font.
\normalfont
\end{document}`
Il risultato della compilazione è il seguente:
`Process startedkpathsea: Running
mktexpk
–mfmode / –bdpi 600 –mag 1+91/600 –dpi 691 callig15
kpathsea: Running
mktexfmt mf.base
fmtutil: config file `fmtutil.cnf' not found.
mktexpk: Mismatched mode ljfour and resolution 600; ignoring mode.
mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+91/600; nonstopmode; input callig15
This is METAFONT, Version 2.718281 (TeX Live 2009/Debian)
kpathsea: Running mktexfmt mf.base
fmtutil: config file `fmtutil.cnf' not found.
I can't find the base file `mf.base'!
grep: callig15.log: Nessun file o directory
mktexpk: `mf-nowin -progname=mf \mode:=ljfour; mag:=1+91/600; nonstopmode; input callig15' failed to make callig15.691pk.
kpathsea: Appending font creation commands to missfont.log.
Process exited with error(s)`
Non credo che il problema sia calligra, forse qualche configurazione non corretta?! Uso TexLive2009 su Ubuntu Linux 10.04. Qualcuno mi sa aiutare? Grazie mille 😀
Direi che hai un’installazione bacata. L’ho provato su una configurazione analoga e non ho avuto problemi (a parte dover installare il pacchetto texlive-font-extra, naturalmente).
Ciao
Enrico