
Tenho dificuldade em escrever um currículo usandokoma-moderncvpacote. Estou executando o MikTex 2.9 com TexnicCenter RC 1. Instalei o pacote através do gerenciador de pacotes que acompanha o MikTex. Depois de fazer isso baixei e abri o exemplo fornecido emhttp://ctan.org/pkg/koma-moderncvclassic. Com exceção de que modifiquei as opções de babel e csquotes, não toquei em nada. No entanto, recebo os seguintes avisos ao compilar:
LaTeX Warning: Reference `lastpage' on page 1 undefined on input line 138.
[1
{C:/Users/john.doe/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
LaTeX Warning: Reference `lastpage' on page 2 undefined on input line 148.
[2]
LaTeX Warning: Empty bibliography on input line 151.
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 154.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 154.
(C:\Users\john.doe\Documents\Ansoegning\Skabelon\cvbasic.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 154.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 154.
Package rerunfilecheck Info: File `cvbasic.out' has not changed.
(rerunfilecheck) Checksum: E64A0148F1EE05FA86DCDCCFFE737411;205.
LaTeX Warning: There were undefined references.
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) cvbasic
(biblatex) and rerun LaTeX afterwards.
O resultado parece ser que não recebo a numeração correta das páginas. Eu estou correndo pdflatex
, bibtex
, pdflatex
, pdflatex
. Na bibtex
etapa eu recebo os erros I found no \citation commands---while reading...
eI found no \bibdata commands---while reading...
I found no \bibstyle commands---while reading...
Alguém já teve problemas semelhantes e qual foi a solução?
Responder1
É muito importante ler atentamente a mensagem de aviso. No seu caso é
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) cvbasic
(biblatex) and rerun LaTeX afterwards.
Isso significa que você carregou o pacote biblatex
com a opção backend=biber
.
Então você tem que compilar com:
(pdf)latex
biber
(pdf)latex
(pdf)latex
em vez de bibtex
. Se quiser compilar com bibtex
você deve alterar a opção backend
para bibtex
.