latex
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| latex [2016/02/16 17:21] – created jasnyder | latex [2026/04/20 19:36] (current) – ARCHIVED asimons | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | + | ======ARCHIVED MATERIAL====== |
| - | < | + | |
| - | <a href=" | + | |
| - | A system called LaTeX (which is TeX with many additional " | + | |
| - | Either | + | |
| - | <a href=" | + | |
| - | or | + | |
| - | <a href=" | + | |
| - | might get you started quickly. | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <td>A LaTeX sample that shows some basics so you can copy and learn by example.</ | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | <td>A template for a proposal for the qualifying exam.</ | + | |
| - | </ | + | |
| - | < | + | |
| - | <td colspan=2 align=center>< | + | |
| - | </ | + | |
| - | </ | + | |
| - | <p>A great place to find many examples of LaTeX source code is the <a href=" | + | |
| - | Virtually every preprint on the arXiv is typeset using LaTeX and has source code available for download from the summary page.</ | + | |
| - | < | + | |
| - | < | + | |
| - | Get a valid LaTeX file (such as " | + | |
| - | Follow the instructions below specific to your operating system (Windows, Mac, or Linux) to typeset/ | + | |
| - | < | + | |
| - | Once you mostly get the LaTeX file, you can try making some changes, save, and recompile!</ | + | |
| - | < | + | |
| - | < | + | |
| - | Open a LaTeX file in TeXShop and click the " | + | |
| - | You can make changes in the editing window and view the results in the PDF preview window.</ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | If your file is called " | + | |
| - | In the same directory should be " | + | |
| - | You can make changes using any text editor (or retransfer / download your updated LaTeX file) and rerun " | + | |
| - | <p>If you get a " | + | |
| - | First, SSH into one point/ | + | |
| - | If you're running Linux on your own computer at home, you might need to first install tetex.</ | + | |
| - | < | + | |
| - | <p>An error message indicates invalid LaTeX. | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | Everything before the line \begin{document} is called the < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | ====== LaTeX Tutorial ====== |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <li>A popular reference, especially for those just starting to use LaTeX, is the <a href=" | + | |
| - | It has pages of sample math codes and tables of math symbols including arrows, binary relations, and more. </ | + | |
| - | < | + | |
| - | </ul> | + | [[http:// |
| - | < | + | |
| - | </p> | + | The [[https:// |
| - | </html> | + | |
| + | ===== 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, | ||
| + | |||
| + | -- Insert link to a basic TeX file template here -- | ||
| + | |||
| + | ===== Installation ===== | ||
| + | |||
| + | ==== Macintosh ==== | ||
| + | |||
| + | Install [[http:// | ||
| + | |||
| + | ==== Windows ==== | ||
| + | |||
| + | Install [[http:// | ||
| + | |||
| + | ==== Linux ==== | ||
| + | |||
| + | Using a terminal, change into the directory where your LaTeX file is. If your file is called '' | ||
| + | |||
| + | If you get a '' | ||
| + | |||
| + | === Escaping from Error Messages on Linux === | ||
| + | |||
| + | An error message indicates invalid LaTeX. | ||
| + | |||
| + | ! LaTeX Error: Bad math environment delimiter. | ||
| + | See the LaTeX manual or LaTeX Companion for explanation. | ||
| + | Type H & | ||
| + | l.12 \begin{displaymath} | ||
| + | ? | ||
| + | |||
| + | 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 ===== | ||
| + | |||
| + | Everything before the command '' | ||
| + | |||
| + | Some of these packages may already be installed in your version of TeX. | ||
| + | |||
| + | ^ Package ^ Description ^ | ||
| + | | mathtools | Don't fly without it. Includes the '' | ||
| + | | amssymb | Adds math symbols. | | ||
| + | | mathrsfs | More math symbols. | | ||
| + | | geometry | Used to easily control [[https:// | ||
| + | | 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 -- | ||
| + | |||
| + | -- Insert link(s) here to the dissertation template(s) -- | ||
| + | |||
| + | ===== Additional Resources ===== | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * The [[http:// | ||
| + | * Another popular book is George Gratzer' | ||
| + | * A popular reference, especially for those just starting to use LaTeX, is the [[http:// | ||
| + | * [[http:// | ||
latex.1455643269.txt.gz · Last modified: by jasnyder
