Fix and add snippets

This commit is contained in:
afonsofrancof 2022-10-21 00:50:35 +01:00
parent 9368fdb570
commit ec5ee7ccaa
8 changed files with 67 additions and 83 deletions

View file

@ -0,0 +1,36 @@
snippet templateHs "Start file with template"
\documentclass{article}
%imports
%include polycode.fmt
\usepackage[all]{xy}
\usepackage{mathtools}
\usepackage{graphicx}
\title{\Huge{Some Class}}
\author{\huge{Afonso Franco}}
\date{}
\begin{document}
\maketitle
\newpage
\tableofcontents
\pagebreak
$1
\end{document}
endsnippet
snippet rule "Add CP rule"
\equiv \\{\text{Propriedade ${1:Nome/Numero}}\\}\\\\
endsnippet
snippet split "Add CP split"
\langle $1 \rangle
endsnippet