mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
- UserGuide.lyx: describe a makeindex workaround
- German UserGuide.lyx: remove unreferenced labels, cleanups - French UserGuide.lyx: index entry fixes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29729 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
df13e1b8ba
commit
77920c1fac
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -47,6 +47,11 @@
|
|||||||
% redefine the greyed out note
|
% redefine the greyed out note
|
||||||
\renewenvironment{lyxgreyedout}
|
\renewenvironment{lyxgreyedout}
|
||||||
{\textcolor{blue}\bgroup}{\egroup}
|
{\textcolor{blue}\bgroup}{\egroup}
|
||||||
|
|
||||||
|
% workaround for a makeindex bug
|
||||||
|
\newcommand*{\OrgIndex}{}
|
||||||
|
\let\OrgIndex\index
|
||||||
|
\renewcommand*{\index}[1]{\OrgIndex{#1}}
|
||||||
\end_preamble
|
\end_preamble
|
||||||
\options intoc,bibtotoc,idxtotoc,BCOR7mm,tablecaptionabove
|
\options intoc,bibtotoc,idxtotoc,BCOR7mm,tablecaptionabove
|
||||||
\use_default_options false
|
\use_default_options false
|
||||||
@ -26711,6 +26716,115 @@ reference "sec:Indice-alfabético"
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset VSpace bigskip
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
In some cases the index entry order is not correct when you are using the
|
||||||
|
program
|
||||||
|
\family sans
|
||||||
|
makeindex
|
||||||
|
\family default
|
||||||
|
to generate the index (see sec.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang spanish
|
||||||
|
|
||||||
|
\begin_inset CommandInset ref
|
||||||
|
LatexCommand ref
|
||||||
|
reference "sub:Programas-para-índice"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
).
|
||||||
|
|
||||||
|
\family sans
|
||||||
|
makeindex
|
||||||
|
\family default
|
||||||
|
would for example print the index entry for the LaTeX-package aeguill in
|
||||||
|
sec.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang spanish
|
||||||
|
|
||||||
|
\begin_inset CommandInset ref
|
||||||
|
LatexCommand ref
|
||||||
|
reference "sub:Fuentes-de-documento"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
after the the index entries of the other LaTeX-packages although all these
|
||||||
|
index commands start with
|
||||||
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
\lang spanish
|
||||||
|
LaTeX, paquetes !
|
||||||
|
\series default
|
||||||
|
\lang english
|
||||||
|
|
||||||
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
The reason is that the index entry for aeguill is in a footnote.
|
||||||
|
To fix this
|
||||||
|
\family sans
|
||||||
|
makeindex
|
||||||
|
\family default
|
||||||
|
bug, add these commands to the preamble of your document:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
newcommand*{
|
||||||
|
\backslash
|
||||||
|
OrgIndex}{}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
let
|
||||||
|
\backslash
|
||||||
|
OrgIndex
|
||||||
|
\backslash
|
||||||
|
index
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
renewcommand*{
|
||||||
|
\backslash
|
||||||
|
index}[1]{
|
||||||
|
\backslash
|
||||||
|
OrgIndex{#1}}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Subsection
|
||||||
Formato de entradas del índice
|
Formato de entradas del índice
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
|
@ -48,6 +48,11 @@
|
|||||||
\renewenvironment{lyxgreyedout}
|
\renewenvironment{lyxgreyedout}
|
||||||
{\textcolor{blue}\bgroup}{\egroup}
|
{\textcolor{blue}\bgroup}{\egroup}
|
||||||
|
|
||||||
|
% workaround for a makeindex bug
|
||||||
|
\newcommand*{\OrgIndex}{}
|
||||||
|
\let\OrgIndex\index
|
||||||
|
\renewcommand*{\index}[1]{\OrgIndex{#1}}
|
||||||
|
|
||||||
% use normal list environments also in French documents
|
% use normal list environments also in French documents
|
||||||
\StandardLayout
|
\StandardLayout
|
||||||
\end_preamble
|
\end_preamble
|
||||||
@ -27420,6 +27425,116 @@ L'entrée précédente n'a pas besoin d'être une vraie entrée, présente dans
|
|||||||
Voyez la sous-section suivante pour un exemple.
|
Voyez la sous-section suivante pour un exemple.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset VSpace bigskip
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
In some cases the index entry order is not correct when you are using the
|
||||||
|
program
|
||||||
|
\family sans
|
||||||
|
makeindex
|
||||||
|
\family default
|
||||||
|
to generate the index (see sec.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang french
|
||||||
|
|
||||||
|
\begin_inset CommandInset ref
|
||||||
|
LatexCommand ref
|
||||||
|
reference "sub:Programme-d'indexation"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
).
|
||||||
|
|
||||||
|
\family sans
|
||||||
|
makeindex
|
||||||
|
\family default
|
||||||
|
would for example print the index entry for the LaTeX-package aeguill in
|
||||||
|
sec.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang french
|
||||||
|
|
||||||
|
\begin_inset CommandInset ref
|
||||||
|
LatexCommand ref
|
||||||
|
reference "sub:Document-Polices"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
after the the index entries of the other LaTeX-packages although all these
|
||||||
|
index commands start with
|
||||||
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
\lang french
|
||||||
|
Paquetages LaTeX !
|
||||||
|
\series default
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
|
||||||
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
The reason is that the index entry for aeguill is in a footnote.
|
||||||
|
To fix this
|
||||||
|
\family sans
|
||||||
|
makeindex
|
||||||
|
\family default
|
||||||
|
bug, add these commands to the preamble of your document:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
newcommand*{
|
||||||
|
\backslash
|
||||||
|
OrgIndex}{}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
let
|
||||||
|
\backslash
|
||||||
|
OrgIndex
|
||||||
|
\backslash
|
||||||
|
index
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
renewcommand*{
|
||||||
|
\backslash
|
||||||
|
index}[1]{
|
||||||
|
\backslash
|
||||||
|
OrgIndex{#1}}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Subsection
|
||||||
Format des Entrées d'Index
|
Format des Entrées d'Index
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
@ -28963,7 +29078,7 @@ name "sec:propriétés-du-PDF"
|
|||||||
|
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
PDF ! Propriétés
|
PDF ! Propriétés
|
||||||
@ -28987,8 +29102,10 @@ Propriétés du PDF
|
|||||||
Toutes les options qui sont proposées viennent du paquetage LaTeX
|
Toutes les options qui sont proposées viennent du paquetage LaTeX
|
||||||
\series bold
|
\series bold
|
||||||
hyperref
|
hyperref
|
||||||
|
\series default
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Paquetages LaTeX ! hyperref
|
Paquetages LaTeX ! hyperref
|
||||||
@ -39207,7 +39324,7 @@ langue implicite
|
|||||||
\family sans
|
\family sans
|
||||||
XeTeX
|
XeTeX
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
@ -39708,8 +39825,10 @@ Japonais
|
|||||||
(EUC-JP) encodage EUC-JP pour le japonais, utilise le paquetage LaTeX
|
(EUC-JP) encodage EUC-JP pour le japonais, utilise le paquetage LaTeX
|
||||||
\series bold
|
\series bold
|
||||||
CJK
|
CJK
|
||||||
|
\series default
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Paquetages LaTeX ! CJK
|
Paquetages LaTeX ! CJK
|
||||||
@ -39717,9 +39836,7 @@ Paquetages LaTeX ! CJK
|
|||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
,
|
, quand vous utilisez cet encodage, mettez la langue du document à
|
||||||
\series default
|
|
||||||
quand vous utilisez cet encodage, mettez la langue du document à
|
|
||||||
\family sans
|
\family sans
|
||||||
Japonais
|
Japonais
|
||||||
\begin_inset space ~
|
\begin_inset space ~
|
||||||
@ -39766,8 +39883,10 @@ CJK)
|
|||||||
(EUC-JP) encodage EUC-JP pour le japonais, utilise le paquetage LaTeX
|
(EUC-JP) encodage EUC-JP pour le japonais, utilise le paquetage LaTeX
|
||||||
\series bold
|
\series bold
|
||||||
japanese
|
japanese
|
||||||
|
\series default
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Paquetages LaTeX ! japanese
|
Paquetages LaTeX ! japanese
|
||||||
@ -39775,9 +39894,7 @@ Paquetages LaTeX ! japanese
|
|||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
,
|
, quand vous utilisez cet encodage, mettez la langue du document à
|
||||||
\series default
|
|
||||||
quand vous utilisez cet encodage, mettez la langue du document à
|
|
||||||
\family sans
|
\family sans
|
||||||
Japonais
|
Japonais
|
||||||
\end_layout
|
\end_layout
|
||||||
@ -39840,8 +39957,10 @@ Unicode
|
|||||||
(utf8) encodage Unicode utf8 utilsant le paquetage LaTeX
|
(utf8) encodage Unicode utf8 utilsant le paquetage LaTeX
|
||||||
\series bold
|
\series bold
|
||||||
CJK
|
CJK
|
||||||
|
\series default
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Paquetages LaTeX ! CJK
|
Paquetages LaTeX ! CJK
|
||||||
@ -39849,8 +39968,6 @@ Paquetages LaTeX ! CJK
|
|||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\series default
|
|
||||||
pour le chinois, le japonais et le coréen
|
pour le chinois, le japonais et le coréen
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
@ -39873,7 +39990,7 @@ inputenc
|
|||||||
\series default
|
\series default
|
||||||
|
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Plus d'information pour utiliser LyX avec XeTeX dans
|
Plus d'information pour utiliser LyX avec XeTeX dans
|
||||||
@ -39906,7 +40023,7 @@ ucs
|
|||||||
\series default
|
\series default
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Paquetages LaTeX ! ucs
|
Paquetages LaTeX ! ucs
|
||||||
@ -39928,7 +40045,7 @@ inputenc
|
|||||||
\series default
|
\series default
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Paquetages LaTeX ! inputenc
|
Paquetages LaTeX ! inputenc
|
||||||
@ -39973,7 +40090,7 @@ natbib
|
|||||||
\series default
|
\series default
|
||||||
|
|
||||||
\begin_inset Index
|
\begin_inset Index
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Paquetages LaTeX ! natbib
|
Paquetages LaTeX ! natbib
|
||||||
|
Loading…
Reference in New Issue
Block a user