Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fithesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
External Relations
Document Templates
fithesis
Commits
ce92c2f5
There was an error fetching the commit references. Please try again later.
Commit
ce92c2f5
authored
3 years ago
by
Tereza Vrabcová
Browse files
Options
Downloads
Patches
Plain Diff
Changed faf in example/mu to pharm
parent
19a5dd9f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
example/mu/Makefile
+3
-1
3 additions, 1 deletion
example/mu/Makefile
example/mu/example.dtx
+56
-56
56 additions, 56 deletions
example/mu/example.dtx
example/mu/faf.ins
+0
-4
0 additions, 4 deletions
example/mu/faf.ins
with
59 additions
and
61 deletions
example/mu/Makefile
+
3
−
1
View file @
ce92c2f5
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
example/mu/example.dtx
+
56
−
56
View file @
ce92c2f5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
example/mu/faf.ins
deleted
100644 → 0
+
0
−
4
View file @
19a5dd9f
\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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment