< 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

  • 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
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.