Directory macros/latex/contrib/unitn-bimrep
unitn-bimrep
A LaTeX class for the Bimonthly report for the University of Trento. The class formats the document in order to obtain the typical aspect required by the bimonthly report.
Installation
If you want to use it for now, you have to put unitn-bimrep.cls
and unitn-bimrep.jpg
in the same directory of your main LaTeX file.
Usage
There are some very simple step to complete a document:
- Use
unitn-bimrep
as your\documentclass
- In the preamble:
- Define the
\author
(your name)- Define the
\advisor
(name of your advisor, or comma separated list of advisors) - Define the
\title
(the title of your thesis) - Define the
\cycle
(your school cycle)
- Define the
- Define the
- In your document (exactly in this order):
- Insert the
research
(orresearch*
) environment
school
(orschool*
) environment- Insert the
production
(orproduction*
) environment
- Insert the
If one of the above element is missing, the class will raise an error.
Environments
Research
The research
enviroment should contain a sequence of \item
that describe your work. Inside the environment you can use directly the \item
macro, that is interpreted as in a itemize
. The environment can also be empty.
If you prefer to write a small paragraph, you should use the research*
environment instead.
research
(or in alterntive research*
) can be used only once.
School
The school
enviroment should contain a sequence of \item
that describe the courses you have attended. Inside the environment you can use directly the \item
macro, that it is slightly different with respect to the standard one. This \item
can take upto 3 arguments:
\item{Title of the course}{Teacher or Organization}{Duration in hours or ECTS credit}
If you prefer to write a small paragraph, you should use the school*
environment instead.
school
(or in alterntive school*
) can be used only once, after the research
environment.
Production
The production
enviroment should contain a sequence of \item
that describe The course you have attended. Inside the environment you can use directly the \item
macro, that it is slightly different with respect to the standard one. This \item
can take upto 3 arguments:
\item{List of Authors}{Title of the publication}{More information about the paper}
If you prefer to write a small paragraph, you should use the production*
environment instead. This opens tothe usage of more advanced function, such as list of publication generated by bibtex
.
production
(or in alterntive production*
) can be used only once, after the research
and school
environments.
Examples
Normal Mode
The code:
\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}
produces:
With Biblatex
The code:
\documentclass[bib]{unitn-bimrep} \addbibresource{ref.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}
produces:
Download the contents of this package in one zip archive (1.1M).
unitn-bimrep – A bimonthly report class for the PhD School of Materials, Mechatronics and System Engineering
This package allows to rapidly write the bimonthly report for The Ph.D. School in Materials, Mechatronics and System Engineering. It allows to define the research activities, the participation to school and congress, and the publication performed by a student.
Package | unitn-bimrep |
Home page | https://github.com/MatteoRagni/unitn-bimrep |
Bug tracker | https://github.com/MatteoRagni/unitn-bimrep/issues |
Announcements | https://github.com/MatteoRagni/unitn-bimrep |
Repository | https://github.com/MatteoRagni/unitn-bimrep.git |
Developers | https://github.com/MatteoRagni/unitn-bimrep |
Version | 2017-10-22 |
Licenses | MIT License |
Copyright | 2017 Matteo Ragni |
Maintainer | Matteo Ragni |
Contained in | TeX Live as unitn-bimrep MiKTeX as unitn-bimrep |
Topics | Report like |