summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/handin/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/handin/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/handin/example.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/handin/example.tex b/Master/texmf-dist/doc/latex/handin/example.tex
new file mode 100644
index 00000000000..0e2a4c64c47
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/handin/example.tex
@@ -0,0 +1,22 @@
+\documentclass{article}
+\usepackage[english]{babel}
+% ^ Supports [english] and [norsk] (norwegian)
+\usepackage{handin}
+
+\title{Assignment 1}
+\author{The name}
+\coursename{TST-101}
+\coursetitle{Test course}
+\institute{Institute of Physics and Technology}
+\logo{universityTromsoLogo}
+%Values below are optional and defaults as given:
+\pagetext{Page \thepage~of \pageref{LastPage}}
+\containspages{Contains \pageref{LastPage} pages, front page included}
+
+\begin{document}
+ \maketitle
+ \problem{1}
+ \pproblem{a}
+ Gauss law tells us that
+ \[ \oiint\limits_{S}\vec E\cdot \mathrm{d}\vec{S}=\frac{Q_{\text{enc}}}{\varepsilon_0} \]
+\end{document}