Move home-manager related files into home directory

This commit is contained in:
2022-08-19 01:54:13 +02:00
parent 56a100f0c6
commit 8f68ada082
50 changed files with 8 additions and 11 deletions

View File

@@ -0,0 +1,21 @@
# -*- mode: snippet -*-
# name: NTNU document init
# key: ntnu-doc
# --
\documentclass[12pt]{article}
\usepackage{ntnu}
\author{Øystein Tveit}
\title{$0}
\begin{document}
\ntnuTitle{}
\break{}
\begin{excs}
\exc{}
$1
\end{excs}
\end{document}