Am 18. Aug. 2021, 17:54 +0200 schrieb Herbert Voss <herbert.v...@fu-berlin.de>:
> jezZiFeR schrieb:
> > Am 18. Aug. 2021, 10:52 +0200 schrieb Herbert Voss
> > <herbert.v...@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

Dear Herbert,

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?

Thank you!
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to