summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/fithesis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/fithesis.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/fithesis.dtx10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx
index 408373e8543..48851b10765 100644
--- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx
@@ -56,11 +56,16 @@
\gdef\thesis@version@number{#1}
\gdef\thesis@version@date{#2}
\gdef\thesis@version{#2 #1 fithesis3 MU thesis class}}
-\thesis@versiondef{v0.3.41a}{2016/12/10}}
+\thesis@versiondef{v0.3.42}{2017/01/28}}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
+% \changes{v0.3.42} {2017/01/28}{Documented that all color
+% settings are done in the \textsc{rgb} colorspace, which makes
+% the color option suitable mostly for the digital versions of
+% fithesis documents rather than for printing. Added the thesis
+% proposal thesis type. [VN]}
% \changes{v0.3.41} {2016/08/17}{Removed the arbitrary limitation
% of \cs{thesissetup}, which prevented it from accepting
% multi-paragraph values. The \cs{thesislong} macro is therefore
@@ -674,6 +679,7 @@
% Seminar paper & \texttt{sem} \\
% Bachelor's thesis & \texttt{bc} \\
% Master's thesis & \texttt{mgr} \\
+% Thesis proposal & \texttt{prop} \\
% Doctoral thesis & \texttt{d} \\
% Rigorous thesis & \texttt{r} \\\bottomrule
% \end{tabular}\end{center}
@@ -683,6 +689,7 @@
% the \DescribeMacro{\thesis@sempaper}|\thesis@sempaper|,
% \DescribeMacro{\thesis@bachelors}|\thesis@bachelors|,
% \DescribeMacro{\thesis@masters}|\thesis@masters|,
+% \DescribeMacro{\thesis@proposal}|\thesis@proposal|,
% \DescribeMacro{\thesis@doctoral}|\thesis@doctoral| and
% \DescribeMacro{\thesis@rigorous}|\thesis@rigorous| macros
% containing the corresponding \textit{type} values are available
@@ -691,6 +698,7 @@
\def\thesis@sempaper{sem}
\def\thesis@bachelors{bc}
\def\thesis@masters{mgr}
+\def\thesis@proposal{prop}
\def\thesis@doctoral{d}
\def\thesis@rigorous{r}
\let\thesis@type\thesis@bachelors