Difference between revisions of "TeX (generally)"
(Added information on transition to TeX Live 2010) |
m (Minor typographical changes) |
||
Line 1: | Line 1: | ||
=TeX (generally)= | =TeX (generally)= | ||
We are currently using the 2007 TeX Live distribution of TeX and | We are currently using the 2007 TeX Live distribution of TeX and | ||
− | related files. Soon we will transition to the 2010 version of TeX | + | related files. Soon we will transition to the 2010 version of TeX live—see the section below. |
You can browse local documentation on TeX Live and its packages by going to | You can browse local documentation on TeX Live and its packages by going to | ||
/~vojta/tex-doc . Files of particular interest | /~vojta/tex-doc . Files of particular interest | ||
to beginners include: | to beginners include: | ||
− | * [/~vojta/tex-doc/english/lshort-english/lshort.pdf The Not So Short Introduction to LaTeX2e] | + | * [/~vojta/tex-doc/english/lshort-english/lshort.pdf The Not So Short Introduction to LaTeX2e]—an introduction to the LaTeX language |
* [http://www.math.uiuc.edu/~hildebr/tex/ LaTeX tips] | * [http://www.math.uiuc.edu/~hildebr/tex/ LaTeX tips] | ||
* [/~vojta/tex-doc/english/comprehensive/symbols-a4.pdf Table of Mathematical Symbols] | * [/~vojta/tex-doc/english/comprehensive/symbols-a4.pdf Table of Mathematical Symbols] |
Revision as of 22:15, 28 February 2011
TeX (generally)
We are currently using the 2007 TeX Live distribution of TeX and related files. Soon we will transition to the 2010 version of TeX live—see the section below.
You can browse local documentation on TeX Live and its packages by going to /~vojta/tex-doc . Files of particular interest to beginners include:
- The Not So Short Introduction to LaTeX2e—an introduction to the LaTeX language
- LaTeX tips
- Table of Mathematical Symbols
You can also see our old TeX help instead, but be warned that many of these documents refer to LaTeX 2.09 instead of LaTeX 2e, which is installed here and which has been the "modern" version of LaTeX since 1993.
More good starting points for TeX and LaTeX information:
- TeX Users Group Home Page The best online information about TeX. It indexes useful information if you don't know what TeX is, if you want to learn TeX and/or LaTeX, or if you've been using them for years. They also run one of the main sites of the Comprehensive TeX Archive Network.
- TeX Live Home Page.
- LaTeX home page.
- Donald E. Knuth's home page.
- Free math fonts for TeX and LaTeX
Some WikiBooks are also available for TeX:
Transition to TeX Live 2010
Over Spring Break we will switch to using the 2010 version of TeX Live. This version incorporates:
- fuller support for Unicode characters,
- preliminary support for the STIX font set developed by the AMS in collaboration with other major publishers,
- a newer version of LuaTeX (which combines a scripting language with TeX),
- numerous other updates to the standard programs.
You can try out the new TeX right now, by typing the following line, once per terminal window:
set path = (/local/depot/4/texlive-2010/bin $path)
If you are using a thin client (or using the thin client server), then this should be changed to:
set path = (/local/depot/texlive-2010/bin $path)
(The above lines assume that you have not changed which shell program you use when logging in.)
Solaris machines will not be able to run TeX Live 2010, because support for Solaris is being phased out.
Links
Links to special topics on TeX include:
- Writing your thesis in TeX: the ucbthesis document class
- Writing letters in TeX: the ucbletter document class
- Using TeX to create pdf files
- Spell-checking TeX files
- Installing local macro packages (e.g., ucbthesis or ucbletter) on your machine at home
- Adding Fonts to TeX and Adding Macro Packages to TeX (on the math department network)
- Adding Fonts to XeTeX
- Converting From LaTeX 2.09 to LaTeX 2e
Some Samples
Some TeX samples are available:
latex | Writing a thesis in LaTeX (same as the above link) | ||
tex and amstex | latex | A sample MetaPost document, with a label | |
tex | amstex | latex | Using Ralph Smith's Formal Script (rsfs) fonts for nicer script characters |
amstex | latex | Using Cyrillic text | |
amstex | latex | Using Cyrillic symbols | |
latex | Using Romanian characters | ||
amstex | latex | Bold Greek letters |