summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex b/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex
new file mode 100644
index 00000000000..930f43a5ec6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex
@@ -0,0 +1,24 @@
+\documentclass{unitn-bimrep}
+
+\author{Student Name Surname}
+\title{An awesome thesis for a PhD student}
+\advisor{Advisor Name Surname}
+\cycle{XXX}
+
+\begin{document}
+
+\begin{research*}
+ For my ctivities I usually prefer to write a small paragraph. Since I used the
+ \texttt{research*} environment, I cannot use the \texttt{research} after.
+\end{research*}
+
+\begin{school}
+ \item{Interesting course}{A. Einstein}{20h}
+\end{school}
+
+\begin{production}
+ \item{Student Name Surname, Advisor Name Surname}{An awesome publication}{Awesome journal (in review)}
+\end{production}
+
+
+\end{document}