resources:latex
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
resources:latex [2012/09/16 02:00] – jonathan | resources:latex [2012/09/23 19:09] (current) – jonathan | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Latex ====== | ====== Latex ====== | ||
- | ===== Tutorials ===== | + | ===== LaTex Tutorials ===== |
- | You can google for Latex tutorials (there are many). There is a quick and simple introduction [[http:// | + | You can google for Latex tutorials (there are many). |
+ | *There is a quick and simple introduction [[http:// | ||
+ | *For mathematics we use the B-style (for some of the symbols) and the AMS package [[ftp:// | ||
- | I use [[http:// | + | I use [[http:// |
+ | |||
+ | '' | ||
+ | |||
+ | ===== Prism/ | ||
Texlive is installed on the Prism/Linux machines and Miktex on the Prism/ | Texlive is installed on the Prism/Linux machines and Miktex on the Prism/ | ||
- | Download | + | Here is a small text.tex file |
- | ===== Running Latex in Prism ===== | + | < |
+ | \documentclass[12pt]{article} | ||
+ | \begin{document} | ||
+ | The foundations of the rigorous study of \emph{analysis} | ||
+ | were laid in the nineteenth century, notably by the | ||
+ | mathematicians Cauchy and Weierstrass. Central to the | ||
+ | study of this subject are the formal definitions of | ||
+ | \emph{limits} and \emph{continuity}. | ||
+ | Let $D$ be a subset of $\bf R$ and let | ||
+ | $f \colon D \to \mathbf{R}$ be a real-valued function on | ||
+ | $D$. The function $f$ is said to be \emph{continuous} on | ||
+ | $D$ if, for all $\epsilon > 0$ and for all $x \in D$, | ||
+ | there exists some $\delta > 0$ (which may depend on $x$) | ||
+ | such that if $y \in D$ satisfies | ||
+ | \[ |y - x| < \delta \] | ||
+ | then | ||
+ | \[ |f(y) - f(x)| < \epsilon. \] | ||
+ | |||
+ | One may readily verify that if $f$ and $g$ are continuous | ||
+ | functions on $D$ then the functions $f+g$, $f-g$ and | ||
+ | $f.g$ are continuous. If in addition $g$ is everywhere | ||
+ | non-zero then $f/g$ is continuous. | ||
+ | |||
+ | \end{document} | ||
+ | </ | ||
+ | |||
+ | On Prism you can invoke | ||
+ | |||
+ | < | ||
+ | pdflatex input.tex | ||
+ | </ | ||
+ | |||
+ | This produces an input.pdf file that should display as can be seen | ||
+ | [[http:// | ||
+ | |||
+ | **Note**: Invoke | ||
+ | |||
+ | < | ||
+ | source / | ||
+ | </ | ||
+ | |||
+ | before you run pdflatex. Even better, put the above line at the end of your '' | ||
+ | |||
+ | ===== Prism/ | ||
+ | |||
+ | * At the Prism command line run '' | ||
+ | * '' | ||
+ | * Press the green run button. You should see the pdf displayed. | ||
+ | * Read the manual that comes with the Help menu. | ||
+ | |||
+ | |||
+ | ===== Other resources ===== | ||
- | Latex introduction [[http:// | ||
- | * To run the file on Prism from the command line. | ||
- | * To get started on Prism/ | ||
- | * At the command line run '' | ||
- | * Press the green run button. | ||
- | * Select a file from template | ||
*[[http:// | *[[http:// | ||
* [[http:// | * [[http:// | ||
- | *UML | ||
- | | ||
- | *[[http:// | ||
- | *[[http:// | ||
* The TikZ-UML Latex package can also be used within LaTeX itself to do UML drawings (uses cases, class diagrams, statecharts and sequence diagrams). | * The TikZ-UML Latex package can also be used within LaTeX itself to do UML drawings (uses cases, class diagrams, statecharts and sequence diagrams). | ||
+ | |||
+ |
resources/latex.1347760808.txt.gz · Last modified: 2012/09/16 02:00 by jonathan