You are on page 1of 1

\documentclass[a4paper,12pt]{article}

\usepackage[utf8]{inputenc}

\usepackage[T1]{fontenc}

\usepackage[spanish]{babel}

\title{Hello World!!}

\author{Your Name}

\date{\today}

\begin{document}

\maketitle

\textbf{Hello World!} Today I am learning \LaTeX. \LaTeX. is a great


program for writing math.I can write
in line math such as $a^2 + b^2=c^2$ .I can also give equations their
own space:

$$\gamma ^2 + \theta^2=w^2$$

\end{document}

You might also like