summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex')
-rw-r--r--Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex b/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex
new file mode 100644
index 00000000000..fd167aabcd5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex
@@ -0,0 +1,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}