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

Reply via email to