Difference between revisions of "LaTeX:Examples"

 
Line 15: Line 15:
 
[http://www.artofproblemsolving.com/LaTeX/Examples/usamts%204-4-15.pdf Solution for USAMTS Problem 4/4/15] by Zachary Abel. [http://www.artofproblemsolving.com/LaTeX/Examples/usamts%204-4-15.tex Click here for the source file]. This file gives an example of writing up a solution to a USAMTS solution. The LaTeX code includes an example of referencing. (Note: You will have to compile code with referencing in it twice - the first time you compile you will get warnings about undefined references.)
 
[http://www.artofproblemsolving.com/LaTeX/Examples/usamts%204-4-15.pdf Solution for USAMTS Problem 4/4/15] by Zachary Abel. [http://www.artofproblemsolving.com/LaTeX/Examples/usamts%204-4-15.tex Click here for the source file]. This file gives an example of writing up a solution to a USAMTS solution. The LaTeX code includes an example of referencing. (Note: You will have to compile code with referencing in it twice - the first time you compile you will get warnings about undefined references.)
  
On the Existence and Uniqueness of Invariant Measures on Locally Compact Groups by Simon Rubinstein-Salzedo. Click here for the source file. This will give you an example of a document that would be terrifying to typeset with basic word processors. It will also give students an idea of what to look forward to in very advanced mathematics. (In other words, middle and high school students shouldn't expect to understand much, if any of it, but it is a great example of how to clearly render advanced math with LaTeX.)
+
==On the Existence and Uniqueness of Invariant Measures on Locally Compact Groups==
 +
[http://www.artofproblemsolving.com/LaTeX/Examples/HaarMeasure.pdf On the Existence and Uniqueness of Invariant Measures on Locally Compact Groups] by Simon Rubinstein-Salzedo. [http://www.artofproblemsolving.com/LaTeX/Examples/HaarMeasure.tex Click here for the source file]. This will give you an example of a document that would be terrifying to typeset with basic word processors. It will also give students an idea of what to look forward to in very advanced mathematics. (In other words, middle and high school students shouldn't expect to understand much, if any of it, but it is a great example of how to clearly render advanced math with LaTeX.)
  
Calculus Review and Formulas by Keone Hon. Click here for the source file. This example contains review of trigonometric formulas and some items of calculus. The LaTeX code exhibits some referencing, and uses of the definition and formula environments. This also illustrates the package hyperref, which allows us to put links to jump to in the document (you'll see when you open the PDF document how useful these are).
+
==Calculus Review and Formulas==
 +
[http://www.artofproblemsolving.com/LaTeX/Examples/calculus_review_formulas.pdf Calculus Review and Formulas] by Keone Hon. [http://www.artofproblemsolving.com/LaTeX/Examples/calculus_review_formulas.tex Click here for the source file]. This example contains review of trigonometric formulas and some items of calculus. The LaTeX code exhibits some referencing, and uses of the definition and formula environments. This also illustrates the package hyperref, which allows us to put links to jump to in the document (you'll see when you open the PDF document how useful these are).
  
Maxwell's Equations by Matt Hansen. Click here for main source file. Click here for bibliography file. This paper illustrates the use of BibTeX to compile a bibliography. To compile it completely, put both the main source file and the bibliography files in the same directory. Compile the source as usual. Then, in TeXnicCenter, click Build, then Current File, then BibTeX. Then compile the source as usual (you may need to compile the source twice after doing the BibTeX). This paper gives an overview of Maxwell's Equations.  
+
==Maxwell's Equations==
 +
[http://www.artofproblemsolving.com/LaTeX/Examples/Maxwell%27s%20Equations.pdf Maxwell's Equations] by Matt Hansen. [http://www.artofproblemsolving.com/LaTeX/Examples/Maxwell%27s%20Equations.tex Click here for main source file]. [http://www.artofproblemsolving.com/LaTeX/Examples/bibliography.bib Click here for bibliography file]. This paper illustrates the use of BibTeX to compile a bibliography. To compile it completely, put both the main source file and the bibliography files in the same directory. Compile the source as usual. Then, in TeXnicCenter, click Build, then Current File, then BibTeX. Then compile the source as usual (you may need to compile the source twice after doing the BibTeX). This paper gives an overview of Maxwell's Equations.  
  
  

Revision as of 19:05, 10 July 2007

LaTeX
About - Getting Started - Diagrams - Symbols - Downloads - Basics - Math - Examples - Pictures - Layout - Commands - Packages - Help

Before you move on to advanced commands and a library of symbols and keywords to memorize, look at a few LaTeX documents prepared by Art of Problem Solving Community members. Students wishing to submit examples should not feel obliged to make documents as intricate as those below - we would like to include some more introductory examples with these. The papers below are listed roughly in order of the complexity of LaTeX tools used.

The Basics: Twenty-Seven Problems

The Basics: Twenty-Seven Problems by Keone Hon. Click here for the source file. This file contains a collection of problems and solutions. Our beginning and newly intermediate-level problem solvers will find some good practice here.

A Diophantine Equation and Its Solution

A Diophantine Equation and Its Solution by Michael Viscardi. Click here for the source file. This paper contains a solution to the Diophantine Equation 1/x + 1/y = 1/z. (Note this was produced within a few days of the student learning about LaTeX from our site - look at the paper for evidence of how quickly you can learn to render math in LaTeX.)

The Area of a Circle

The Area of a Circle by Community member nr1337. Click here for the source file. This example shows some mathematical writing including calculus and the newtheorem environment.

Solution for USAMTS Problem 4/4/15

Solution for USAMTS Problem 4/4/15 by Zachary Abel. Click here for the source file. This file gives an example of writing up a solution to a USAMTS solution. The LaTeX code includes an example of referencing. (Note: You will have to compile code with referencing in it twice - the first time you compile you will get warnings about undefined references.)

On the Existence and Uniqueness of Invariant Measures on Locally Compact Groups

On the Existence and Uniqueness of Invariant Measures on Locally Compact Groups by Simon Rubinstein-Salzedo. Click here for the source file. This will give you an example of a document that would be terrifying to typeset with basic word processors. It will also give students an idea of what to look forward to in very advanced mathematics. (In other words, middle and high school students shouldn't expect to understand much, if any of it, but it is a great example of how to clearly render advanced math with LaTeX.)

Calculus Review and Formulas

Calculus Review and Formulas by Keone Hon. Click here for the source file. This example contains review of trigonometric formulas and some items of calculus. The LaTeX code exhibits some referencing, and uses of the definition and formula environments. This also illustrates the package hyperref, which allows us to put links to jump to in the document (you'll see when you open the PDF document how useful these are).

Maxwell's Equations

Maxwell's Equations by Matt Hansen. Click here for main source file. Click here for bibliography file. This paper illustrates the use of BibTeX to compile a bibliography. To compile it completely, put both the main source file and the bibliography files in the same directory. Compile the source as usual. Then, in TeXnicCenter, click Build, then Current File, then BibTeX. Then compile the source as usual (you may need to compile the source twice after doing the BibTeX). This paper gives an overview of Maxwell's Equations.


See Also