summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/unitn-bimrep/examples/example_bib.tex
blob: fd167aabcd56d42ecb30c1cc0ec3a6bd13af7b3d (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
25
26
\documentclass[bib]{unitn-bimrep}

\addbibresource{example_bib.bib} % Define here the bibliography file to use

\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*}
  \nocite{ref:1,ref:2} % Import the citations with \nocite
  \printbibliography  % and print the bibliography.
\end{production*}

\end{document}