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 21:47] – [LaTeX Tutorial] jgcorliss | latex [2026/04/20 19:36] (current) – ARCHIVED asimons | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======ARCHIVED MATERIAL====== | ||
| + | |||
| ====== LaTeX Tutorial ====== | ====== LaTeX Tutorial ====== | ||
| [[http:// | [[http:// | ||
| - | ===== Online Tutorials ===== | + | The [[https:// |
| - | + | ||
| - | * [[https:// | + | |
| - | * [[http:// | + | |
| ===== Getting Started ===== | ===== Getting Started ===== | ||
| Decide whether you're going to use the department computers (Linux) or your own (Windows, Mac, or Linux). Getting LaTeX working on your computer takes two steps: (1) installing LaTeX, and (2) getting an editor. Once you've completed these two steps, download an example TeX file (see below) and try compiling the TeX file into a PDF. Congratulations, | Decide whether you're going to use the department computers (Linux) or your own (Windows, Mac, or Linux). Getting LaTeX working on your computer takes two steps: (1) installing LaTeX, and (2) getting an editor. Once you've completed these two steps, download an example TeX file (see below) and try compiling the TeX file into a PDF. Congratulations, | ||
| + | |||
| + | -- Insert link to a basic TeX file template here -- | ||
| ===== 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 28: | 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 38: | Line 39: | ||
| ? | ? | ||
| - | Enter either '' | + | enter either '' |
| ===== Editors ===== | ===== Editors ===== | ||
| - | There are many tools available for editing TeX files. Here are a few: | + | There are many programs |
| + | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | * [[http://www.xm1math.net/ | + | * [[https://www.overleaf.com/|Overleaf]] -- real-time collaborative writing and publishing tools |
| - | * [[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 | |
| - | ===== Examples and Templates ===== | + | | parskip | Replaces paragraph indentation by vertical whitespace between paragraphs. | |
| - | + | | color, xcolor | Add text coloring commands. | | |
| - | Before beginning the tutorial, we present a selection of example LaTeX files. | + | | 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, | |
| - | -- Insert here a link to a sample | + | | diagrams.sty | This is [[http:// |
| - | -- Insert here a LaTeX template for a qual proposal -- | + | ===== Templates ===== |
| - | -- Insert | + | -- Insert |
| - | A great place to find many examples of LaTeX source code is the [[http:// | + | -- Insert link(s) here to the dissertation template(s) -- |
| ===== Additional Resources ===== | ===== Additional Resources ===== | ||
| - | * A [[http:// | + | * [[http:// |
| - | * [[http:// | + | * [[http:// |
| + | * [[http:// | ||
| + | * [[http:// | ||
| * The [[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:// |
| - | * [[http:// | + | |
latex.1460843253.txt.gz · Last modified: by jgcorliss
