Skip to content

Commit 9d78150

Browse files
authoredNov 28, 2016
Merge pull request honza#827 from languitar/master
Indent LaTeX blocks
2 parents 751c1ab + f19b011 commit 9d78150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎snippets/tex.snippets

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ snippet frame frame environment
264264
\end{frame}
265265
snippet block block environment
266266
\begin{block}{${1:title}}
267-
${0:${VISUAL}}
267+
${0:${VISUAL}}
268268
\end{block}
269269
snippet alert alertblock environment
270270
\begin{alertblock}{${1:title}}
271-
${0:${VISUAL}}
271+
${0:${VISUAL}}
272272
\end{alertblock}
273273
snippet example exampleblock environment
274274
\begin{exampleblock}{${1:title}}
275-
${0:${VISUAL}}
275+
${0:${VISUAL}}
276276
\end{exampleblock}
277277
snippet col2 two-column environment
278278
\begin{columns}

0 commit comments

Comments
 (0)
Please sign in to comment.