TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some useful LaTeX tips?

1 pointsby phba7 months ago
I&#x27;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

anthk7 months ago
Run pdflatex twice at least.