ARO Typography Center

SKILL BASED ELECTIVE COURSE – VI LaTeX PRACTICAL 4 Draw a Table structure.

Prac4

The minimal working working example is gievn below to Draw a Table structure.

\documentclass[12pt,a4paper]{article}
\linespread{1.6}
\begin{document}


\begin{table}
\centering 
\begin{tabular}{|l|l|l|l|}
\hline 
S.No & Name & Reg No &  Mark \\ \hline 
1 & Abi & 12345 & 45 \\ \hline
2 & Anu & 12346 & 54 \\ \hline
\end{tabular} 
\caption{Mark Statement}
\end{table}

\end{document}

The output would be

.
S.No Name Reg No Mark
1 Abi 12345 45
2 Anu 12346 54

Table 1: Mark Statement

For more clarification see the video which is given below

Post a Comment

0 Comments

/* MCQ Temp */