Loading [MathJax]/extensions/TeX/textcomp.js

ARO Typography Center

SKILL BASED ELECTIVE COURSE – VI LaTeX PRACTICAL 9 insert image in LaTeX file.

Prac9

The minimal working working example is gievn below to insert figure in LaTeX file.

\documentclass[12pt,a4paper]{article}
\usepackage{graphicx}
\linespread{1.6}

\begin{document}
\begin{figure}
\centering 
\includegraphics[scale=0.6]{(a+b)2}
\caption{$(a+b)^2 = a^2 + 2ab + b^2 $}
\end{figure}

\end{document}

The output would be

Figure 1: (a+b)^2 = a^2 + 2ab + b^2

For more clarification see the video which is given below

Post a Comment

0 Comments

/* MCQ Temp */