mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
4375b44dd6
commit
6bdc561714
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user