This repository has been archived on 2025-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dotfiles/general/.emacs.d/snippets/latex-mode/ntnu-doc.yasnippet
2021-02-07 17:36:52 +01:00

22 lines
268 B
Plaintext

# -*- 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}