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

Added key dict to example.dtx

parent 6266d234
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,8 @@ ...@@ -102,6 +102,8 @@
% \changes{v1.0.0}{2021/03/04}{Added elements that are used % \changes{v1.0.0}{2021/03/04}{Added elements that are used
% by thesis@bibEntry and thesis@titlePage: field, fieldEn % by thesis@bibEntry and thesis@titlePage: field, fieldEn
% departmentEn. [TV]} % departmentEn. [TV]}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode} % \begin{macrocode}
\thesissetup{ \thesissetup{
...@@ -134,6 +136,7 @@ ...@@ -134,6 +136,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% Uncomment the following line (by removing the %% at the %% Uncomment the following line (by removing the %% at the
%% beginning) and replace `assignment.pdf` with the filename %% beginning) and replace `assignment.pdf` with the filename
%% of your scanned thesis assignment. %% of your scanned thesis assignment.
...@@ -167,6 +170,8 @@ ...@@ -167,6 +170,8 @@
% \end{macrocode} % \end{macrocode}
% \changes{v1.0.0}{2021/03/04}{Added elements that are used % \changes{v1.0.0}{2021/03/04}{Added elements that are used
% by thesis@titlePage: field, department. [TV]} % by thesis@titlePage: field, department. [TV]}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode} % \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
...@@ -193,6 +198,7 @@ ...@@ -193,6 +198,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% Uncomment the following line (by removing the %% at the %% Uncomment the following line (by removing the %% at the
%% beginning) and replace `assignment.pdf` with the filename %% beginning) and replace `assignment.pdf` with the filename
%% of your scanned thesis assignment. %% of your scanned thesis assignment.
...@@ -205,6 +211,8 @@ ...@@ -205,6 +211,8 @@
% by thesis@bibEntry and thesis@titlePage: field, fieldEn, % by thesis@bibEntry and thesis@titlePage: field, fieldEn,
% department, departmentEn, titleEn, TeXtitleEn, keywords, % department, departmentEn, titleEn, TeXtitleEn, keywords,
% keywordsEn, TeXkeywords, TeXkeywordsEn. [TV]} % keywordsEn, TeXkeywords, TeXkeywordsEn. [TV]}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode} % \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
...@@ -223,6 +231,7 @@ ...@@ -223,6 +231,7 @@
keywords = {keyword1, keywords2, ...}, keywords = {keyword1, keywords2, ...},
TeXkeywords = {keyword1, keywords2, \ldots}, TeXkeywords = {keyword1, keywords2, \ldots},
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% The following keys are only useful, when you're using a %% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an %% locale other than English. You can safely omit them in an
%% English thesis. %% English thesis.
...@@ -238,7 +247,10 @@ ...@@ -238,7 +247,10 @@
% \end{macrocode} % \end{macrocode}
% \changes{v1.0.0}{2021/03/04}{Added elements that are used % \changes{v1.0.0}{2021/03/04}{Added elements that are used
% by thesis@bibEntry and thesis@titlePage: field, fieldEn, % by thesis@bibEntry and thesis@titlePage: field, fieldEn,
% department, departmentEn, titleEn, TeXtitleEn. [TV]} % department, departmentEn, titleEn, TeXtitleEn. [TV]
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
}
% \begin{macrocode} % \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
...@@ -266,6 +278,7 @@ ...@@ -266,6 +278,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% The following keys are only useful, when you're using a %% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an %% locale other than English. You can safely omit them in an
%% English thesis. %% English thesis.
...@@ -288,6 +301,8 @@ ...@@ -288,6 +301,8 @@
% \end{macrocode} % \end{macrocode}
% \changes{v1.0.0}{2021/03/04}{Added elements that are used % \changes{v1.0.0}{2021/03/04}{Added elements that are used
% by thesis@titlePage: field [TV]} % by thesis@titlePage: field [TV]}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode} % \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
...@@ -315,6 +330,7 @@ ...@@ -315,6 +330,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% The following keys are only useful, when you're using a %% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an %% locale other than English. You can safely omit them in an
%% English thesis. %% English thesis.
...@@ -328,6 +344,10 @@ ...@@ -328,6 +344,10 @@
} }
%</law> %</law>
%<*med> %<*med>
% \end{macrocode}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
university = mu, university = mu,
...@@ -356,6 +376,7 @@ ...@@ -356,6 +376,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% The following keys are only useful, when you're using a %% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an %% locale other than English. You can safely omit them in an
%% English thesis. %% English thesis.
...@@ -373,6 +394,8 @@ ...@@ -373,6 +394,8 @@
% \changes{v1.0.0}{2021/03/04}{Added elements that are used % \changes{v1.0.0}{2021/03/04}{Added elements that are used
% by thesis@bibEntry and thesis@titlePage: field, fieldEn, % by thesis@bibEntry and thesis@titlePage: field, fieldEn,
% departmentEn, titleEn, TeXtitleEn. [TV]} % departmentEn, titleEn, TeXtitleEn. [TV]}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode} % \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
...@@ -401,6 +424,7 @@ ...@@ -401,6 +424,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% The following keys are only useful, when you're using a %% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an %% locale other than English. You can safely omit them in an
%% English thesis. %% English thesis.
...@@ -424,6 +448,8 @@ ...@@ -424,6 +448,8 @@
% \changes{v1.0.0}{2021/03/04}{Added elements that are used % \changes{v1.0.0}{2021/03/04}{Added elements that are used
% by thesis@bibEntry and thesis@titlePage: fieldEn, departmentEn, % by thesis@bibEntry and thesis@titlePage: fieldEn, departmentEn,
% titleEn, TeXtitleEn, keywordsEn, TeXkeywordsEn, abstractEn. [TV]} % titleEn, TeXtitleEn, keywordsEn, TeXkeywordsEn, abstractEn. [TV]}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode} % \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
...@@ -447,6 +473,7 @@ ...@@ -447,6 +473,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% The following keys are only useful, when you're using a %% The following keys are only useful, when you're using a
%% locale other than English. You can safely omit them in an %% locale other than English. You can safely omit them in an
%% English thesis. %% English thesis.
...@@ -475,6 +502,10 @@ ...@@ -475,6 +502,10 @@
} }
%</phil> %</phil>
%<*sci> %<*sci>
% \end{macrocode}
% \changes{v1.0.0}{2021/03/22}{Added key dict for printing
% glossaries. [TV]}
% \begin{macrocode}
\thesissetup{ \thesissetup{
date = \the\year/\the\month/\the\day, date = \the\year/\the\month/\the\day,
university = mu, university = mu,
...@@ -504,6 +535,7 @@ ...@@ -504,6 +535,7 @@
span multiple paragraphs. span multiple paragraphs.
}, },
bib = example.bib, bib = example.bib,
dict = example-terms-abbrs.tex,
%% Uncomment the following line (by removing the %% at the %% Uncomment the following line (by removing the %% at the
%% beginning) and replace `assignment.pdf` with the filename %% beginning) and replace `assignment.pdf` with the filename
%% of your scanned thesis assignment. %% of your scanned thesis assignment.
...@@ -555,6 +587,7 @@ ...@@ -555,6 +587,7 @@
%% \printglossary[title={Abbreviations}, type=\acronymtype] %% \printglossary[title={Abbreviations}, type=\acronymtype]
%% \printglossary[title={Dictionary}] %% \printglossary[title={Dictionary}]
\chapter*{Introduction} \chapter*{Introduction}
\addcontentsline{toc}{chapter}{Introduction} \addcontentsline{toc}{chapter}{Introduction}
......
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