more tex snippets
This commit is contained in:
parent
b206aaa7c7
commit
6d0fc32e8f
|
@ -205,3 +205,21 @@ $2
|
||||||
\end{frame}
|
\end{frame}
|
||||||
}
|
}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet subfigures
|
||||||
|
\begin{figure}
|
||||||
|
\begin{subfigure}{\linewidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\linewidth]{$1}
|
||||||
|
\caption{$2}
|
||||||
|
\end{subfigure}
|
||||||
|
\begin{subfigure}{\linewidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\linewidth]{$3}
|
||||||
|
\caption{$4}
|
||||||
|
\end{subfigure}
|
||||||
|
\caption{$5}
|
||||||
|
\label{fig:$6}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
endsnippet
|
||||||
|
|
Loading…
Reference in New Issue
Block a user