Friday, 18 November 2016

Line Break and Page Break in Latex

Hi All,

\documentclass{article}
\author{Sajeev}
\title{Latex Tutorial}

\date{18 Nov 2016}
\begin{document}
\maketitle
Wecome to Latex
\break
This will be printed in next line
\newpage
Page 2 is starting


\end{document}

First Document in Latex

Hi All,
Try this
---------------------------

\documentclass{article}
\title{HUP Latex}
\author{HUP Sajeev}
\date{18 Nov 2016}
\begin{document}
\maketitle
This article is about Helping others in terms of Latex. All the best. Have a nice day.


\end{document}

-------------------------

Download the software Latex for Windows

Hi All,
Download the software from the site

https://miktex.org/download

and install the same in your computer.