LaTeX: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
=Why use Latex?=
=Why use LaTeX?=


# It makes reuse of figures, tables and equations across papers, presentations and posters very easy.  For me, this is the main motivation of using latex.  .eps files scale well so you can just include the same figure in papers and posters and you don't have to (usually) worry about bizarre scaling effects.  Equations are even nicer.
# It makes reuse of figures, tables and equations across papers, presentations and posters very easy.  For some, this is the main motivation of using LaTeX.  .eps files scale well so you can just include the same figure in papers and posters and you don't have to (usually) worry about bizarre scaling effects.  Equations are even nicer.
# Latex is free.  So if you can't afford [http://office.microsoft.com/en-us/default.aspx Microsoft Office] software, this is a good option.
# LaTeX is free.  So if you can't afford [http://office.microsoft.com/ Microsoft Office] software, this is a good option.
# Latex works with bibtex to make doing references very easy.  Again, bibtex is free unlike [http://www.endnote.com/ Endnote] which is a common software package for use with Microsoft Office.
# LaTeX works with BibTeX to make doing references very easy.  Again, BibTeX is free unlike [http://www.endnote.com/ Endnote] which is a common software package for use with Microsoft Office.
# There's lots of online information about how to do stuff in latex.
# There's lots of online information about how to do stuff in LaTeX.


The primary disadvantage of latex is the learning curve associated with using latex.  So those new to latex would benefit from either giving themselves extra time to prepare their first latex document or having a friend who knows latex and who doesn't mind answering a lot of questions.
The primary disadvantage of LaTeX is the learning curve associated with using LaTeX.  So those new to LaTeX would benefit from either giving themselves extra time to prepare their first LaTeX document or having a friend who knows LaTeX and who doesn't mind answering a lot of questions.
 
=LaTeX software packages=
 
[http://www.uoregon.edu/~koch/texshop/index.html TeXShop] is a nice frontend for using LaTeX on [http://www.apple.com/macosx/ MacOSX].  Read through the site carefully for instructions on how to install both TeXShop and TeXLive-teTeX (the backend).
 
[http://bibdesk.sourceforge.net/ BibDesk] is a nice frontend for managing your library of references (ie your BibTeX library).  It even autofiles your library of PDFs which makes maintaining and searching your collection of papers much easier than before.


=Useful links=
=Useful links=
Line 12: Line 18:
==General==
==General==


[http://www.latex-project.org/ Latex project site]
[http://www.latex-project.org/ LaTeX project site]


[http://www.ctan.org/ CTAN]
[http://www.ctan.org/ CTAN]
Line 18: Line 24:
==[[Papers]]==
==[[Papers]]==


Some journals accept papers in latex format.  Check ahead of time.
Some journals accept papers in LaTeX format.  Check ahead of time.


==[[Posters]]==
==[[Posters]]==
[http://www.csd.uwo.ca/gradstudents/bdstephe/latex.html Here] is a link with a source file for making posters in latex.  The cls file can be modified to alter the style of the poster.
[http://www.csd.uwo.ca/gradstudents/bdstephe/latex.html Here] is a link with a source file for making posters in LaTeX.  The cls file can be modified to alter the style of the poster.


==[[Talks]]==
==[[Talks]]==
[http://plan.mcs.drexel.edu/~joe/other/latex/presentations.html Here] is a link with general information about latex presentations.
[http://plan.mcs.drexel.edu/~joe/other/latex/presentations.html Here] is a link with general information about LaTeX presentations.


[http://www.ctan.org/tex-archive/support/ppower4/ PPower4] is software that permits you to add powerpoint-like slide transitions to latex presentations.  It generally requires that you use [http://www.adobe.com/products/acrobat/readermain.html Adobe Acrobat reader] to view your presentation with effects.
[http://www.ctan.org/tex-archive/support/ppower4/ PPower4] is software that permits you to add powerpoint-like slide transitions to LaTeX presentations.  It generally requires that you use [http://www.adobe.com/products/acrobat/readermain.html Adobe Acrobat reader] to view your presentation with effects.

Revision as of 16:26, 2 May 2005

Why use LaTeX?

  1. It makes reuse of figures, tables and equations across papers, presentations and posters very easy. For some, this is the main motivation of using LaTeX. .eps files scale well so you can just include the same figure in papers and posters and you don't have to (usually) worry about bizarre scaling effects. Equations are even nicer.
  2. LaTeX is free. So if you can't afford Microsoft Office software, this is a good option.
  3. LaTeX works with BibTeX to make doing references very easy. Again, BibTeX is free unlike Endnote which is a common software package for use with Microsoft Office.
  4. There's lots of online information about how to do stuff in LaTeX.

The primary disadvantage of LaTeX is the learning curve associated with using LaTeX. So those new to LaTeX would benefit from either giving themselves extra time to prepare their first LaTeX document or having a friend who knows LaTeX and who doesn't mind answering a lot of questions.

LaTeX software packages

TeXShop is a nice frontend for using LaTeX on MacOSX. Read through the site carefully for instructions on how to install both TeXShop and TeXLive-teTeX (the backend).

BibDesk is a nice frontend for managing your library of references (ie your BibTeX library). It even autofiles your library of PDFs which makes maintaining and searching your collection of papers much easier than before.

Useful links

General

LaTeX project site

CTAN

Papers

Some journals accept papers in LaTeX format. Check ahead of time.

Posters

Here is a link with a source file for making posters in LaTeX. The cls file can be modified to alter the style of the poster.

Talks

Here is a link with general information about LaTeX presentations.

PPower4 is software that permits you to add powerpoint-like slide transitions to LaTeX presentations. It generally requires that you use Adobe Acrobat reader to view your presentation with effects.