Theses, Books, Title pages ⇒ general problem with the template
general problem with the template
I've gone through a few pages but couldn't find a solution to this so I thought I'd ask directly.
I don't change anything in the Masters-Doctoral-Thesis-Template but always appears the error
"Package biblatex Error: Outdated 'babel' package. \begin{document}"
What should I do to solve this problem?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
general problem with the template
welcome to the forum!
The error message is clear, you need to update your LaTeX installation. TeX Live 2017 and MiKTeX 2.9 (since some time) are the recent versions, and
babel
is a fundamental part for language support. If you don't need biblatex
for a bibliography yet, you could remove it from the template.Stefan