Theses, Books, Title pages ⇒ Kaobook - remove space sidenotemark
-
- Posts: 1
- Joined: Tue Oct 20, 2020 10:41 am
Kaobook - remove space sidenotemark
Thank you for your help.
(Sorry for my English, I'm Portuguese).
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Kaobook - remove space sidenotemark
However, if you are using Overleaf, you can fix the issue yourself by opening the file `styles/kao.sty` and adding a % sign at the end of each line from line 180 to line 183. In other words, you should have the following:
Code: Select all
\RenewDocumentCommand \@sidenotes@placemarginal { m m }
{%
\IfNoValueOrEmptyTF{#1}%
{\marginpar{#2}}%
{\marginnote[#1]{#2}}%
}
Then, do the same for lines 98 to 112 of the file `styles/kaobiblio.sty`.