CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/unitn-bimrep

README.md

unitn-bimrep

A 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 file.

Usage

There are some very simple step to complete a document:

  1. Use unitn-bimrep as your \documentclass
  2. 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)
  3. In your document (exactly in this order):
    1. Insert the research (or research*) environment
    2. Insert the school (or school*) environment
    1. Insert the production (or production*) environment

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:example

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:example

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.

Packageunitn-bimrep
Home pagehttps://github.com/MatteoRagni/unitn-bimrep
Bug trackerhttps://github.com/MatteoRagni/unitn-bimrep/issues
Announcementshttps://github.com/MatteoRagni/unitn-bimrep
Repositoryhttps://github.com/MatteoRagni/unitn-bimrep.git
Developershttps://github.com/MatteoRagni/unitn-bimrep
Version 2017-10-22
LicensesMIT License
Copyright2017 Matteo Ragni
MaintainerMatteo Ragni
Contained inTeX Live as unitn-bimrep
MiKTeX as unitn-bimrep
TopicsReport like
...
Guest Book Sitemap Contact Contact Author