Skip to content
Snippets Groups Projects
Commit ce92c2f5 authored by Tereza Vrabcová's avatar Tereza Vrabcová
Browse files

Changed faf in example/mu to pharm

parent 19a5dd9f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@ PDFFILES=fi-pdflatex.pdf fi-lualatex.pdf sci-pdflatex.pdf sci-lualatex.pdf \
ped-pdflatex.pdf ped-lualatex.pdf med-pdflatex.pdf med-lualatex.pdf \
fss-pdflatex.pdf fss-lualatex.pdf fsps-pdflatex.pdf fsps-lualatex.pdf \
phil-pdflatex.pdf phil-lualatex.pdf law-pdflatex.pdf law-lualatex.pdf \
econ-pdflatex.pdf econ-lualatex.pdf
econ-pdflatex.pdf econ-lualatex.pdf pharm-pdflatex.pdf \
pharm-lualatex.pdf
PDFLATEX=pdflatex --shell-escape
LUALATEX=lualatex
AUXFILES=*.aux *.log *.out *.toc *.lot *.lof *.bcf *.blg *.run.xml \
......
......@@ -165,62 +165,6 @@
},
}
%</econ>
%<*faf>
% \end{macrocode}
% \changes{v1.0.0}{2021/03/26}{Added the \texttt{thesissetup}
% for the Faculty of Pharmacy. [TV]}
% \begin{macrocode}
\thesissetup{
date = \the\year/\the\month/\the\day,
university = mu,
faculty = pharm,
type = bc,
programme = NA,
field = Pharmacy,
department = Department of Pharmacy,
author = Jane Doe,
gender = f,
advisor = {Prof. RNDr. John Smith, CSc.},
extra = {
advisorCsGenitiv = Johna Smithe,
advisorSkGenitiv = Johna Smitha,
},
title = Plotting Data in LaTeX,
TeXtitle = Plotting Data in \LaTeX,
keywords = {keyword1, keyword2, ...},
TeXkeywords = {keyword1, keyword2, \ldots},
abstract = {%
This is the abstract of my thesis, which can
span multiple paragraphs.
},
thanks = {%
These are the acknowledgements for my thesis, which can
span multiple paragraphs.
},
bib = example.bib,
%% Uncomment the following line (by removing the %% at the
%% beginning) and replace `assignment.pdf` with the filename
%% of your scanned thesis assignment.
%% assignment = assignment.pdf,
%% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an
%% English thesis.
programmeEn = NA,
fieldEn = Pharmacy,
departmentEn = Department of Pharmacy,
titleEn = Plotting Data in LaTeX,
TeXtitleEn = Plotting Data in \LaTeX,
keywordsEn = {keyword1, keyword2, ...},
TeXkeywordsEn = {keyword1, keyword2, \ldots},
abstractEn = {%
This is the English abstract of my thesis, which can
span multiple paragraphs.
},
}
%</faf>
%<*fi>
% \end{macrocode}
% \changes{v1.0.0}{2021/03/04}{Added elements that are used
......@@ -503,6 +447,62 @@
},
}
%</ped>
%<*pharm>
% \end{macrocode}
% \changes{v1.0.0}{2021/03/26}{Added the \texttt{thesissetup}
% for the Faculty of Pharmacy. [TV]}
% \begin{macrocode}
\thesissetup{
date = \the\year/\the\month/\the\day,
university = mu,
faculty = pharm,
type = bc,
programme = NA,
field = Pharmacy,
department = Department of Pharmacy,
author = Jane Doe,
gender = f,
advisor = {Prof. RNDr. John Smith, CSc.},
extra = {
advisorCsGenitiv = Johna Smithe,
advisorSkGenitiv = Johna Smitha,
},
title = Plotting Data in LaTeX,
TeXtitle = Plotting Data in \LaTeX,
keywords = {keyword1, keyword2, ...},
TeXkeywords = {keyword1, keyword2, \ldots},
abstract = {%
This is the abstract of my thesis, which can
span multiple paragraphs.
},
thanks = {%
These are the acknowledgements for my thesis, which can
span multiple paragraphs.
},
bib = example.bib,
%% Uncomment the following line (by removing the %% at the
%% beginning) and replace `assignment.pdf` with the filename
%% of your scanned thesis assignment.
%% assignment = assignment.pdf,
%% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an
%% English thesis.
programmeEn = NA,
fieldEn = Pharmacy,
departmentEn = Department of Pharmacy,
titleEn = Plotting Data in LaTeX,
TeXtitleEn = Plotting Data in \LaTeX,
keywordsEn = {keyword1, keyword2, ...},
TeXkeywordsEn = {keyword1, keyword2, \ldots},
abstractEn = {%
This is the English abstract of my thesis, which can
span multiple paragraphs.
},
}
%</pharm>
%<*phil>
% \end{macrocode}
% \changes{v1.0.0}{2021/03/04}{Added elements that are used
......
\input ../../LICENSE
\generate{\file{faf-pdflatex.tex}{\from{example.dtx}{pdftex,mu,faf}}}
\generate{\file{faf-lualatex.tex}{\from{example.dtx}{luatex,mu,faf}}}
\endbatchfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment