LaTeX/helloworld.tex
< LaTeX
The barebone document
\documentclass[12pt]{article} \begin{document} Hello world! $Hello world!$ %math mode \end{document}
The barebone document using W:amstex
\documentclass[12pt]{article} \usepackage{amsmath} \usepackage{amsfonts} \begin{document} $\mathfrak{H}$ello world! \end{document}
See also
edit- List of resources under LaTeX
- Topic:LaTeX - the organisation page for wikiversity learning activities on LaTeX
- b:LaTeX - the featured wikibook, available in .pdf format
- w:LaTeX - wikipedia article on LaTeX