Skip to content

Commit a6a3801

Browse files
authored
Merge pull request #66 from visika/master
Add % to latex-mode snippets for chktex tests
2 parents 4862a88 + 481a0aa commit a6a3801

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

latex-mode/section

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# key: sec
44
# uuid: sec
55
# --
6-
\section{${1:name}}
6+
\section{${1:name}}%
77
\label{sec:${2:label}}
88

99
$0

latex-mode/subfigure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
{\label{fig:${2:label}}
1010
\includegraphics[width=.${3:5}\textwidth]{${4:path}}}
1111

12-
\caption{${5:caption}}
12+
\caption{${5:caption}}%
1313
\label{fig:${6:label}}
1414
\end{figure}

latex-mode/subsec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# key: sub
44
# uuid: sub
55
# --
6-
\subsection{${1:name}}
6+
\subsection{${1:name}}%
77
\label{subsec:${2:label}}
88

99
$0

0 commit comments

Comments
 (0)