tkz-euclide 与 XeLaTeX 与 pdfLaTeX

tkz-euclide 与 XeLaTeX 与 pdfLaTeX

早上好,阿兰!

我尝试了 tkz-euclide 手册第 145 页(2022 年 1 月 4 日文档 V.4.00)中的示例,发现它可以与 pdflatex 一起使用,但不适用于 xelatex。

\documentclass[tikz]{standalone}
\usepackage{tkz-euclide}
%\usepackage{siunitx}

\begin{document}
\begin{tikzpicture}[scale=1]

\tkzDefPoint(0,0){P1}
\tkzDefPoint(4,0){P2}
\tkzDefPoint(4,4){P3}
\tkzDefPoint(0,4){P4}
\tkzDefPoint(1,1){Q1}
\tkzDefPoint(3,1){Q2}
\tkzDefPoint(3,3){Q3}
\tkzDefPoint(1,3){Q4}
\tkzDrawPolygon(P1,P2,P3,P4)
\begin{scope}
\tkzClipPolygon[out](Q1,Q2,Q3,Q4)
\tkzFillPolygon[teal!20](P1,P2,P3,P4)
\end{scope}
\tkzDrawPolygon(Q1,Q2,Q3,Q4)

\end{tikzpicture}
\end{document}

pdflatex

赛莱特

pdfTeX,版本 3.141592653-2.6-1.40.23(TeX Live 2021)

XeTeX,版本 3.141592653-2.6-0.999993 (TeX Live 2021)

相关内容