texlive[45581] Master: unitn-bimrep (22oct17)

commits+karl at tug.org commits+karl at tug.org
Sun Oct 22 21:55:12 CEST 2017


Revision: 45581
          http://tug.org/svn/texlive?view=revision&revision=45581
Author:   karl
Date:     2017-10-22 21:55:11 +0200 (Sun, 22 Oct 2017)
Log Message:
-----------
unitn-bimrep (22oct17)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/LICENSE.md
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.md
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.pdf
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/VERSION.md
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.pdf
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.png
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.bib
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.pdf
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.png
    trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex
    trunk/Master/texmf-dist/tex/latex/unitn-bimrep/
    trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.cls
    trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.jpg
    trunk/Master/tlpkg/tlpsrc/unitn-bimrep.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/LICENSE.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/LICENSE.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/LICENSE.md	2017-10-22 19:55:11 UTC (rev 45581)
@@ -0,0 +1,28 @@
+**Copyright (c) 2017 - Matteo Ragni, University of Trento**
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+***
+
+University of Trento owns the file unitn-bimrep.jpg, that can be
+used only for the compilation of bimonthly reports, through the
+class unitn-bimrep.cls, and cannot be used otherwise.


Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/LICENSE.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.md	2017-10-22 19:55:11 UTC (rev 45581)
@@ -0,0 +1,138 @@
+# 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:
+
+ 1. Use `unitn-bimrep` as your `\documentclass`
+ 1. 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
+     3. 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:
+
+```latex
+\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:
+
+```latex
+\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:
+
+```latex
+\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](examples/example.png?raw=true)
+
+#### With Biblatex
+
+The code:
+
+```latex
+\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](examples/example_bib.png?raw=true)


Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.pdf	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.pdf	2017-10-22 19:55:11 UTC (rev 45581)

Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/README.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/VERSION.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/VERSION.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/VERSION.md	2017-10-22 19:55:11 UTC (rev 45581)
@@ -0,0 +1 @@
+2017/10/22


Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/VERSION.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.pdf	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.pdf	2017-10-22 19:55:11 UTC (rev 45581)

Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.png
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.png
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.png	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.png	2017-10-22 19:55:11 UTC (rev 45581)

Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex	2017-10-22 19:55:11 UTC (rev 45581)
@@ -0,0 +1,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}


Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.bib	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.bib	2017-10-22 19:55:11 UTC (rev 45581)
@@ -0,0 +1,17 @@
+ at article{ref:1,
+    author  = "Albert Einstein",
+    title   = "On the electrodynamics of moving bodies",
+    journal = "Annalen der Physik",
+    volume  = "322",
+    number  = "10",
+    pages   = "891--921",
+    year    = "1905"
+}
+
+ at book{ref:2,
+    author    = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
+    title     = "The \LaTeX\ Companion",
+    year      = "1993",
+    publisher = "Addison-Wesley",
+    address   = "Reading, Massachusetts"
+}


Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.bib
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.pdf	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.pdf	2017-10-22 19:55:11 UTC (rev 45581)

Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.png
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.png
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.png	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.png	2017-10-22 19:55:11 UTC (rev 45581)

Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex	2017-10-22 19:55:11 UTC (rev 45581)
@@ -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}


Property changes on: trunk/Master/texmf-dist/doc/latex/unitn-bimrep/examples/example_bib.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.cls	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.cls	2017-10-22 19:55:11 UTC (rev 45581)
@@ -0,0 +1,228 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{unitn-bimrep}[2017/09/18 University of Trento Bimonthly Report - Matteo Ragni]
+
+\newif\if at TNbiboption
+\@TNbiboptionfalse
+\DeclareOption{bib}{\@TNbiboptiontrue}
+\ProcessOptions\relax
+
+\LoadClass[a4paper,12pt]{report}
+
+\let\@author\@empty
+\let\@title\@empty
+\let\@cycle\@empty
+\let\@advisor\@empty
+
+\newcounter{TNenvflag}
+
+\RequirePackage[english]{babel}
+\RequirePackage[T1]{fontenc}
+\RequirePackage[a4paper,
+   top=1cm, 
+   bottom=1cm, 
+   left=1.4cm, 
+   right=1.4cm,
+   marginparwidth=0pt,
+   headheight=0pt,
+   footskip=0pt
+   ]{geometry}
+\RequirePackage{graphicx}
+\RequirePackage{array}
+\RequirePackage{libertine}
+\RequirePackage{framed}
+\if at TNbiboption
+  \RequirePackage[refsection=none,style=ieee,indexing=false]{biblatex}
+  \let\TNprintbibliography\printbibliography
+  \renewcommand{\printbibliography}{\TNprintbibliography[heading=none]}
+\fi
+
+% Page Numbering
+\pagenumbering{gobble}
+
+% Command Declarations
+\newcommand{\advisor}[1]{\def\@advisor{#1}}
+\newcommand{\cycle}[1]{\def\@cycle{#1}}
+\newcommand{\@TNhlinenew}{\noindent\makebox[\linewidth]{\rule{\linewidth}{0.4pt}}}
+% Variable Checker
+\newcommand{\@TNcheckvariables}{%
+\ifx\@author\@empty{
+  \ClassError{unitn-bimrep}{Report Author is undefined}{Use the \author{...} command to define it}
+}\fi
+\ifx\@title\@empty{
+  \ClassError{unitn-bimrep}{Student Thesis title is undefined}{Use the \title{...} command to define it}
+}\fi
+\ifx\@advisor\@empty{
+  \ClassError{unitn-bimrep}{Student Advisor is undefined}{Use the \advisor{...} command to define it}
+}\fi
+\ifx\@cycle\@empty{
+  \ClassError{unitn-bimrep}{Student Cycle is undefined}{Use the \cycle{...} command to define it}
+}\fi}
+\newcommand{\@TNcheckenvs}{%
+  \ifnum\value{TNenvflag}<1{
+    \ClassError{unitn-bimrep}{Missing Research activities Environment}
+      {Please define it in \begin{research} ... \end{research}}
+  }
+  \ifnum\value{TNenvflag}<2{
+    \ClassError{unitn-bimrep}{Missing School and Seminars attendance Environment}
+      {Please define it in \begin{attendance} ... \end{attendance}}
+  }
+  \ifnum\value{TNenvflag}<3{
+    \ClassError{unitn-bimrep}{Missing Production Environment}
+      {Please define it in \begin{production} ... \end{production}}
+  }
+}
+
+% Environment Checker
+% Title Declaration
+\renewcommand{\maketitle}{%
+\@TNcheckvariables
+\begin{centering}
+	\begin{tabular}{c}
+	\includegraphics[scale=0.5]{unitn-bimrep.jpg} \\
+	\textsc{{\bfseries Doctoral School in Materials,}} \\
+	\textsc{{\bfseries Mechatronics and Systems Engineering}} \vspace{0.3cm} \\
+	BIMONTHLY REPORT. \textit{Send to: {dii.phd at unitn.it}} \vspace{0.3cm} \\
+	\textsc{Deadlines}: 22.02, 22.04, 22.06, 22.08, 22.10, 20.12 (every year) \\
+	\hspace{\linewidth} \\
+	\end{tabular}
+\end{centering}
+\begin{framed}
+\noindent
+Student Name: \textbf{\@author} \hfill Cycle/Year: \textbf{\@cycle} \\
+Thesis: \textbf{\@title} \\
+Supervisor: \textbf{\@advisor} \hfill Date: \textbf{\today}
+\end{framed}%
+}
+
+% document environment last fixes
+\AtBeginDocument{%
+
+\maketitle
+\begin{framed}
+}
+\AtEndDocument{
+\ifnum\value{TNenvflag}=10\else{
+  \ClassError{unitn-bimrep}
+    {One of the required environment is missing.}
+    {Please remember that the correct order is 1) Research Activities, 2) School and Seminars, 3) Publications}
+}\fi
+\end{framed}}
+
+% May be empty itemize environment wrkaround (sorurce: https://tex.stackexchange.com/questions/86547)
+\let\@oldnoitemerr\@noitemerr
+\newcommand\noitemerroroff{\let\@noitemerr\relax}
+\newcommand\noitemerroron{\let\@noitemerr\@oldnoitemerr}
+\newenvironment{TN may be empty itemize}
+{\itemize\noitemerroroff}
+{\enditemize\noitemerroron}
+% Research - Bullet list environment
+\newenvironment{research}{%
+  \ifnum\value{TNenvflag}=0{
+    \setcounter{TNenvflag}{1}  
+  }\else{
+    \ClassError{unitn-bimrep}
+      {Reasearch activities already defined}
+      {The research environment has already been used. Please use it only once.} 
+  }\fi
+  {\noindent{\large\textbf{Summary of Research Activity}:}}
+  \begin{TN may be empty itemize}
+}
+{
+  \end{TN may be empty itemize}
+}
+% Research - Empty environment
+\newenvironment{research*}{%
+  \ifnum\value{TNenvflag}=0{
+    \setcounter{TNenvflag}{1}  
+  }\else{
+    \ClassError{unitn-bimrep}
+      {Reasearch activities already defined}
+      {The research environment has already been used. Please use it only once.} 
+  }\fi
+  {\noindent{\large\textbf{Summary of Research Activity}:}} \\
+}{}
+% School - Bullet list environment
+\newenvironment{school}{%
+  \ifnum\value{TNenvflag}=5{
+    \ClassError{unitn-bimrep}
+      {Schools and Seminars activities already defined}
+      {The attendance environment has already been used. Please use it only once.} 
+  }\else{
+    \ifnum\value{TNenvflag}=1{
+      \setcounter{TNenvflag}{5}
+    }\else{
+      \ClassError{unitn-bimrep}
+        {Schools and Seminars attendance defined before Research Activities}
+        {Please remember that the correct order is 1) Research Activities, 2) School and Seminars, 3) Publications}
+    }\fi
+  }\fi
+  \let\@TNitem\item
+  \renewcommand{\item}[3]{\@TNitem \emph{##1}, ##2 (##3)}
+  \@TNhlinenew \vspace{0.2cm} {\large \textbf{Attendance at Schools/Classes/Seminars}} (title, length (day/hours), credits):
+  \begin{TN may be empty itemize}
+}
+{
+  \end{TN may be empty itemize}
+}
+% School - Plain environment
+\newenvironment{school*}{%
+  \ifnum\value{TNenvflag}=5{
+    \ClassError{unitn-bimrep}
+      {Schools and Seminars activities already defined}
+      {The attendance environment has already been used. Please use it only once.} 
+  }\else{
+    \ifnum\value{TNenvflag}=1{
+      \setcounter{TNenvflag}{5}
+    }\else{
+      \ClassError{unitn-bimrep}
+        {Schools and Seminars attendance defined before Research Activities}
+        {Please remember that the correct order is 1) Research Activities, 2) School and Seminars, 3) Publications}
+    }\fi
+  }\fi
+  \@TNhlinenew \vspace{0.2cm} {\large \textbf{Attendance at Schools/Classes/Seminars}} (title, length (day/hours), credits): \\
+}{}
+% Production - Bullet list environment
+\newenvironment{production}{%
+\ifnum\value{TNenvflag}=10{
+    \ClassError{unitn-bimrep}
+     {List of new publications and congress participation already defined}
+     {The production environment has already been used. Please use it only once.} 
+  }\else{
+    \ifnum\value{TNenvflag}=5{
+      \setcounter{TNenvflag}{10}
+    }\else{
+      \ClassError{unitn-bimrep}
+        {Schools and Seminars attendance defined before Research Activities}
+        {Please remember that the correct order is 1) Research Activities, 2) School and Seminars, 3) Publications}
+    }\fi
+  }\fi
+  \let\@TNitem\item
+  \renewcommand{\item}[3]{\@TNitem {\small##1}:\\ \emph{##2}\\ {\small##3}}
+  \@TNhlinenew \vspace{0.2cm} {\large\textbf{Publications/Congress participation}:}
+  \begin{TN may be empty itemize}
+}
+{
+  \end{TN may be empty itemize}
+  \vspace{0.2cm}
+}
+% Production - Plain Environment
+\newenvironment{production*}{%
+\ifnum\value{TNenvflag}=10{
+    \ClassError{unitn-bimrep}
+     {List of new publications and congress participation already defined}
+     {The production environment has already been used. Please use it only once.} 
+  }\else{
+    \ifnum\value{TNenvflag}=5{
+      \setcounter{TNenvflag}{10}
+    }\else{
+      \ClassError{unitn-bimrep}
+        {Schools and Seminars attendance defined before Research Activities}
+        {Please remember that the correct order is 1) Research Activities, 2) School and Seminars, 3) Publications}
+    }\fi
+  }\fi
+  \@TNhlinenew \vspace{0.2cm} {\large\textbf{Publications/Congress participation}:} \\
+}
+{
+  \vspace{0.2cm}
+}
+


Property changes on: trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.cls
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.jpg
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.jpg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.jpg	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.jpg	2017-10-22 19:55:11 UTC (rev 45581)

Property changes on: trunk/Master/texmf-dist/tex/latex/unitn-bimrep/unitn-bimrep.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2017-10-22 19:55:11 UTC (rev 45581)
@@ -650,7 +650,7 @@
     undergradmath underlin underoverlap underscore undolabl
     unfonts-core unfonts-extra
     uni-wtal-ger uni-wtal-lin unicode-data unicode-bidi unicode-math unisugar
-    units unitsdef universa universalis
+    unitn-bimrep units unitsdef universa universalis
     unravel unswcover
     uothesis uowthesis uowthesistitlepage
     upca uplatex upmethodology uppunctlm upquote

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2017-10-22 19:55:11 UTC (rev 45581)
@@ -1871,6 +1871,7 @@
  'underoverlap','underoverlap\.sty',
  'underscore',  '^..[^s].*\.sty',       # not miscdoc.sty
  'undolabl',    '\.sty|[^c]\.cfg',      # omit ltxdoc.cfg, would be system-wide
+ 'unitn-bimrep','\.jpg|'  . $standardtex,
  'universa',    '\.fd|uni\.sty',        # not unidoc.sty
  'upca',        '^upca\.tex',
  'uptex-base',	'\.(ini|src|tex)$',

Modified: trunk/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc	2017-10-22 19:52:32 UTC (rev 45580)
+++ trunk/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc	2017-10-22 19:55:11 UTC (rev 45581)
@@ -171,6 +171,7 @@
 depend umich-thesis
 depend unamth-template
 depend unamthesis
+depend unitn-bimrep
 depend unswcover
 depend uothesis
 depend urcls

Added: trunk/Master/tlpkg/tlpsrc/unitn-bimrep.tlpsrc
===================================================================


More information about the tex-live-commits mailing list