Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
labs:latex [2008/10/14 20:35] adminlabs:latex [2012/04/24 20:19] (current) – [Creating LaTeX Files] admin
Line 7: Line 7:
 One way: One way:
  
-  latex <filename, optionally without .tex extension>+  latex <"main" filename, optionally without .tex extension>
  
 Creates a ''dvi'' file with same name as ''.tex'' file.   Creates a ''dvi'' file with same name as ''.tex'' file.  
Line 17: Line 17:
 Another approach: Another approach:
  
-  pdflatex <filename, optionally without .tex extension>+  pdflatex <"main" filename, optionally without .tex extension>
  
 Creates a ''pdf'' file with the same name as the ''.tex'' file. Creates a ''pdf'' file with the same name as the ''.tex'' file.
Line 23: Line 23:
 This approach is slower and requires more disk space but creates a portable PDF document. This approach is slower and requires more disk space but creates a portable PDF document.
  
 +==== Adding Bibtex ====
  
 +For either approach, to add bibtex to the document, run
 +
 +  bibtex <"main" filename, without .tex extension>
 ===== IDEs ===== ===== IDEs =====
  
labs/latex.1224016542.txt.gz · Last modified: 2012/04/24 20:19 (external edit)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0