Kazuhiko Sakaguchi

Results 306 comments of Kazuhiko Sakaguchi

~Not sure if it is from this PR, but the horizontal alignment of sidenotes inside theorem-like environments looks broken (only when combined with XeLaTeX). If I can reproduce the issue...

I'm looking for this feature too. But I'd like to do that selectively for each page (for pages with fewer citations, I prefer not doing that), and to control their...

FYI, I had to comment out the following line. I hope it will become configurable. https://github.com/fmarotta/kaobook/blob/2a82b3a8a3556d646d47bd719829d6d65e34895b/kaobiblio.sty#L68

@RemDelaporteMathurin Hi, does this fix the issue? ```latex \RenewDocumentCommand{\formatmargincitation}{m}{%

@RemDelaporteMathurin If you just want to put a space of the same width after every [n], I would suggest: ```latex \RenewDocumentCommand{\formatmargincitation}{m}{% \parencite{#1}\;\citeauthor*{#1} (\citeyear{#1})% } ``` Here, `\;` has a fixed...

Also, using citation commands like `\parencite` and `\citeauthor` to declare a citation style by `\DeclareCiteCommand` seems inappropriate, although I couldn't sort out how to replace `\parencite`.

I found that this PR does not work with the listings package. I will try to fix it.

Sorry. I still need some more time to properly redo this PR.

Almost there! I still have to do something with TOC (List of Listings), which is not very clear to me at the moment. The first commit, which properly fixes the...