Difference between revisions of "LaTeX basics"

From UCB Math Wiki
Jump to: navigation, search
(Bibliographies)
(Editors)
Line 3: Line 3:
  
 
==Editors==
 
==Editors==
Learn to use a specialized LaTeX editor.  For the department computers, probably the best choice is Emacs with AucTeX.  To use AucTeX (and RefTeX), edit your .emacs file (you may not know it's there, but it is), for example with the shell command <pre>emacs ~/.emacs &</pre>
+
Learn to use a specialized LaTeX editor.  For the department computers, probably the best choice is Emacs with AucTeX.   
and insert the line
+
 
 +
[http://doc.kom.aau.dk/reference_cards/ Here] are some very useful reference cards for Emacs and AucTeX commands.
 +
 
 +
To use AucTeX (and RefTeX), edit your .emacs file (you may not know it's there, but it is), for example with the shell command <pre>emacs ~/.emacs &</pre>
 +
and insert the lines
 
<pre>(require 'tex-site)  
 
<pre>(require 'tex-site)  
 
(setq reftex-plug-into-AUCTeX t)
 
(setq reftex-plug-into-AUCTeX t)
 
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
 
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
 
</pre>
 
</pre>
For your home computer, you may need to download these packages.  On a Mac, this can be done with Fink.   
+
After this, AucTeX will automatically start up any time you use a TeX document.
 +
 
 +
For your home computer, you may need to download these packages.  On a Mac, this can be done with [http://fink.sourceforge.net/ Fink].   
  
 
Other editor options include:  
 
Other editor options include:  

Revision as of 06:57, 5 September 2006

Learning LaTeX

One very good idea is to get a LaTeX file from a more experienced user so that you can see their tricks in action. For example, you could download the source for my papers from my website. More generally, you can get the source of any paper on the arXiv, which should lead to a fairly inexhaustable source of LaTeX tricks beyond the standard tutorials.

Editors

Learn to use a specialized LaTeX editor. For the department computers, probably the best choice is Emacs with AucTeX.

Here are some very useful reference cards for Emacs and AucTeX commands.

To use AucTeX (and RefTeX), edit your .emacs file (you may not know it's there, but it is), for example with the shell command

emacs ~/.emacs &

and insert the lines

(require 'tex-site) 
(setq reftex-plug-into-AUCTeX t)
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)

After this, AucTeX will automatically start up any time you use a TeX document.

For your home computer, you may need to download these packages. On a Mac, this can be done with Fink.

Other editor options include:

Bibliographies

Learn how to use BibTeX. I promise you won't regret it later. Remember that you can get BibTeX citations from from MathSciNet or the Front. Somewhat obnoxiously, the standard BibTeX styles won't produce a citation to the arXiv, so you'll want an special BibTeX style. I use halpha.bst.