Iluvatar” post=93826Salve a tutti,
sto cercando di inserire i simboli Creative Commons in un documento con il pacchetto ccicons, ma mi da un errore e non crea il pdf.
Ho messo nel preambolo
`\usepackage{ccicons}`
e nel document
`\ccbyncndeu`
Dice:Trying to make PK font ccicons at 720 DPI…
Running miktex-makemf.exe…
miktex-makemf: The ccicons source file could not be found.Running ttf2pk.exe…
miktex-makepk: PK font ccicons could not be created.
)
(see the transcript file for additional information)
!pdfTeX error: pdflatex.exe (file ccicons): Font ccicons at 720 not found
==> Fatal error occurred, no output PDF file produced!
texify: pdflatex.exe failed for some reason (see log file)._____________________________________________________________________
PDFTeXify Compilation Report (Pages: 0)
Errors: 1 Warnings: 0 Bad Boxes: 4
_____________________________________________________________________
Per favore, riporta un codice minimo compilabile che riproduca il tuo errore. A me questo codice funziona:
`\documentclass{article}
\usepackage{ccicons}
\begin{document}
\ccbyncndeu
\end{document}`
come puoi vedere dal log:
`This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013)
\write18 enabled.
entering extended mode
(./provaccicons.tex
LaTeX2e <2011/06/27>
Babel <3.9k> and hyphenation patterns for 78 languages loaded.
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2013/texmf-dist/tex/latex/ccicons/ccicons.sty
(/usr/local/texlive/2013/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/local/texlive/2013/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2013/texmf-dist/tex/generic/xkeyval/keyval.tex))))
(./provaccicons.aux) [1{/Users/tommasogordini/Library/texlive/2013/texmf-var/fo
nts/map/pdftex/updmap/pdftex.map}] (./provaccicons.aux) )
Output written on provaccicons.pdf (1 page, 16399 bytes).
SyncTeX written on provaccicons.synctex.gz.
Transcript written on provaccicons.log.`
Forse il problema sta nella tua distribuzione LaTeX. Quale usi, su quale sistema operativo, quale editor?
Ciao
Tommaso