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 751c1ab + f19b011 commit 9d78150Copy full SHA for 9d78150
snippets/tex.snippets
@@ -264,15 +264,15 @@ snippet frame frame environment
264
\end{frame}
265
snippet block block environment
266
\begin{block}{${1:title}}
267
- ${0:${VISUAL}}
+ ${0:${VISUAL}}
268
\end{block}
269
snippet alert alertblock environment
270
\begin{alertblock}{${1:title}}
271
272
\end{alertblock}
273
snippet example exampleblock environment
274
\begin{exampleblock}{${1:title}}
275
276
\end{exampleblock}
277
snippet col2 two-column environment
278
\begin{columns}
0 commit comments