Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/latex-mode/begin
990 views
#contributor : Rodrigo Setti <[email protected]>
#name : \begin{environment} ... \end{environment}
# --

\begin{${1:environment}}
$0
\end{$1}