- Questo topic ha 1 risposta, 2 partecipanti ed è stato aggiornato l'ultima volta 18 anni fa da .
-
Topic
-
Ho usato la funziona cerca, ma non ho trovato quello che cercavo. Pazienza, nuovo topic.Sto usando moderncv. Ma per qualche oscuro motivo non ci riesco. Il file di esempio da errori:
`
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[blue]{casual}
\usepackage[english]{babel}
\firstname{Nome}
\familyname{Cognome}
\title{Curriculum Vit\ae}
\address{Via Dotto}
\phone{0800-my-cv}
\email{nome.cognome@gmail.com}
\begin{document}
\maketitle
\end{document}
`Il problema sta in
`
\moderncvtheme[blue]{casual}
`che sembra non esistere in moderncv.cls
Il comando giusto sembra essere (ho guardato nel file della classe)
`
\moderncvstyle{casual}
`
ma se compilo con classic invece di casual, il seguente codice
`
\documentclass[11pt,a4paper]{moderncv}
\moderncvstyle{classic}
\usepackage[english]{babel}
\firstname{Nome}
\familyname{Cognome}
\title{Curriculum Vit\ae}
\address{Via Dotto}
\phone{0800-my-cv}
\email{nome.cognome@gmail.com}
\begin{document}
\maketitle
\end{document}
`mi restituisce
`
(/usr/local/texlive/2007/texmf-dist/tex/latex/lm/t1lmr.fd)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/supp-pdf.tex
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/local/texlive/2007/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/local/texlive/2007/texmf-dist/tex/latex/oberdiek/refcount.sty)) (./cv.out) (./cv.out)
(/usr/local/texlive/2007/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty(/usr/local/texlive/2007/texmf-dist/tex/latex/lm/t1lmss.fd))! LaTeX Error: There's no line here to end.
See the LaTeX manual or LaTeX Companion for explanation.
Type Hfor immediate help.
…l.12 \maketitle
(/usr/local/texlive/2007/texmf-dist/tex/latex/marvosym/umvs.fd)
Underfull \hbox (badness 10000) in paragraph at lines 12–50[1{/usr/local/texlive/2007/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./cv.aux) )
(see the transcript file for additional information){/usr/local/texlive/2007/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}….
`Alla fine il pdf viene fuori come dovrebbe essere (mi pare), e quindi va bene lo stesso, ma mi rompe un pochino avere questi errori e non capirli..se qualcuno riesce a gettare un po’ di luce. Ho mac os x 10.5.3 e TeX-live 2007
- Devi essere connesso per rispondere a questo topic.