我在 Tikz Edt 中绘图。但是,Tikz Edt 不使用我在 Header 中定义的字体大小和类型。
TeXworks 中的代码:
\documentclass[120pt]{scrbook}
\usepackage{tikz,amsmath, amssymb,bm,color}
\usepackage[margin=0cm,nohead]{geometry}
\usepackage[active,tightpage]{preview}
\usetikzlibrary{shapes,arrows}
% needed for BB
\usetikzlibrary{calc}
\PreviewEnvironment{tikzpicture}
\begin{document}
\begin{tikzpicture}
\node[draw] at (0,1) {1};
\node[draw] at (0,2) {2};
\end{tikzpicture}
\end{document}
对于 Tikz Edt,我把
\documentclass[120pt]{scrbook}
\usepackage{tikz,amsmath, amssymb,bm,color}
\usepackage[margin=0cm,nohead]{geometry}
\usepackage[active,tightpage]{preview}
\usetikzlibrary{shapes,arrows}
% needed for BB
\usetikzlibrary{calc}
\PreviewEnvironment{tikzpicture}
\begin{document}
在标题中作为前置代码,然后
\end{document}
作为后置代码。
然而,在 TeXworks 和 Latex 编辑器中,数字非常大,正如本例中应该的那样(documentclass 为 120pt!)。但在 Tikz Edt 中,它们不是。在那里,它们的大小只有 11pt 或 12pt。
一周前,我在 Tikz Edt 中准备了一张大图片,它还能正常工作,但现在 Tikz Edt 和我的文档看起来不一样了。我把问题缩小到了文本块的字体大小不匹配的程度。
如果你能帮助我的话我会非常高兴!
诚挚问候,塞巴斯蒂安