LaTeX (pronounced lay-tech or lah-tekh) is a markup language for typesetting documents similar to how HTML is one for web sites.
LaTeX has advantages over What-You-See-Is-What-You-Get (WYSIWYG) editors such as Microsoft Word because with LaTeX you provide the content, and LaTeX takes care of the layout. Separation of content from typesetting results in documents that are consistently and beautifully formatted. Furthermore, because LaTeX markup is of plain text format (unlike more complex file formats produced by WYSIWYG editors, like .docx
), LaTeX files are lightweight and can be easily kept under version control.
LaTeX documents are typically compiled to PDF files so that consistency in layout is retained across different viewers, and for printing.
LaTeX is especially popular in academic writing due to its rich support for typesetting equations, cross-referencing figures and tables, and citations and bibliographies.
\title{<title>}
, \author{<author>}
and \date{<date}
internally store the content.
\maketitle
produces a standard title page with the previously defined values.
Here are some basic ideas to make sure your code doesn't break on you and your equations look better:
\begin{}
\end{}
commands are matching. This is something where one small mistake can mess your whole piece of code up in a big way.\begin{equation*}
command without the amsmath
package).$$an equation here$$
) instead of \begin{equation}
.Good luck!
This topic aims to explain the different types of document and their specificities.
A good way to organize it would be 1 example per type
For other themes and colors you can visit here