TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Ask HN: What are some useful LaTeX tips?
1 点
作者
phba
7 个月前
I'll start:<p>You can define custom lengths in the preamble to have a single point of control for spacing in multiple places.<p><pre><code> \newlength{\CustomGap} \setlength{\CustomGap}{6ex} % example usage: \vspace{\CustomGap}</code></pre>
1 comment
anthk
7 个月前
Run pdflatex twice at least.