Math.lyx: add check for babel (bug #8423) and translate a comment

(the other language variants of this manual are not affected)
This commit is contained in:
Uwe Stöhr 2012-11-19 00:14:28 +01:00
parent 4375b44dd6
commit 6bdc561714

View File

@ -23,12 +23,10 @@
\fi % end if pdflatex is used \fi % end if pdflatex is used
% Folgendes Problem lösen: % solves the following problem:
% Besteht die Kapitelnummer aus zu vielen Ziffern, wird die % If the dection number consits of too many numerals the section heading
% Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über % will be printed in the TOC without a space between it and the section number.
% die Kapitelnummer geschrieben. % As solution more space between the number and the heading is inserted:
% Als Lösung wird mehr Platz zwischen Nummer und
% Überschrift eingefügt.
\renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}} \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
\renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}} \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
@ -39,6 +37,7 @@
% increase link area for cross-references and autoname them, % increase link area for cross-references and autoname them,
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}} \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
\@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
\addto\extrasenglish{% \addto\extrasenglish{%
\renewcommand*{\equationautorefname}[1]{} \renewcommand*{\equationautorefname}[1]{}
\renewcommand{\sectionautorefname}{sec.\negthinspace} \renewcommand{\sectionautorefname}{sec.\negthinspace}