We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4862a88 + 481a0aa commit a6a3801Copy full SHA for a6a3801
latex-mode/section
@@ -3,7 +3,7 @@
3
# key: sec
4
# uuid: sec
5
# --
6
-\section{${1:name}}
+\section{${1:name}}%
7
\label{sec:${2:label}}
8
9
$0
latex-mode/subfigure
@@ -9,6 +9,6 @@
{\label{fig:${2:label}}
10
\includegraphics[width=.${3:5}\textwidth]{${4:path}}}
11
12
- \caption{${5:caption}}
+ \caption{${5:caption}}%
13
\label{fig:${6:label}}
14
\end{figure}
latex-mode/subsec
# key: sub
# uuid: sub
-\subsection{${1:name}}
+\subsection{${1:name}}%
\label{subsec:${2:label}}
0 commit comments