latex
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| latex [2016/04/16 20:58] – jgcorliss | latex [2026/04/20 19:36] (current) – ARCHIVED asimons | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======ARCHIVED MATERIAL====== | ||
| + | |||
| ====== LaTeX Tutorial ====== | ====== LaTeX Tutorial ====== | ||
| - | [[http:// | ||
| - | ===== Examples | + | [[http:// |
| - | Before beginning the tutorial, we present a selection of example | + | The [[https:// |
| - | -- Insert here a link to a sample .tex file for beginners -- | + | ===== Getting Started ===== |
| - | -- Insert here a LaTeX template for a qual proposal -- | + | Decide whether you're going to use the department computers (Linux) or your own (Windows, Mac, or Linux). Getting |
| - | -- Insert | + | -- Insert |
| - | + | ||
| - | A great place to find many examples of LaTeX source code is the [[http:// | + | |
| - | + | ||
| - | ===== Diving into LaTeX quickly ===== | + | |
| - | + | ||
| - | Decide whether you're going to use the department computers (Linux) or your own (Windows, Mac, or Linux). Get a valid LaTeX file (such as " | + | |
| - | + | ||
| - | Compare the LaTeX file to the PDF file to see how the correspond. Once you mostly get the LaTeX file, you can try making some changes, save, and recompile! | + | |
| ===== Installation ===== | ===== Installation ===== | ||
| - | ==== LaTeX on Macintosh ==== | + | ==== Macintosh ==== |
| Install [[http:// | Install [[http:// | ||
| - | ==== LaTeX on Windows ==== | + | ==== Windows ==== |
| Install [[http:// | Install [[http:// | ||
| - | ==== LaTeX on Linux ==== | + | ==== Linux ==== |
| Using a terminal, change into the directory where your LaTeX file is. If your file is called '' | Using a terminal, change into the directory where your LaTeX file is. If your file is called '' | ||
| Line 36: | Line 29: | ||
| If you get a '' | If you get a '' | ||
| - | === Escaping from error messages | + | === Escaping from Error Messages |
| - | An error message indicates invalid LaTeX. | + | An error message indicates invalid LaTeX. |
| ! LaTeX Error: Bad math environment delimiter. | ! LaTeX Error: Bad math environment delimiter. | ||
| Line 46: | Line 39: | ||
| ? | ? | ||
| - | Enter either '' | + | enter either '' |
| + | |||
| + | ===== Editors ===== | ||
| + | |||
| + | There are many programs available for editing TeX files. Here is a [[https:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * Add your favorite editor here! | ||
| ===== Packages ===== | ===== Packages ===== | ||
| - | Everything before the command '' | + | Everything before the command '' |
| Some of these packages may already be installed in your version of TeX. | Some of these packages may already be installed in your version of TeX. | ||
| ^ Package ^ Description ^ | ^ Package ^ Description ^ | ||
| - | | diagrams.sty | This is [[http://www.paultaylor.eu/diagrams/|Paul Taylor' | + | | mathtools | Don't fly without it. Includes the '' |
| - | | hyperref | Use this to typeset urls and create (internal and external) hyperlinks in your documents. | + | | amssymb | Adds math symbols. | |
| - | | setspace | Use this to create one-and-a-half spacing, double-spacing, | + | | mathrsfs | More math symbols. | |
| + | | geometry | Used to easily control | ||
| + | | parskip | Replaces paragraph indentation by vertical whitespace between paragraphs. | | ||
| + | | color, xcolor | Add text coloring commands. | | ||
| + | | hyperref | Adds commands to create internal and external hyperlinks in your documents, including page links in a table of contents. | | ||
| + | | setspace | Use this to create one-and-a-half spacing, double-spacing, | ||
| + | | diagrams.sty | This is [[http:// | ||
| + | |||
| + | ===== Templates ===== | ||
| + | |||
| + | -- Insert a link here to a TeX template for a qual proposal -- | ||
| - | ===== Further reading ===== | + | -- Insert link(s) here to the dissertation template(s) -- |
| - | There are many resources out there for learning LaTeX: | + | ===== Additional Resources ===== |
| - | * As their name suggests, | + | * [[http:// |
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * The [[http:// | ||
| * Another popular book is George Gratzer' | * Another popular book is George Gratzer' | ||
| * A popular reference, especially for those just starting to use LaTeX, is the [[http:// | * A popular reference, especially for those just starting to use LaTeX, is the [[http:// | ||
| - | * [[http:// | + | * [[http:// |
latex.1460840286.txt.gz · Last modified: by jgcorliss
