Hacker News new | ask | show | jobs
by newaccountfool 4421 days ago
A bit off-topic but I'm just wondering what this type of writing is? Is this a white paper? I really like the format they use and was wondering how I could write something like this.
1 comments

This looks like a standard LaTeX article class document.
Margins large enough to (fit a morbidly obese elephant / not pose a safety hazard to small children / summon Fermat back from the dead)? Yep, it's LaTeX.
The standard LaTeX classes (page styles) are really meant for books and such where generous margins are a good thing. See the IEEE journal paper LaTeX template [1] for an example of space-constrained LaTeX typesetting.

[1] http://css.paperplaza.net/conferences/support/files/IEEEtran...

Yeah, most people who use LaTeX heavily get around to memorizing the \addtolength credo (or an alternative) fairly quickly. But the "holy shit, MARGINS" test has a very low false-positive rate in my experience. If you see !!!MARGINS!!!, it's probably LaTeX.
REVTeX [1] is pretty good. It is what is used for APS journals. The twocolumn mode is particularly compact.

[1] http://journals.aps.org/revtex

Thanks