Figures and Subfigures in LaTeX (Latex Basic Tutorial-08)

Описание к видео Figures and Subfigures in LaTeX (Latex Basic Tutorial-08)

This tutorial includes:

1. Use of graphicx, caption, subcaption, and sidecap packages,
2. Single graphics addition,
3. Graphics side by side,
4. Table side by side

----------------------------------------------------
Subfigure codes:
\begin{figure}[ht]
\centering
\begin{subfigure}[b]{0.45\linewidth}
\includegraphics[width=\linewidth]{img13.jpg}
\caption{Description of the graphics will come here...}
\label{fig:img112}
\end{subfigure}
\quad %\qquad, \hfill
\begin{subfigure}[b]{0.45\linewidth}
\includegraphics[width=\linewidth]{img15}
\caption{Description of the graphics will come here...}
\label{fig:img11}
\end{subfigure}
\caption{Global caption will come here...}
\label{fig:global fig}
\end{figure}

----------------------------------------------------
►Simple and fancy table:
   • Simple and Fancy Table in LaTeX (Late...  

----------------------------------------------------
If this worked and helped you
► Do not forget to Like, Comment, and Subscribe !

=================================================
► To Watch all our videos, click here - https://goo.gl/aCCrzi
► Subscribe to our channel, click here - https://goo.gl/9QCQhC

Комментарии

Информация по комментариям в разработке