blob: 930f43a5ec65dd726226d91d5ef9af49514751e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}
|