Hi,
thanks for looking into it.
I am sending you an emaciated LYX file and the corresponding compiled PDF file. The compilation is error-free, but ...
I chose TEXINDY as the index processor. (In comparison, the index processors STANDARD, MAKEINDEX and XINDY delivered even worse results.)
The result:
- The entry is now in the table of contents, but further back in the book the index is still with the title "Index".
- The page reference is incorrect.
- The cross-references are not shown, although I have written the command in the TEX code box.
- And the lexical sorting is horrible: All words that begin with an umlaut are grouped under the letter "O".
Please: Help!
Greetings
Andreas
Gesendet: Donnerstag, 11. März 2021 um 17:07 Uhr
Von: lyx-users-requ...@lists.lyx.org
An: lyx-users@lists.lyx.org
Betreff: lyx-users Digest, Vol 76, Issue 5
Von: lyx-users-requ...@lists.lyx.org
An: lyx-users@lists.lyx.org
Betreff: lyx-users Digest, Vol 76, Issue 5
Send lyx-users mailing list submissions to
lyx-users@lists.lyx.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.lyx.org/mailman/listinfo/lyx-users
or, via email, send a message with subject or body 'help' to
lyx-users-requ...@lists.lyx.org
You can reach the person managing the list at
lyx-users-ow...@lists.lyx.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of lyx-users digest..."
Today's Topics:
1. Re: Index in KOMA-Script-Book (J?rgen Spitzm?ller)
2. Re: Index in KOMA-Script-Book ... continuation
(J?rgen Spitzm?ller)
3. Re: Compile Problems After Updating to Qt6 (Richard Kimberly Heck)
4. Instant preview: different sizes in different situations
(Rudi Gaelzer)
5. Re: Different codes for single quotation marks
(J?rgen Spitzm?ller)
----------------------------------------------------------------------
Message: 1
Date: Thu, 11 Mar 2021 15:51:15 +0100
From: J?rgen Spitzm?ller <sp...@lyx.org>
To: Andreas Plihal <a.pli...@gmx.at>, lyx-users@lists.lyx.org
Subject: Re: Index in KOMA-Script-Book
Message-ID: <36e8c163ef99ad8c9b807ea8e1f77404b1aafb79.ca...@lyx.org>
Content-Type: text/plain; charset="utf-8"
Am Montag, dem 08.03.2021 um 09:02 +0100 schrieb Andreas Plihal:
> 1. The subject index does not appear in the table of contents.
> I solved that with the command
> ?
> \addcontentsline{toc} {chapter} {Sachregistester}.
With KOMA-Script, you better do
\KOMAOptions{index=totoc}
> I also used the special name "Sachregister" for it.
> ?
> However, the actual subject index is still called "Index" at the end of
> the book!
> ?
> 2. Renaming of the index the UserGuide suggests that you use this
> command in the preamble
> ?
> \ addto \ captionsngerman {\ renewcommand {\ indexname} {index}}
> ?
> However, this leads to an error:
> ?
> "Undefined control sequence."
How about
\AtBeginDocument{%
\addto\captionsngerman{\renewcommand{\indexname}{Sachregister}}
}
If this fails as well, we need the complete error message: which
control sequence is reported as being undefined?
?
> So I removed this command again. That still leaves my problem unsolved.
> ?
> 3. The sorting of the keywords in the subject index.
> Since my book is written in German, it contains umlauts ?, ? and ?.
> These are somehow taken into account when sorting, but not in the way
> it is usual in German. The measure suggested in the UserGuide seems
> arbitrary to me. Is there a method, a command, with which one can tell
> the index of a sort order that is uniform for the German language?
This depends on the index processor. I recommend texindy. This should
sort German properly. But note that there are two German sorting
varieties, called german-din and german-duden in texindy:
"German recognizes two different sorting schemes to handle umlauts:
normally, "ae" is sorted like "ae", but in phone books or dictionaries,
it is sorted like "a". The first scheme is known as DIN order, the
second as Duden order."
In Document > Settings > Index, select "texindy" as index processor and
add "-L german-din" as option.
If you prefer makeindex to xindy, you need the -g option.
HTH,
J?rgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/f18f5e0a/attachment-0001.asc>
------------------------------
Message: 2
Date: Thu, 11 Mar 2021 15:52:06 +0100
From: J?rgen Spitzm?ller <sp...@lyx.org>
To: lyx-users@lists.lyx.org
Subject: Re: Index in KOMA-Script-Book ... continuation
Message-ID: <da02b642bd07772e14f4e1e9523ee46d8cd89704.ca...@lyx.org>
Content-Type: text/plain; charset="utf-8"
Am Montag, dem 08.03.2021 um 09:07 +0100 schrieb Andreas Plihal:
> 4. The cross-references do not work.
> ?
> In the UserGuide, this command is suggested for establishing a cross-
> reference in the keyword input fiel :
> ?
> GIF|see{graphic formats}
Did you put |, { and } in TeX mode?
J?rgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/f8f2d6f7/attachment-0001.asc>
------------------------------
Message: 3
Date: Thu, 11 Mar 2021 09:59:15 -0500
From: Richard Kimberly Heck <rikih...@lyx.org>
To: Christoph Schmitz <chr.schm...@web.de>, lyx-users@lists.lyx.org
Subject: Re: Compile Problems After Updating to Qt6
Message-ID: <5b743b4c-36e1-a22a-8c91-767f1d68d...@lyx.org>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
On 3/11/21 4:52 AM, Christoph Schmitz wrote:
> After homebrew silently updated Qt to v6 I cannot compile LyX anymore.
> Where is the right place to ask questions regarding build issues?
Better to ask on LyX devel. We should try to get it compilable with Qt
6. It is not surprising, though, that it isn't.
Riki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/733052d4/attachment-0001.html>
------------------------------
Message: 4
Date: Thu, 11 Mar 2021 12:29:48 -0300
From: Rudi Gaelzer <rgael...@gmail.com>
To: lyx-users@lists.lyx.org
Subject: Instant preview: different sizes in different situations
Message-ID: <2353728.XAFRqVoOGU@landau>
Content-Type: text/plain; charset="iso-8859-1"
Using:
LyX v. 2.3.6.1
OS: Fedora Core 33
TeXLive v. 9
I noticed a weird behaviour for some time already with Instant Preview.
In: Preferences -> Look & Feel -> Display -> Instant preview,
if I set Preview size 1.2, then during the edition, when a given formula is
rendered for the first time, the display size is OK.
However, when I restart LyX and resume processing the text, the same formula
is rendered with a much smaller size... very difficult to read.
If I try to circumvent this problem by setting preview size to, say, 1.5,
then on the first time the equation becomes huge, although after restart the
new size is better than with the previous setting.
Has anyone noticed this behaviour as well? I'd say this is a bug, but, I
don't know...
--
Rudi Gaelzer
Instituto de F?sica
Departamento de F?sica
Universidade Federal do Rio Grande do Sul
------------------------------
Message: 5
Date: Thu, 11 Mar 2021 17:07:17 +0100
From: J?rgen Spitzm?ller <sp...@lyx.org>
To: lyx-users@lists.lyx.org
Subject: Re: Different codes for single quotation marks
Message-ID: <a8f204b7b052489f136216a6c96e2bcd710f4dfb.ca...@lyx.org>
Content-Type: text/plain; charset="utf-8"
Am Montag, dem 08.03.2021 um 23:01 +0100 schrieb _johnny7_...@web.de:
> the easiest way for me to insert German single quotation marks was to
> copy and paste them from Wikipedia or even previous paragraphs from
> my
> text into LyX: ? ? Now I see there is also the key binding Alt+".
> Both
> methods lead to the same characters both in the LyX work area and in
> the
> output; however, the LyX or LaTeX code is different: The former gets
> in LyX code ? ?
> in LaTeX \quotesinglbase{} \textquoteleft{}
>
> with key binding or the Insert menu I get
> in LyX code \begin_inset Quotes gls and ... Quotes grs
> in LaTeX \quotesinglbase{} `
>
> I see no difference in the output but are there cases in which the
> different codes make a difference?
No, not output-wise. These are different input formats provided with
different font encodings. If you write LaTeX in an editor, ,this` is
the fastest input method, but it matches \quotesinglebase
this\textquoteleft.
Not, though, that changing quote styles (e.g. to German guillemets) is
easier if you use Alt+".
> A somewhat related question is the difference between typing "let's"
> in LyX and pasting "let?s". The output is identical here as well with
> the curly apostrophe. Is there case where the different inputs
> matter?
Don't think so.
J?rgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/3ca4b215/attachment.asc>
------------------------------
Subject: Digest Footer
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users
------------------------------
End of lyx-users Digest, Vol 76, Issue 5
****************************************
lyx-users@lists.lyx.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.lyx.org/mailman/listinfo/lyx-users
or, via email, send a message with subject or body 'help' to
lyx-users-requ...@lists.lyx.org
You can reach the person managing the list at
lyx-users-ow...@lists.lyx.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of lyx-users digest..."
Today's Topics:
1. Re: Index in KOMA-Script-Book (J?rgen Spitzm?ller)
2. Re: Index in KOMA-Script-Book ... continuation
(J?rgen Spitzm?ller)
3. Re: Compile Problems After Updating to Qt6 (Richard Kimberly Heck)
4. Instant preview: different sizes in different situations
(Rudi Gaelzer)
5. Re: Different codes for single quotation marks
(J?rgen Spitzm?ller)
----------------------------------------------------------------------
Message: 1
Date: Thu, 11 Mar 2021 15:51:15 +0100
From: J?rgen Spitzm?ller <sp...@lyx.org>
To: Andreas Plihal <a.pli...@gmx.at>, lyx-users@lists.lyx.org
Subject: Re: Index in KOMA-Script-Book
Message-ID: <36e8c163ef99ad8c9b807ea8e1f77404b1aafb79.ca...@lyx.org>
Content-Type: text/plain; charset="utf-8"
Am Montag, dem 08.03.2021 um 09:02 +0100 schrieb Andreas Plihal:
> 1. The subject index does not appear in the table of contents.
> I solved that with the command
> ?
> \addcontentsline{toc} {chapter} {Sachregistester}.
With KOMA-Script, you better do
\KOMAOptions{index=totoc}
> I also used the special name "Sachregister" for it.
> ?
> However, the actual subject index is still called "Index" at the end of
> the book!
> ?
> 2. Renaming of the index the UserGuide suggests that you use this
> command in the preamble
> ?
> \ addto \ captionsngerman {\ renewcommand {\ indexname} {index}}
> ?
> However, this leads to an error:
> ?
> "Undefined control sequence."
How about
\AtBeginDocument{%
\addto\captionsngerman{\renewcommand{\indexname}{Sachregister}}
}
If this fails as well, we need the complete error message: which
control sequence is reported as being undefined?
?
> So I removed this command again. That still leaves my problem unsolved.
> ?
> 3. The sorting of the keywords in the subject index.
> Since my book is written in German, it contains umlauts ?, ? and ?.
> These are somehow taken into account when sorting, but not in the way
> it is usual in German. The measure suggested in the UserGuide seems
> arbitrary to me. Is there a method, a command, with which one can tell
> the index of a sort order that is uniform for the German language?
This depends on the index processor. I recommend texindy. This should
sort German properly. But note that there are two German sorting
varieties, called german-din and german-duden in texindy:
"German recognizes two different sorting schemes to handle umlauts:
normally, "ae" is sorted like "ae", but in phone books or dictionaries,
it is sorted like "a". The first scheme is known as DIN order, the
second as Duden order."
In Document > Settings > Index, select "texindy" as index processor and
add "-L german-din" as option.
If you prefer makeindex to xindy, you need the -g option.
HTH,
J?rgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/f18f5e0a/attachment-0001.asc>
------------------------------
Message: 2
Date: Thu, 11 Mar 2021 15:52:06 +0100
From: J?rgen Spitzm?ller <sp...@lyx.org>
To: lyx-users@lists.lyx.org
Subject: Re: Index in KOMA-Script-Book ... continuation
Message-ID: <da02b642bd07772e14f4e1e9523ee46d8cd89704.ca...@lyx.org>
Content-Type: text/plain; charset="utf-8"
Am Montag, dem 08.03.2021 um 09:07 +0100 schrieb Andreas Plihal:
> 4. The cross-references do not work.
> ?
> In the UserGuide, this command is suggested for establishing a cross-
> reference in the keyword input fiel :
> ?
> GIF|see{graphic formats}
Did you put |, { and } in TeX mode?
J?rgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/f8f2d6f7/attachment-0001.asc>
------------------------------
Message: 3
Date: Thu, 11 Mar 2021 09:59:15 -0500
From: Richard Kimberly Heck <rikih...@lyx.org>
To: Christoph Schmitz <chr.schm...@web.de>, lyx-users@lists.lyx.org
Subject: Re: Compile Problems After Updating to Qt6
Message-ID: <5b743b4c-36e1-a22a-8c91-767f1d68d...@lyx.org>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
On 3/11/21 4:52 AM, Christoph Schmitz wrote:
> After homebrew silently updated Qt to v6 I cannot compile LyX anymore.
> Where is the right place to ask questions regarding build issues?
Better to ask on LyX devel. We should try to get it compilable with Qt
6. It is not surprising, though, that it isn't.
Riki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/733052d4/attachment-0001.html>
------------------------------
Message: 4
Date: Thu, 11 Mar 2021 12:29:48 -0300
From: Rudi Gaelzer <rgael...@gmail.com>
To: lyx-users@lists.lyx.org
Subject: Instant preview: different sizes in different situations
Message-ID: <2353728.XAFRqVoOGU@landau>
Content-Type: text/plain; charset="iso-8859-1"
Using:
LyX v. 2.3.6.1
OS: Fedora Core 33
TeXLive v. 9
I noticed a weird behaviour for some time already with Instant Preview.
In: Preferences -> Look & Feel -> Display -> Instant preview,
if I set Preview size 1.2, then during the edition, when a given formula is
rendered for the first time, the display size is OK.
However, when I restart LyX and resume processing the text, the same formula
is rendered with a much smaller size... very difficult to read.
If I try to circumvent this problem by setting preview size to, say, 1.5,
then on the first time the equation becomes huge, although after restart the
new size is better than with the previous setting.
Has anyone noticed this behaviour as well? I'd say this is a bug, but, I
don't know...
--
Rudi Gaelzer
Instituto de F?sica
Departamento de F?sica
Universidade Federal do Rio Grande do Sul
------------------------------
Message: 5
Date: Thu, 11 Mar 2021 17:07:17 +0100
From: J?rgen Spitzm?ller <sp...@lyx.org>
To: lyx-users@lists.lyx.org
Subject: Re: Different codes for single quotation marks
Message-ID: <a8f204b7b052489f136216a6c96e2bcd710f4dfb.ca...@lyx.org>
Content-Type: text/plain; charset="utf-8"
Am Montag, dem 08.03.2021 um 23:01 +0100 schrieb _johnny7_...@web.de:
> the easiest way for me to insert German single quotation marks was to
> copy and paste them from Wikipedia or even previous paragraphs from
> my
> text into LyX: ? ? Now I see there is also the key binding Alt+".
> Both
> methods lead to the same characters both in the LyX work area and in
> the
> output; however, the LyX or LaTeX code is different: The former gets
> in LyX code ? ?
> in LaTeX \quotesinglbase{} \textquoteleft{}
>
> with key binding or the Insert menu I get
> in LyX code \begin_inset Quotes gls and ... Quotes grs
> in LaTeX \quotesinglbase{} `
>
> I see no difference in the output but are there cases in which the
> different codes make a difference?
No, not output-wise. These are different input formats provided with
different font encodings. If you write LaTeX in an editor, ,this` is
the fastest input method, but it matches \quotesinglebase
this\textquoteleft.
Not, though, that changing quote styles (e.g. to German guillemets) is
easier if you use Alt+".
> A somewhat related question is the difference between typing "let's"
> in LyX and pasting "let?s". The output is identical here as well with
> the curly apostrophe. Is there case where the different inputs
> matter?
Don't think so.
J?rgen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210311/3ca4b215/attachment.asc>
------------------------------
Subject: Digest Footer
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users
------------------------------
End of lyx-users Digest, Vol 76, Issue 5
****************************************
Buch-Struktur2.lyx
Description: application/lyx
Buch-Struktur2.pdf
Description: Adobe PDF document
-- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users