mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
UserGuide.lyx: workaround for a bug in nomencl
see https://tex.stackexchange.com/questions/65913/why-nomenclature-text-is-not-english-when-loading-additional-languages-in-docume for an explanation why the name of the nomenclature can be incorrect. nomencl is no longer under development since 12 years therefore we should switch to the glossaries package (#10015).
This commit is contained in:
parent
f3656600f9
commit
45e44894ce
@ -25,6 +25,7 @@ second step:
|
||||
- sec. 6.7: changed sentences for a new option
|
||||
- sec. C.2.2.1: new paragraph (not French)
|
||||
- sec. D: new table row
|
||||
- nomenclature: French only: new LyX comment
|
||||
|
||||
|
||||
For LyX 2.2.3:
|
||||
|
@ -50270,6 +50270,47 @@ The above bibliography is created from a Bib\SpecialChar TeX
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
renewcommand{
|
||||
\backslash
|
||||
nomname}{Nomenclature}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
The name of the nomenclature has to be redefined to English because a bug
|
||||
in the
|
||||
\series bold
|
||||
nomencl
|
||||
\series default
|
||||
package takes the last used language for the title that is not the document
|
||||
language.
|
||||
See
|
||||
\begin_inset CommandInset href
|
||||
LatexCommand href
|
||||
name "this"
|
||||
target "https://tex.stackexchange.com/questions/65913/why-nomenclature-text-is-not-english-when-loading-additional-languages-in-docume"
|
||||
literal "false"
|
||||
|
||||
\end_inset
|
||||
|
||||
for a detailed explanation of the bug.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset nomencl_print
|
||||
LatexCommand printnomenclature
|
||||
set_width "auto"
|
||||
|
@ -52469,6 +52469,53 @@ La bibliographie ci-dessus a été créée à partir d'une base de données Bib\
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
renewcommand{
|
||||
\backslash
|
||||
nomname}{Nomenclature}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\lang english
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\lang english
|
||||
The name of the nomenclature has to be redefined to English because a bug
|
||||
in the
|
||||
\series bold
|
||||
nomencl
|
||||
\series default
|
||||
package takes the last used language for the title that is not the document
|
||||
language.
|
||||
See
|
||||
\begin_inset CommandInset href
|
||||
LatexCommand href
|
||||
name "this"
|
||||
target "https://tex.stackexchange.com/questions/65913/why-nomenclature-text-is-not-english-when-loading-additional-languages-in-docume"
|
||||
literal "false"
|
||||
|
||||
\end_inset
|
||||
|
||||
for a detailed explanation of the bug.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\lang french
|
||||
|
||||
\begin_inset CommandInset nomencl_print
|
||||
LatexCommand printnomenclature
|
||||
set_width "auto"
|
||||
|
Loading…
Reference in New Issue
Block a user