Placing bibliography on last page without page break / koma-script
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Wed Aug 18 15:54:51 UTC 2021
jezZiFeR schrieb:
> Am 18. Aug. 2021, 10:52 +0200 schrieb Herbert Voss
> <Herbert.Voss at fu-berlin.de>:
>>
>>
>> Am 18.08.21 um 09:54 schrieb jezZiFeR:
>> >
>> > is there any possibility in koma-script-report to have the
>> > bibliography (bib latex, biber) on the same page es the last
>> > paragraph? I want to have a very short bibilography one the last page
>> > and not to have a break and having those lines on a separate one.
>>
>> Write into the documents preamble:
>>
>> \defbibheading{mybib}{%
>> \let\cleardoublepage\relax
>> \chapter*{#1}%
>> \markboth{#1}{#1}}
>>
>>
>> and then use the parameter heading=mybib for the command
>> \printbibliography
>> Can be set in the menu of bibliography
>
> Thank you, Herbert! Up to now I am not very sure about whre to enter the
> mentioned parameter heading=mybib. I normally insert the bibliography by
> selecting insert (einfügen in German) / list (Liste) / bib
> latex-bibliography (Biblatex-Literaturverzeichnis) and do not use the
> mentioned command.
Klick on the symbol in the document for bibiography or open its
menu. I suppose that you have to use in the documents preamble:
\AtBeginDocument{%
\defbibheading{mybib}{%
\let\cleardoublepage\relax
\chapter*{#1}%
\markboth{#1}{#1}}}
because LyX loads biblatex after the documents preamble, which looks
like a bug to me.
Herbert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto von 2021-08-18 17-50-22.png
Type: image/png
Size: 91813 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210818/4c4009c7/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto von 2021-08-18 17-42-30.png
Type: image/png
Size: 121933 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210818/4c4009c7/attachment-0003.png>
More information about the lyx-users
mailing list