From 3e85d2f7c937164d8d0de3caecfeb3e742635347 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 18 Nov 2012 03:32:09 +0000 Subject: [PATCH] 6177: Wrong line created by the LaTeX module svn: r20677 --- gramps/plugins/docgen/latexdoc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps/plugins/docgen/latexdoc.py b/gramps/plugins/docgen/latexdoc.py index 67bf0ad92..24bba64f0 100644 --- a/gramps/plugins/docgen/latexdoc.py +++ b/gramps/plugins/docgen/latexdoc.py @@ -84,12 +84,12 @@ _LATEX_TEMPLATE = '''% % when utf8 is specified as an option to the inputenc % package. This package is included by default in some % installations, but not in others, so we do not make it -% the default. Uncomment the second line if you wish to use it +% the default. Uncomment the first line if you wish to use it % (If you do not have ucs.sty, you may obtain it from % http://www.tug.org/tex-archive/macros/latex/contrib/supported/unicode/) % -\\usepackage[latin1]{inputenc}% -%\\usepackage[latin1,utf8]{inputenc}% +%\\usepackage[latin1]{inputenc}% +\\usepackage[latin1,utf8]{inputenc}% \\usepackage{graphicx}% Extended graphics support \\usepackage{longtable}% For multi-page tables \\usepackage{calc}% For some calculations