Hi,
 
first of all: I work in LYX, not LATEX. I can only add some RET code here and there.
 
I have already created an index in LYX. I don't want to change that completely, just supplement it - but not replace it. SOMETIMES I would like to add a letter after the page numbers, depending on WHERE a keyword is.
 
With the key combination Ctrl-E? nothing happens to me.
 
And where should I write the command \renewcommand\thepage{\ arabic{page}a}?
 
I am very grateful for the help. But a little more detailed, please. Because sometimes I can't do a lot with this "telegram style".
 
Greetings Andreas
 
Gesendet: Donnerstag, 19. August 2021 um 14:00 Uhr
Von: lyx-users-requ...@lists.lyx.org
An: lyx-users@lists.lyx.org
Betreff: lyx-users Digest, Vol 99, 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: Placing bibliography on last page without page break /
koma-script (Herbert Voss)
2. Re: Placing bibliography on last page without page break /
koma-script (jezZiFeR)
3. Re: Placing bibliography on last page without page break /
koma-script (Herbert Voss)
4. Re: Format page number references (Herbert Voss)


----------------------------------------------------------------------

Message: 1
Date: Thu, 19 Aug 2021 11:06:12 +0200
From: Herbert Voss <herbert.v...@fu-berlin.de>
To: jezZiFeR <jezzi...@gmail.com>
Cc: lyx-users@lists.lyx.org
Subject: Re: Placing bibliography on last page without page break /
koma-script
Message-ID: <a9ef059c-c1a2-bca1-162a-e7c2c15d5...@fu-berlin.de>
Content-Type: text/plain; charset=utf-8; format=flowed



Am 19.08.21 um 10:20 schrieb jezZiFeR:
> Am 18. Aug. 2021, 19:28 +0200 schrieb Herbert Voss
> <herbert.v...@fu-berlin.de>:
>
> Am 18.08.21 um 18:03 schrieb jezZiFeR:
>
> thanks for the screenshots!
> I have entered the lines you mentioned in the preamble.
> Nonetheless
> the menu looks different here, I add two screenshots also.
> Could you
> still help?
>
>
> try to put it into "Optionen": heading=mybib
>
> I have no idea what version you are using.
>
> Herbert
>
>
> Thanks again! I use LyX 2.3.6.2 and TeXLive 2021. When I enter the
> line into ?Optionen? I get a large amount of errors, which you could
> find in the protocol (also XeTeX-version etc.) Maybe I should update
> something?

---------------
! Undefined control sequence.
l.161 \defbibheading
??????????????????? {mybib}{%
The control sequence at the end of
---------------



It is a problem with LyX. It should load biblatex _before_ the user part of
the preamble, but it did it afterwards. This is the reason why
\defbibheading
is unknown. As I already wrote, use

\AtBeginDocument{%
? \defbibheading{mybib}{%
.....
?}}


in your documents preamble, then it is defined after loading biblatex

Herbert


------------------------------

Message: 2
Date: Thu, 19 Aug 2021 11:22:20 +0200
From: jezZiFeR <jezzi...@gmail.com>
To: Herbert Voss <herbert.v...@fu-berlin.de>
Cc: lyx-users@lists.lyx.org
Subject: Re: Placing bibliography on last page without page break /
koma-script
Message-ID: <b118acc4-94cb-4915-80f7-e23b493146c5@Spark>
Content-Type: text/plain; charset="utf-8"

Am 19. Aug. 2021, 11:06 +0200 schrieb Herbert Voss <herbert.v...@fu-berlin.de>:
>
>
> Am 19.08.21 um 10:20 schrieb jezZiFeR:
> > Am 18. Aug. 2021, 19:28 +0200 schrieb Herbert Voss
> > <herbert.v...@fu-berlin.de>:
> >
> > Am 18.08.21 um 18:03 schrieb jezZiFeR:
> >
> > thanks for the screenshots!
> > I have entered the lines you mentioned in the preamble.
> > Nonetheless
> > the menu looks different here, I add two screenshots also.
> > Could you
> > still help?
> >
> >
> > try to put it into "Optionen": heading=mybib
> >
> > I have no idea what version you are using.
> >
> > Herbert
> >
> >
> > Thanks again! I use LyX 2.3.6.2 and TeXLive 2021. When I enter the
> > line into ?Optionen? I get a large amount of errors, which you could
> > find in the protocol (also XeTeX-version etc.) Maybe I should update
> > something?
>
> ---------------
> ! Undefined control sequence.
> l.161 \defbibheading
> ?? ? ? ? ? ? ? ? ? ?{mybib}{%
> The control sequence at the end of
> ---------------
>
>
>
> It is a problem with LyX. It should load biblatex _before_ the user part of
> the preamble, but it did it afterwards. This is the reason why
> \defbibheading
> is unknown. As I already wrote, use
>
> \AtBeginDocument{%
> ??\defbibheading{mybib}{%
> .....
> ?}}

Thanks again! I have now added:

\AtBeginDocument{%
\defbibheading{mybib}{%
?

in the preamble.

I removed, as I am not sure if this made problems:

\AtBeginDocument{
??\addto\captionsgerman{
?? ?\renewcommand{\contentsname}{Inhalt}
??}
}

I also added

\defbibheading{mybib}{%
? ?\let\cleardoublepage\relax
?

in the preamble and the parameter
heading=mybib
in the bibliography?s menu.

Again I get a bunch of errors, added in the protocol here.

Sorry, I do not get it, could you still help?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210819/441059db/attachment-0001.html>

------------------------------

Message: 3
Date: Thu, 19 Aug 2021 11:26:37 +0200
From: Herbert Voss <herbert.v...@fu-berlin.de>
To: jezZiFeR <jezzi...@gmail.com>
Cc: lyx-users@lists.lyx.org
Subject: Re: Placing bibliography on last page without page break /
koma-script
Message-ID: <4d782fd5-2856-8757-0046-7b9f21d34...@fu-berlin.de>
Content-Type: text/plain; charset=utf-8; format=flowed



Am 19.08.21 um 11:22 schrieb jezZiFeR:
>
> I also added
>
> \defbibheading{mybib}{%
> ? ?\let\cleardoublepage\relax
> ?
>
> in the preamble and the parameter
> heading=mybib
> in the bibliography?s menu.
>
> Again I get a bunch of errors, added in the protocol here.
>
> Sorry, I do not get it, could you still help?

Create an _example_ document and send the lyx _and also_ the exported
latex file.

Herbert


------------------------------

Message: 4
Date: Thu, 19 Aug 2021 13:43:52 +0200
From: Herbert Voss <herbert.v...@fu-berlin.de>
To: lyx-users@lists.lyx.org
Subject: Re: Format page number references
Message-ID: <ee31d15d-8143-5185-cb12-8dcf093b4...@fu-berlin.de>
Content-Type: text/plain; charset=utf-8; format=flowed



Am 19.08.21 um 09:43 schrieb Andreas Plihal:
> How can I format some page references a little differently in the
> index of a KOMA book?
> For example, in my book I have exercises, examples and of course
> footnotes. Depending on where a keyword appears, I would like to add
> the letter "a", "b" or "f" after the page number. How can I achieve
> this in LYX?

With ctrl-E? write, for example:

\renewcommand\thepage{\arabic{page}a}

Herbert



------------------------------

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 99, Issue 5
****************************************
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to