chore: Fix and add snippets

This commit is contained in:
Afonso Franco 2022-10-21 00:50:35 +01:00
parent 2785d9fce9
commit 147531f9cf
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
7 changed files with 43 additions and 49 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