├── .gitignore ├── README.md ├── birthdaycalendar └── birthdaycalendar.tex ├── datenotes └── datenotes.tex ├── kniffel └── kniffel.tex └── triomino └── triomino.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garonenur/supernotetemplates/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garonenur/supernotetemplates/HEAD/README.md -------------------------------------------------------------------------------- /birthdaycalendar/birthdaycalendar.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garonenur/supernotetemplates/HEAD/birthdaycalendar/birthdaycalendar.tex -------------------------------------------------------------------------------- /datenotes/datenotes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garonenur/supernotetemplates/HEAD/datenotes/datenotes.tex -------------------------------------------------------------------------------- /kniffel/kniffel.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garonenur/supernotetemplates/HEAD/kniffel/kniffel.tex -------------------------------------------------------------------------------- /triomino/triomino.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garonenur/supernotetemplates/HEAD/triomino/triomino.tex --------------------------------------------------------------------------------