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
step 2 :
Using packages
Step 3 :
then we shall begin the document with the command.
First step :
in C,
Inside the braces we can use many extensions but mostly we use article
\documentclass{article}This is the first step as like as in #include
\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.
\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
Post a Comment