LaTeX

LaTeX is a markup language (as is MediaWiki!) for producing mathematical texts of the highest quality. Its use is widespread in the mathematics world. It is built on plain TeX developed by Donald Knuth. You can embed LaTeX markups in MediaWiki by the <math></math> tags, e.g. <math> e = m c^2</math> is rendered as  e = m c^2.

Readings

Installation

  • If you are using Linux, you probably have it already! Just type "latex".
  • If you are using Windows, the simplest thing to do is to open Cygwin (the linux emulator) and type "latex". If you haven't installed Cygwin, do it! You will often find it useful. The installation may take less than an hour but it is usually straightforward.
    • Note that it is now fairly simple to install a linux dual boot, for example, with wubi. All you need is a number of Gigabytes in a refactored hard-drive. You can delete it like a regular windows directory whenever you don't want it any more.

Step by step guide for beginners

  1. Create a file with .tex suffix, e.g. "helloworld.tex" (see /helloworld.tex).
  2. Go to your linux/cygwin/[1] whatever shell, go to the directory of your file "helloworld.tex" and type "latex helloworld".
  3. A .dvi file will be created - you may view it directly if you have the right tools.
  4. If not, type "dvips helloworld" or type "dvipdf helloworld" to convert it to a postscript or PDF file.
  5. Use Ghostview to view the .ps file, or the Adobe Acrobat Reader to view the .pdf file.

Choosing an editor

A good editing environment helps! A useful and free option is the LaTeX editor (LEd) (see their home page).

A LaTeX extension is also available for Open Office.

Or for a quick and easy solution, try Roger's Online Equation Editor.

Lessons

Obtain PDF from Latex

pdflatex hello.tex

External Links

References

  1. If you are new to cygwin, you can find your c-drive by something like cd /cygdrive/c
This article is issued from Wikiversity - version of the Wednesday, March 23, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.