|
@@ -2,6 +2,11 @@
|
|
|
# Section
|
|
# Section
|
|
|
snippet sec
|
|
snippet sec
|
|
|
\section{${1}}
|
|
\section{${1}}
|
|
|
|
|
+ \label{sec:${2}}
|
|
|
|
|
+# Subsection
|
|
|
|
|
+snippet subsec
|
|
|
|
|
+ \subsection{${1}}
|
|
|
|
|
+ \label{subsec:${2}}
|
|
|
# Figure
|
|
# Figure
|
|
|
snippet fig
|
|
snippet fig
|
|
|
\begin{figure}
|
|
\begin{figure}
|