What typographical knowledge from LaTeX can I apply in Word?
December 21, 2008 8:23 PM Subscribe
What typographical knowledge from LaTeX can I apply in Word? My professional field insists upon Word documents, so LaTeX is not an option, and results from LaTeX to Word converters have not been satisfactory. So, what can I teach Word, to make it a better typesetter?
I'm already familiar with the basics of styles and logical formatting. What I want to know is what typographical principles LaTex (or just TeX) uses, so I can replicate that behavior when designing my styles. Some things that TeX knows can't be (easily) replicated in Word (e.g., Knuth-Plass linebreaking), but I'm sure there are other bits of typographical wisdom buried within Tex and LaTeX that would be helpful to know. How much space should one have after a heading, before body text? How much larger should headings be compared to body text? I'm curious how LaTeX decides on these kinds of formatting questions, so I can use that knowledge in my style design.
I realize that there are not unanimous conclusions on these issues; I mention LaTeX because it seems to consider these questions in a fairly intelligent way, and it seems like a good starting point for my own typographical education.
posted by philosophygeek to computers & internet (18 answers total) 20 users marked this as a favorite
Justify your margins and add hyphenation.
Don't press Enter twice. Press Enter once and jiggle paragraph spacing in Styles.
Increase line spacing a little to increase readability. Word 2007 defaults to 1.15 (I think), so that's decent, but Word 2003 uses 1, which is usually too low.
Increase left and right margins to increase readability by decreasing line length.
That ends my expertise about LaTeX, but the memoir package documentation does an excellent job talking about book layout theory and practice, most of which applies to regular article layouts. (The memoir package is an attempt to redefine large parts of LaTeX. It's as insane as it sounds, but the author pulled it off.)
posted by shadytrees at 8:44 PM on December 21, 2008 [2 favorites]