Hi everyone,
I'm running into a problem compiling the Friggeri template with the latest Miktex and Texnic Center. I have already added backend=biber to \RequirePackage[...]{biblatex} in friggeri-cv and tried 'biber cv_10' in command prompt.
The command prompt gives the error 'cannot find control file cv_10.bcf'.
The Texnic Center output gives the error 'BibTex > I couln't open file name cv_10.aux' and 'MakeIndex > Input index file cv_10.idx not found'.
Does anyone know where I went wrong?
Curricula Vitae / Résumés ⇒ Friggeri .aux error
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Friggeri .aux error
You have to compile with XeLaTeX first, this will create the bcf file.
Then go to the command line and use biber.
TeXniccenter is a bit outdated these days. Have you thought about switching to a more modern editor?
Then go to the command line and use biber.
TeXniccenter is a bit outdated these days. Have you thought about switching to a more modern editor?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Friggeri .aux error
Thanks for the reply
I already tried compiling with XeLaTeX (from TeXniccenter and command line), without success...
I wasn't aware that TeXniccenter is outdated. Is there another editor? Although I doubt this will solve the problem...

I wasn't aware that TeXniccenter is outdated. Is there another editor? Although I doubt this will solve the problem...
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Friggeri .aux error
Hi David,
you have to run biber, such as by
at the command line.
Stefan
you have to run biber, such as by
biber cv_10
at the command line.
Stefan
LaTeX.org admin
Friggeri .aux error
Thanks Stefan! Unfortunately that brings me back to my first post: xelatex gives an error, so no bcf, and therefore biber can't run either...
What solutions are there? Trying a different latex distribution?
I don't need a bibliography, so this is particularly frustrating. To start with the xelatex problem: I removed all bibliography related lines from cv_10 and tried to compile. This is the error log:
What solutions are there? Trying a different latex distribution?
I don't need a bibliography, so this is particularly frustrating. To start with the xelatex problem: I removed all bibliography related lines from cv_10 and tried to compile. This is the error log:
Code: Select all
2018-12-16 09:21:55,177+0100 INFO xelatex - starting with command line: D:\...\Miktex\miktex\bin\x64\xelatex.exe -interaction=nonstopmode cv_10.tex
2018-12-16 09:21:55,177+0100 INFO xelatex - allowing known shell commands
2018-12-16 09:21:55,192+0100 INFO xelatex - enabling input (output) from (to) processes
2018-12-16 09:21:55,255+0100 INFO xelatex - going to create file: xelatex.fmt
2018-12-16 09:21:56,550+0100 ERROR xelatex - D:\...\Miktex\miktex\bin\x64\initexmf.exe did not succeed; exitCode: 1
2018-12-16 09:21:56,550+0100 ERROR xelatex - output:
2018-12-16 09:21:56,550+0100 ERROR xelatex -
Sorry, but "MiKTeX Configuration Utility" did not succeed.
The log file hopefully contains the information to get MiKTeX going again:
C:\Users\...\AppData\Local\MiKTeX\2.9\miktex\log\initexmf.log
2018-12-16 09:21:56,565+0100 FATAL xelatex - The memory dump file could not be found.
2018-12-16 09:21:56,565+0100 FATAL xelatex - Info: fileName="xelatex.fmt"
2018-12-16 09:21:56,565+0100 FATAL xelatex - Source: Libraries\MiKTeX\TeXAndFriends\texmfapp.cpp
2018-12-16 09:21:56,565+0100 FATAL xelatex - Line: 689
2018-12-16 09:21:56,565+0100 INFO xelatex - finishing with exit code 1
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Friggeri .aux error
That template used to have some strange stuff going on and was never updated. If you don't need a bibliography, don't bother. Rename the class file to Davidm.cls and add a comment in there. Delete all lines that are related to package biblatex.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Friggeri .aux error
By the way in that case also adjust the beginning of your document to
Stefan
\documentclass[germanthesis,demo]{Davidm}
. Renaming is common since one should never change an original class or style file but make a copy for own changes.Stefan
LaTeX.org admin
Friggeri .aux error
Johannes and Stefan, thank you very much for your help!
Miktex kept giving me problems regardless of the solution, so I installed MacTex on my other computer. This works fine!
Miktex kept giving me problems regardless of the solution, so I installed MacTex on my other computer. This works fine!