MiKTeX and proTeXt ⇒ Problem with downloading biber and biblatex on Windows
Problem with downloading biber and biblatex on Windows
I use Texmaker. I downloaded Biblatex and Biber as I couldn't find them in my Miktex file. I added Biber in C:/Program Files (x86)/MiKTeX 2.9/miktex/bin/x64/biber.exe and the Biblatex directory in C:/Program Files (x86)/MiKTeX 2.9...
I have Windows 10.
I downloaded Biber and Biblatex from the following websites :
https://sourceforge.net/projects/biblat ... p_redirect
https://sourceforge.net/projects/biblat ... rce=navbar
But now Texmaker is no longer working... What did I do wrong ?
Have a nice week
Coline
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
Problem with downloading biber and biblatex on Windows
Code: Select all
\documentclass{article}\usepackage[style=authoryear,backend=biber]{biblatex}\addbibresource{biblatex-examples.bib}\begin{document}Zitiere Onlinequelle: \cite{ctan,markey}\parZitiere Buch: \parencite{companion}\parZitiere Artikel: \cite{springer}\printbibliography[heading=bibintoc]\end{document}
Re: Problem with downloading biber and biblatex on Windows
I did make a mistake yes. Now texmaker is working. However my document (thesis) which works at work is not.
I replaced 4 directories that I had in C:/ProgramFiles(x86)/MikTex2.9 by the same I found in the downloaded Biblatex directory : biber, bibtex, doc and tex.
The biber.exe files remains where I put it earlier. Your minimum exmple works well. But I can't get Makeindex and Biber to work...
I get this error message : ! Undefined control sequence.
What should I do if I want to add Biblatex ? My Texmaker version only has Bibtex.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Problem with downloading biber and biblatex on Windows
Also, LaTeX is a bit more precise, it tells you which control sequence is undefined. That would have been the really interesting part. You might just have a simple typo, or you forgot to load the package defining the macro.
Please provide a minimal compiling example along with the log file.