Ask HN: What are some useful LaTeX tips?1 points·by phba·2년 전·1 commentsI'll start:You can define custom lengths in the preamble to have a single point of control for spacing in multiple places. \newlength{\CustomGap} \setlength{\CustomGap}{6ex} % example usage: \vspace{\CustomGap}1 commentsPost comment[–]anthk·2년 전replyRun pdflatex twice at least.
You can define custom lengths in the preamble to have a single point of control for spacing in multiple places.