Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Often I have the need to type up a document which needs nothing fancy; just basic formatting that looks reasonable and won’t appear too strange to people who are used to Word. Something like: title, author, headings, body text that all fit nicely together.

(In particular, the last time I tried LaTeX’s default margins, they were kind of huge. I know there’s reasons for that, but I sure don’t care for them — I’d rather use a larger font to get lines of reasonable length, and I’d like to use fewer pages.)

I have a number of such documents knocking around, each with slightly different boilerplate that has accumulated over the past 10-15 years. It seems time to start fresh, rather than groveling through my old stuff and trying to choose which document to copy.

In other words, what's the modern minimal document destined for pdfLaTeX? Are there packages that I can include that will magically make things look up-to-date and good?

(I realize this question is a little vague, so any feedback on making it better would be welcome.)

share|improve this question
2  
You might try the wordlike package. – Matthew Leingang Jun 20 '12 at 4:07
2  
Sounds to me like you have some specific-enough ideas about what does or doesn't look good --- enough that you should probably create your own 'basic document' class (or at least .sty). Then you do \documentclass{basicdoc} or \usepackage{basicdoc} and you're off to the races. The contents will depend on what these documents contain. Mine wouldn't have math, e.g., but yours might; mine would have footnotes, but yours might not; will there be bibliographies, multiple languages? Etc., etc. – jon Jun 20 '12 at 4:49
I don't understand the part about using a larger font and fewer pages. Sure a large font makes the margins smaller but also the lines higher. – Christian Jun 20 '12 at 10:49
To a first approximation, the document size increases as the square of the font size – Brent.Longborough Jun 20 '12 at 11:21
Suggest you try one of the templates at latextemplates.com They compile nicely and provide examples of how a variety of different packages affect the final LaTeX document. – R. Schumacher Jun 20 '12 at 15:54

closed as not a real question by lockstep, Joseph Wright Jul 7 '12 at 21:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.