20 lines
462 B
TeX
20 lines
462 B
TeX
%#!latexmk main.tex
|
|
\subsection{Validation of MLP}
|
|
|
|
Text for the paragraph describing Fig~\ref{fig:density}.
|
|
|
|
\begin{figure}[H]
|
|
\centering \includegraphics[width=1.0\textwidth]{fig01_density.pdf}
|
|
\caption{CAPTION} \label{fig:density}
|
|
\end{figure}
|
|
|
|
|
|
Text for the paragraph describing Fig~\ref{fig:structure-factor}
|
|
|
|
\begin{figure}[H]
|
|
\centering \includegraphics[width=1.0\textwidth]{fig02_SQ.pdf}
|
|
\caption{CAPTION}
|
|
\label{fig:structure-factor}
|
|
\end{figure}
|
|
|