Posts

Showing posts from December, 2025

Article

\documentclass[12pt]{article} \title{IT WORKSHOP} \author{Y. Praveen Kumar \\ LBRCE  Assistant Professor } \date{\today} \begin{document} \maketitle{This article is about Computer science engineering students} \section{Introduction} This is first Section \subsection{part1} \paragraph{first} \subsection{part2} \paragraph{windows} \section{architecture} \paragraph{This is second section} \subsection{part3} \section{summary} \paragraph{This is third Section} \subsection{part4} \section{conclusion} conclusion of the project  \section{References} \end{document}

Latex table

  Table: \documentclass{article} \begin{document} \begin{center} \begin{tabular}{|c||c||c||c|}  \hline  Col1 & Col2 & Col2 & Col3 \\ [1.0ex]  \hline\hline  1 & 6 & 87837 & 787 \\ [1.0ex]  \hline  2 & 7 & 78 & 5415 \\[1.0ex]  \hline  3 & 545 & 778 & 7507 \\[1.0ex]  \hline  4 & 545 & 18744 & 7560 \\[1.0ex]  \hline  5 & 88 & 788 & 6344 \\ [1ex]  \hline \end{tabular} \end{center} \end{document}