Technology Info
From Classes
(Difference between revisions)
HelmutKnaust (Talk | contribs) (Created page with "===LaTeX=== * How to install LaTeX on Windows: # Download and install [http://http://miktex.org/ MiKTeX]. # Make sure you have Adobe Reader installed. # Download and install a...") |
HelmutKnaust (Talk | contribs) |
||
Line 14: | Line 14: | ||
* Some examples of LaTeX files: | * Some examples of LaTeX files: | ||
# [http://helmut.knaust.info/class/201310_2325/barebones.tex barebones.tex] | # [http://helmut.knaust.info/class/201310_2325/barebones.tex barebones.tex] | ||
− | |||
# [http://helmut.knaust.info/class/201310_2325/MCquiz.tex A multiple choice quiz] | # [http://helmut.knaust.info/class/201310_2325/MCquiz.tex A multiple choice quiz] | ||
# LaTeX is part of MediaWiki and other software on the Internet:<math>\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}</math> | # LaTeX is part of MediaWiki and other software on the Internet:<math>\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}</math> |
Revision as of 11:56, 28 January 2013
LaTeX
- How to install LaTeX on Windows:
- Download and install MiKTeX.
- Make sure you have Adobe Reader installed.
- Download and install an editor, such as TeXMaker or TeXnicCenter. Configure the PDFLateX option.
- How to install LaTeX on Linux:
- Skip Step 1 above: LaTeX should already be installed.
- Make sure you have Adobe Reader (or another PDF reader) installed.
- There is a version of TeXMaker for Linux. Configure the PDFLateX option.
- How to install LaTeX on Macs:
- Follow the instructions at MacTeX.
- Some examples of LaTeX files:
- barebones.tex
- A multiple choice quiz
- LaTeX is part of MediaWiki and other software on the Internet\[\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}\]
- A Beamer slide presentation: PDF file LaTeX file
- Resources:
- A Simplified Introduction to LaTeX
- A LaTeX Primer
- The Not So Short Introduction to LaTeX
- A LaTeX crash course
- The TeX Cookbook (List of symbols)
- The standard book reference is: Leslie Lamport, LaTeX: A Document Preparation System, Addison-Wesley, 2nd Edition, 1994.