kaobook icon indicating copy to clipboard operation
kaobook copied to clipboard

The horizontal alignment of margin notes in framed theorem-like environments when combined with XeLaTeX

Open pi8027 opened this issue 1 year ago • 1 comments

Description

An extra indentation appears only when we combine kaobook with XeLaTeX.

Minimal Working Example

\documentclass[
  a4paper,
  fontsize=10pt,
  twoside=false,
  secnumdepth=2,
  numbers=noenddot,
  fontmethod=tex,
]{kaobook}

\usepackage[framed]{kaotheorems}

\begin{document}

Some text.\marginnote{marginnote 1.}

\begin{theorem}

Some text.\marginnote{marginnote 2.}

\end{theorem}

Some text.\marginnote{marginnote 3.}

\end{document}

Expected behavior (what I got with pdfLaTeX):

The horizontal position of all the margin notes should be the same, like this: pdflatex

Actual behavior (what I got with XeLaTeX):

xelatex

pi8027 avatar Sep 26 '22 12:09 pi8027