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

This article is issued from Wikiversity - version of the Friday, July 03, 2009. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.