2016-01-22 09:06:45 -05:00
|
|
|
\documentclass{memoir}
|
|
|
|
\usepackage[demo]{graphicx}
|
2016-02-07 07:11:52 -05:00
|
|
|
\usepackage[fleqn]{amsmath}
|
2016-01-22 09:06:45 -05:00
|
|
|
\usepackage{siunitx}
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\begin{equation}
|
|
|
|
f(x) = 1.0
|
|
|
|
\label{eq:eq1}
|
|
|
|
\end{equation}
|
|
|
|
|
|
|
|
\begin{figure}[tbp]
|
|
|
|
\centering
|
|
|
|
\includegraphics[height=\linewidth]{somefig}
|
|
|
|
\caption{sdadasda \si{\m}}
|
|
|
|
\label{fig:fig1}
|
|
|
|
\end{figure}
|
|
|
|
|
2016-01-26 16:41:02 -05:00
|
|
|
\begin{figure}[tbp]
|
|
|
|
\centering
|
|
|
|
\includegraphics[height=\linewidth]{somefig}
|
|
|
|
\caption{sdadasda}
|
|
|
|
\label{fig:fig2}
|
|
|
|
\end{figure}
|
|
|
|
|
2016-02-07 07:11:52 -05:00
|
|
|
\begin{figure}[tbp]
|
|
|
|
\centering
|
|
|
|
\includegraphics[height=\linewidth]{somefig}
|
|
|
|
\caption{Blabla \(\text{K\&K}\) }
|
|
|
|
\label{fig:fig3-for-issue-337}
|
|
|
|
\end{figure}
|
|
|
|
|
2016-01-26 16:41:02 -05:00
|
|
|
Reference here:
|
2016-01-22 09:06:45 -05:00
|
|
|
|
|
|
|
\end{document}
|