ARO Typography Center

SKILL BASED ELECTIVE COURSE – VI LaTeX PRACTICAL 1 Type a Document in different alignments (Left, Right, Center, Justify).

Prac1
The minimal working working example is gievn below to Type a Document in different alignments (Left, Right, Center, Justify).
\documentclass[12pt,a4]{article}
\linespread{1.6}
\begin{document}


\begin{flushleft}
Its my left aligned document. 
\end{flushleft}


\begin{center}
Its my center aligned document.
\end{center}

\begin{flushright}
Its my right aligned document.
\end{flushright}

\end{document}

The output would be

Its my left aligned document.

Its my center aligned document.

Its my right aligned document.

For more clarification see the video which is given below

Post a Comment

0 Comments

/* MCQ Temp */