6177: Wrong line created by the LaTeX module

svn: r20677
This commit is contained in:
Paul Franklin 2012-11-18 03:32:09 +00:00
parent 28d939cda7
commit 3e85d2f7c9

View File

@ -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