Skip to content

Commit

Permalink
Add % to latex-mode snippets for chktex tests
Browse files Browse the repository at this point in the history
Closes #33
  • Loading branch information
visika committed Apr 29, 2021
1 parent afe549b commit 481a0aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latex-mode/section
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# key: sec
# uuid: sec
# --
\section{${1:name}}
\section{${1:name}}%
\label{sec:${2:label}}

$0
2 changes: 1 addition & 1 deletion latex-mode/subfigure
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
{\label{fig:${2:label}}
\includegraphics[width=.${3:5}\textwidth]{${4:path}}}

\caption{${5:caption}}
\caption{${5:caption}}%
\label{fig:${6:label}}
\end{figure}
2 changes: 1 addition & 1 deletion latex-mode/subsec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# key: sub
# uuid: sub
# --
\subsection{${1:name}}
\subsection{${1:name}}%
\label{subsec:${2:label}}

$0

0 comments on commit 481a0aa

Please sign in to comment.