David Raj Micheal
I am an Assistant Professor in Division of Mathematics, School of Advanced Sciences, Vellore Institute of Technology, Chennai
Resource Person
\(\LaTeX\) is essentially a markup language.
Content is written in plain text
Content and the format of the document is separated.
The \(\LaTeX\) interpreter reads in a \(\LaTeX\) marked-up file, renders the content into a document and dumps it a new file.
\documentclass[a4paper,onecolumn]{article}
\usepackage{lipsum}
%%------Title and Author of the document-----
\title{This is Your First Document}
\author{Type your name}
\begin{document}
\maketitle
\tableofcontents %% This create the table of contents
\section{Introduction}
\lipsum[1]
\subsection{This is some subsection}
\lipsum[2]
\section{Conclusion}
\lipsum[8]\\
\end{document}
Assistant Professor
Sikkim Manipal Institute of Technology
Sikkim, India
Known Languages
\(\LaTeX\), Python, SageMath, PHP, JS
Projects
LET'S GET
STARTED
By David Raj Micheal
I am an Assistant Professor in Division of Mathematics, School of Advanced Sciences, Vellore Institute of Technology, Chennai