mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
latex
This commit is contained in:
19
pages/latex/images.md
Executable file
19
pages/latex/images.md
Executable file
@@ -0,0 +1,19 @@
|
||||
# Images
|
||||
|
||||
```latex
|
||||
\usepackage{graphicx}
|
||||
|
||||
% Relative to .tex file
|
||||
\graphicspath{ {../images/} }
|
||||
|
||||
\begin{figure}[h]
|
||||
\label{fig:cat}
|
||||
\caption{Miaaauu}
|
||||
\centering
|
||||
\includegraphics[width=0.6\textwidth]{cat.png}
|
||||
\end{figure}
|
||||
|
||||
Some cat here! \ref{fig:cat}
|
||||
```
|
||||
|
||||
[https://www.overleaf.com/learn/latex/Inserting_Images](https://www.overleaf.com/learn/latex/Inserting_Images)
|
Reference in New Issue
Block a user