Copyright © 2007 by Zack Smith,
All rights reserved.
This is a quick overview of how I produce quick reference
guides using LaTeX, which is the most popular
macro package of the always-been-free TeX typesetting system.
LaTeX is a great way to produce quick reference
guides for five major reasons:
- It handles mathematical equations very well.
- It lets you create new "commands" that can greatly
simplify making documents.
- It's not some huge bloat app like OpenOffice.
- It's free.
- It has great fonts.
The best format for a quick reference guide, in my opinion,
is 3 columns of 10-point text limited to just one page
that has 0.5 inch margins.
It turns out that standard LaTeX supports a 3-column mode using
the multicol package.
So you can start your page with something like...
\documentclass[letterpaper,10pt]{article}
\usepackage{vmargin}
\usepackage{multicol}
\parindent=0in
\setmarg{0.5in}{0.0in}{7.5in}{9.4in}
\begin{document}
\begin{multicols*}{3}
\raggedright
What I've done is create a template LaTeX file that
include the above and more, in fact there's
a set of commands to make quick-reference guide
creation efficient, simple, and effective.
- A recent version of the template is
here.
Links
- Architecture
- Automotive
- Bicycles and bicycling
- Books (my summaries and quotes from books)
- Computer hardware
- Benchmarks (Linux)
- My reviews
- Computer software
- Consumerism
- Digital cameras
- Mobile (cellular) phones
- Frugality
- My own experiences with certain companies.
- Corporations
- Cuisine / Food
- Economics
- Education
- Electronics
- Environment
- Numerous Ways to Conserve Energy
- Exxon's budget for anti global-warming propaganda
-
Polluting power plants:
- Keystone Power Plant, owned by Reliant Resources, and located in Indiana County, PA, USA
- Homer City Generating Station, owned by Edison, and located in Indiana County, PA, USA
- Conemaugh Generating Station, located at New Florence, PA.
-
Polluting manufacturing plants:
- Film & Theater
- Food, see
Cuisine.
- Freedom & Liberty
- Frugality, see
here.
- Fuels: alternative
- Games
- Health
- History and Archeology
- Humor
- Internet, my tools page
- Language
- Mathematics
- Media
- News
- Politics
- Real Estate
- Religion and Atheism
- Sciences
- Psychology
- Anthropology
- Tribalism (aggressive irrational group behavior)
- Biology
- Chemistry
- Physics
- Travel
- Trivia
- Videos
|
|