LaTeX
From the Linux and Unix Users Group at Virginia Tech Wiki
LaTeX is a markup language and typesetting system for producing high-quality documents. The X symbol is supposed to represent the Greek character chi, making the proper pronunciation la-tech or lay-tech.
Contents |
[edit] Sample LaTeX Stub
\documentclass{article}
%\usepackage here
\author{Jane Doe}
\title{ENGE 1337 Homework 1}
\begin{document}
\maketitle
\end{document}
[edit] Error Messages
- The line with the bang (
!) on it is the error message. - The number after
l.is the line number where the error occurred.
[edit] Extra alignment tab has been changed to \cr
! Extra alignment tab has been changed to \cr. <template> \egroup \endtemplate
This can happen when a line of your eqnarray is missing its endline mark: \\.
[edit] Missing $ inserted
! Missing $ inserted. <inserted text>
This can happen when you leave out a closing inline equation mark: $.

