From fb3230a0dba6528c97a561ee6de85fa342f80b40 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Fri, 29 Apr 2016 21:24:22 +0200 Subject: [PATCH] doc: Use T1 font encoding Add \usepackage[T1]{fontenc} to the manual. This ensures the correct generation of accented letters. The default OT1 encoding causes an error when using BibLatex 3.4 and Biber 2.4 when processing one of the .bib entries that contains a \c{c}: ! Illegal parameter number in definition of \z. \crcr l.93 Signed-off-by: Michael Kruse Signed-off-by: Sven Verdoolaege --- doc/manual.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual.tex b/doc/manual.tex index 6914ca60..31162414 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -1,4 +1,5 @@ \documentclass{report} +\usepackage[T1]{fontenc} \usepackage[plainpages=false,pdfpagelabels,breaklinks]{hyperref} \usepackage[backend=biber,isbn=false,url=false,doi=true,% maxbibnames=99,style=authoryear,sortcites=true,sorting=nyt,backref=true,% -- 2.11.4.GIT