Difference between revisions of "TeX (generally)"
m (→TeX (generally): Fixed broken links) |
(→TeX (generally): Update for new version) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=TeX (generally)= | =TeX (generally)= | ||
− | We | + | We use the TeX Live distribution of TeX and related files. The particulars of which version and where it is located depend on the machine in use. |
− | related files. | ||
− | You can browse local documentation on TeX Live and its packages by going to | + | '''On login.math and beyonce.math:''' |
− | + | The version currently in use is the 2013 version, with some later changes (hence it | |
− | to beginners include: | + | identifies itself as "2014-dev"). This was implemented in the first week of March, 2014. |
+ | You can browse local documentation on TeX Live and its packages by going to '''/local/depot/texlive-2013'''. | ||
+ | |||
+ | '''On keira.math and office machines running local copies of Ubuntu Linux:''' | ||
+ | These machines run the 2009 version. You can browse local documentation by going to the directory '''/usr/local/texmf-texlive'''. | ||
+ | |||
+ | Files of particular interest to beginners include: | ||
* [http://mirrors.ctan.org/info/lshort/english/lshort-letter.pdf The Not So Short Introduction to LaTeX2e]—an introduction to the LaTeX language | * [http://mirrors.ctan.org/info/lshort/english/lshort-letter.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] | ||
* [http://mirrors.ctan.org/info/symbols/comprehensive/symbols-letter.pdf Table of Mathematical Symbols] | * [http://mirrors.ctan.org/info/symbols/comprehensive/symbols-letter.pdf Table of Mathematical Symbols] | ||
− | + | More good starting points for TeX and LaTeX information are: | |
− | + | * [http://www.tug.org/ 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. In particular, see their web page on [http://www.tug.org/interest.html#doc help and documentation]. They also run one of the main sites of the [http://ctan.tug.org/ Comprehensive TeX Archive Network]. | |
− | |||
− | |||
− | |||
− | |||
− | More good starting points for TeX and LaTeX information: | ||
− | * [http://www.tug.org/ 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 [http://ctan.tug.org/ Comprehensive TeX Archive Network]. | ||
* [http://www.tug.org/texlive/ TeX Live Home Page]. | * [http://www.tug.org/texlive/ TeX Live Home Page]. | ||
* [http://www.latex-project.org/ LaTeX home page]. | * [http://www.latex-project.org/ LaTeX home page]. | ||
Line 27: | Line 26: | ||
* [http://en.wikibooks.org/wiki/TeX TeX] | * [http://en.wikibooks.org/wiki/TeX TeX] | ||
* [http://en.wikibooks.org/wiki/TeX_for_the_Impatient TeX for the Impatient] | * [http://en.wikibooks.org/wiki/TeX_for_the_Impatient TeX for the Impatient] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Links== | ==Links== | ||
Line 49: | Line 31: | ||
* Writing your thesis in TeX: the '''ucbthesis''' document class | * Writing your thesis in TeX: the '''ucbthesis''' document class | ||
− | ** [[ucbthesis readme file]] (documentation) | + | ** [[ucbthesis readme file]] (links to documentation) |
** a [/~vojta/thesis/ sample thesis] | ** a [/~vojta/thesis/ sample thesis] | ||
** [[Preparing your Ph.D. dissertation using LaTeX]] | ** [[Preparing your Ph.D. dissertation using LaTeX]] | ||
Line 66: | Line 48: | ||
{|border="1" cellpadding="5" cellspacing="0" | {|border="1" cellpadding="5" cellspacing="0" | ||
|colspan=2| | |colspan=2| | ||
− | | [/ | + | | [/~vojta/thesis/ latex] |
| Writing a thesis in LaTeX (same as the above link) | | Writing a thesis in LaTeX (same as the above link) | ||
+ | |- | ||
+ | |colspan=2| | ||
+ | | [[latex sample ucbletter|latex]] | ||
+ | | Writing a letter or memo in LaTeX | ||
|- | |- | ||
|colspan=2| [[tex sample metapost|tex and amstex]] | |colspan=2| [[tex sample metapost|tex and amstex]] | ||
| [[latex sample metapost|latex]] | | [[latex sample metapost|latex]] | ||
| A sample MetaPost document, with a label | | A sample MetaPost document, with a label | ||
+ | |- | ||
+ | |colspan=2| [[tex sample embedded metapost|tex and amstex]] | ||
+ | | [[latex sample embedded metapost|latex]] | ||
+ | | A sample embedded MetaPost figure | ||
|- | |- | ||
| [[tex sample rsfs|tex]] | | [[tex sample rsfs|tex]] |
Latest revision as of 10:18, 10 March 2014
TeX (generally)
We use the TeX Live distribution of TeX and related files. The particulars of which version and where it is located depend on the machine in use.
On login.math and beyonce.math: The version currently in use is the 2013 version, with some later changes (hence it identifies itself as "2014-dev"). This was implemented in the first week of March, 2014. You can browse local documentation on TeX Live and its packages by going to /local/depot/texlive-2013.
On keira.math and office machines running local copies of Ubuntu Linux: These machines run the 2009 version. You can browse local documentation by going to the directory /usr/local/texmf-texlive.
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
More good starting points for TeX and LaTeX information are:
- 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. In particular, see their web page on help and documentation. 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:
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) | ||
latex | Writing a letter or memo in LaTeX | ||
tex and amstex | latex | A sample MetaPost document, with a label | |
tex and amstex | latex | A sample embedded MetaPost figure | |
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 |