Navigation |
LaTeXI'm studying Computer Science at UNISA. We are allowed to submit assignments online (in PDF format), so I was looking for a way to enter mathematical notation into the computer. What I found was LaTeX - a system so elegant and powerful, that our prescribed textbooks are typeset using it. (Note that the X in LaTeX is pronounced like the ch in Loch.) This page contains my collection of LaTeX links, and some of the LaTeX code I use in my assignments. The most important part of these is the AMS-LaTeX notation, which not only allows mathematical symbols to be beautifully typeset, but also provides an unambiguous ASCII notation for mathematics. LaTeX is available by default on most Linux systems, but Windows users can use MiKTeX which is an up-to-date LaTeX implementation for Windows. The only drawback is that the basic installation package is 80MB. After installation, a .tex file can be converted to PDF by entering: Some LaTeX and AMS-LaTeX primers: LaTeX tips and tricks: A really basic .tex file (suitable for experimentation) would look like this: The format requirements for UNISA assignments are: An example .tex file satisfying the above requirements would look like this: |