Curricula Vitae / Résumés ⇒ Friggeri .aux error
Friggeri .aux error
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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Friggeri .aux error
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?
Friggeri .aux error

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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Friggeri .aux error
you have to run biber, such as by
biber cv_10
at the command line.
Stefan
Friggeri .aux error
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.tex2018-12-16 09:21:55,177+0100 INFO xelatex - allowing known shell commands2018-12-16 09:21:55,192+0100 INFO xelatex - enabling input (output) from (to) processes2018-12-16 09:21:55,255+0100 INFO xelatex - going to create file: xelatex.fmt2018-12-16 09:21:56,550+0100 ERROR xelatex - D:\...\Miktex\miktex\bin\x64\initexmf.exe did not succeed; exitCode: 12018-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.log2018-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.cpp2018-12-16 09:21:56,565+0100 FATAL xelatex - Line: 6892018-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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Friggeri .aux error
\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
Friggeri .aux error
Miktex kept giving me problems regardless of the solution, so I installed MacTex on my other computer. This works fine!