mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
thesis.lyx: change preamble code as proposed by Jürgen
no change of functionality except that for pure English documents the loading of babel can be avoided.
This commit is contained in:
parent
32f3cf0c6b
commit
a832a8e8b2
@ -7,9 +7,10 @@
|
||||
% increases link area for cross-references and autoname them
|
||||
% if you change the document language to e.g. French
|
||||
% you must change "extrasenglish" to "extrasfrench"
|
||||
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
|
||||
\@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
|
||||
\addto\extrasenglish{%
|
||||
\AtBeginDocument{%
|
||||
\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}
|
||||
}
|
||||
\def\refnamechanges{%
|
||||
\renewcommand*{\equationautorefname}[1]{}
|
||||
\renewcommand{\sectionautorefname}{sec.\negthinspace}
|
||||
\renewcommand{\subsectionautorefname}{sec.\negthinspace}
|
||||
@ -17,6 +18,7 @@
|
||||
\renewcommand{\figureautorefname}{Fig.\negthinspace}
|
||||
\renewcommand{\tableautorefname}{Tab.\negthinspace}
|
||||
}
|
||||
\@ifpackageloaded{babel}{\addto\extrasenglish{\refnamechanges}}{\refnamechanges}
|
||||
|
||||
% in case somebody want to have the label "Equation"
|
||||
%\renewcommand{\eqref}[1]{Equation~(\negthinspace\autoref{#1})}
|
||||
|
Loading…
Reference in New Issue
Block a user