-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xeCJK: 使用伪粗体带来奇怪的问题。 #440
Labels
Comments
注意大小写, |
仅使用 \documentclass{article}
\usepackage{tikz,fontspec}
\setmainfont[AutoFakeBold]{Times New Roman}
\begin{document}
\textbf{a}
\tikz{\node at (0,0) {A}; \node at (0.5,0) {B}; \node at (1,0) {C};}
\end{document} Edit感觉是 % Workaround for pgf-tikz/pgf#675
\catcode`@=11
\def\XC@tgt@mod#1{#1}
\def\XC@sdef#1#2{\edef#1{#2}}
\catcode`@=12
\input tikz.tex
\font\tmrb="[XITS-Regular.otf]:embolden=5" at 10pt
{\tmrb a} \tikz{\node at (0,0) {A}; \node at (0.5,0) {B};}
\bye |
根据 pgf-tikz/pgf#692 中的说明,此问题来源于 dvipdfmx,并且已经修复。经检查,在 TeX Live 2020/dev 中不再出现。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TeXLive 2019 ,对CJKmainfont 使用伪粗体设置,后续tikzpicture `环境中莫名其妙出现被加粗的现象。MWE如下:
The text was updated successfully, but these errors were encountered: