2 Getting started

LaTeX is not a word processor  

Workflow  

SVG-Viewer needed.

Spacing  

A simple document  

Example


\documentclass [a4paper,12pt] {article}
% A comment in the preamble
\begin{document}
% This is a comment
This is   a simple
document\footnote {with a footnote } .

This is a new paragraph.
\end{document}