Post

latex cookbook

latex cookbook

Adding pictures

1
2
3
4
5
6
7
8
\usepackage{graphicx}

\begin{figure}
  \includegraphics[width=\linewidth]{"img/fundamental_theorem.png"}
  \caption{Fundamental theorem of calculus\cite{3b1bCalculus}}
  \label{fig1:area}
\end{figure}

This post is licensed under CC BY 4.0 by the author.