From 3c6ad8f70bd14881b7185c79855112ae8b9be887 Mon Sep 17 00:00:00 2001 From: xvrabcov <xvrabcov@fi.muni.cz> Date: Fri, 26 Mar 2021 14:59:19 +0100 Subject: [PATCH] Added pharm into fithesis.dtx and Makefile --- Makefile | 3 ++- fithesis.dtx | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e37299f..4c74cdb 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,8 @@ USEREXAMPLES=example/mu/econ-lualatex.pdf \ example/mu/med-pdflatex.pdf example/mu/ped-lualatex.pdf \ example/mu/ped-pdflatex.pdf example/mu/phil-lualatex.pdf \ example/mu/phil-pdflatex.pdf example/mu/sci-lualatex.pdf \ - example/mu/sci-pdflatex.pdf + example/mu/sci-pdflatex.pdf example/mu/pharm-lualatex.pdf \ + example/mu/pharm-pdflatex.pdf DEVEXAMPLES=guide/EXAMPLE/DESCRIPTION guide/mu/DESCRIPTION \ guide/mu/resources/DESCRIPTION guide/DESCRIPTION \ locale/DESCRIPTION locale/EXAMPLE.dtx locale/EXAMPLE.ins \ diff --git a/fithesis.dtx b/fithesis.dtx index e3fd80d..dc8b1a4 100644 --- a/fithesis.dtx +++ b/fithesis.dtx @@ -772,7 +772,8 @@ % The Faculty of Medicine & \texttt{med} \\ % The Faculty of Education & \texttt{ped} \\ % The Faculty of Arts & \texttt{phil} \\ -% The Faculty of Sports Studies & \texttt{fsps} \\\bottomrule +% The Faculty of Sports Studies & \texttt{fsps} \\ +% The Faculty of Pharmacy & \texttt{pharm} \\\bottomrule % \end{tabularx}\end{center} % The \textit{identifier} is stored within the |\thesis@faculty| % macro, whose implicit value is \texttt{fi}. @@ -2033,3 +2034,5 @@ % \input{style/mu/med.dtx} % \subsubsection{The style files of the Faculty of Sports Studies} % \input{style/mu/fsps.dtx} +% \subsubsection{The style files of the Faculty of Pharmacy} +% \input{style/mu/pharm.dtx} -- GitLab