Closed gro1729 closed 1 year ago
I tried "example.tex" in your export folder, in order to provide a paper from selected "Zetteln". The package catchbeetweentags swallows some "eol", at least with texlive 2021 on my Mac.
\usepackage{catchfilebetweentags} \usepackage{etoolbox} \makeatletter \patchcmd{\CatchFBT@Fin@l}{\endlinechar\m@ne}{} {}{\typeout{Unsuccessful patch!}} \makeatother
works for me.
Thanks for pointing this out, I hadn't noticed - I'll add that to example.tex.
example.tex
I tried "example.tex" in your export folder, in order to provide a paper from selected "Zetteln". The package catchbeetweentags swallows some "eol", at least with texlive 2021 on my Mac.
\usepackage{catchfilebetweentags} \usepackage{etoolbox} \makeatletter \patchcmd{\CatchFBT@Fin@l}{\endlinechar\m@ne}{} {}{\typeout{Unsuccessful patch!}} \makeatother
works for me.