INTRO To Latex

LaTeX is one of the efficient methods for publishing journals and papers in today's society, It is essential to study latex like other coding programmes 

First step :
\documentclass{article}
This is the first step as like as in #includein C, Inside the braces we can use many extensions but mostly we use article 

 step 2 : Using packages
\usepackage{amsmath,amssymb}
this is the package for math mode typing also there are many packages, table for tabulation and table making,and graphicx for picture installation. 

 Step 3 : then we shall begin the document with the command.
\begin{document}

          ..............

   

\end{document}

 On giving begin document automatically \end {document} will appear,if not we have to put \end{document} in the end of the problembetween begin and end document we've to create the program or the content

Step 4 :

   We can use the facilities which are available in ms word in Latex too such as bold italic line space..... We can use all the mathematical notations in LaTex as we can't use them in word even if we put symbols in word it doesn't seems like in math mode or an equation 

Here is a small program by using commands in math mode ,enumerate,itemize,table,matrix



 

 

Comments

Popular posts from this blog

Question

Good