6177: Wrong line created by the LaTeX module
svn: r20677
This commit is contained in:
parent
28d939cda7
commit
3e85d2f7c9
@ -84,12 +84,12 @@ _LATEX_TEMPLATE = '''%
|
|||||||
% when utf8 is specified as an option to the inputenc
|
% when utf8 is specified as an option to the inputenc
|
||||||
% package. This package is included by default in some
|
% package. This package is included by default in some
|
||||||
% installations, but not in others, so we do not make it
|
% 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
|
% (If you do not have ucs.sty, you may obtain it from
|
||||||
% http://www.tug.org/tex-archive/macros/latex/contrib/supported/unicode/)
|
% http://www.tug.org/tex-archive/macros/latex/contrib/supported/unicode/)
|
||||||
%
|
%
|
||||||
\\usepackage[latin1]{inputenc}%
|
%\\usepackage[latin1]{inputenc}%
|
||||||
%\\usepackage[latin1,utf8]{inputenc}%
|
\\usepackage[latin1,utf8]{inputenc}%
|
||||||
\\usepackage{graphicx}% Extended graphics support
|
\\usepackage{graphicx}% Extended graphics support
|
||||||
\\usepackage{longtable}% For multi-page tables
|
\\usepackage{longtable}% For multi-page tables
|
||||||
\\usepackage{calc}% For some calculations
|
\\usepackage{calc}% For some calculations
|
||||||
|
Loading…
Reference in New Issue
Block a user