Placing bibliography on last page without page break / koma-script

Herbert Voss Herbert.Voss at fu-berlin.de
Wed Aug 18 08:52:43 UTC 2021



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

Herbert


More information about the lyx-users mailing list