fmarotta / kaobook

A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.

Home Page:https://github.com/fmarotta/kaobook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pi8027 opened this issue · 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