From b17e2c6e5a5a831497c35cf74009e969085eb19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz> Date: Fri, 2 Jun 2017 16:10:22 +0200 Subject: [PATCH] Updated the mu/econ example. --- example/mu/example.dtx | 61 +++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/example/mu/example.dtx b/example/mu/example.dtx index a3f25b9..66810fd 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -95,36 +95,43 @@ %% The following section sets up the metadata of the thesis. %<*econ> \thesissetup{ - date = \the\year/\the\month/\the\day, - autoLayout = false, - university = mu, - faculty = econ, - type = bc, - field = Applied Econometrics, - author = Jane Doe, - gender = f, - advisor = John Smith, - title = The Economic Value of LaTeX, - TeXtitle = The Economic Value of \LaTeX, - keywords = {keyword1, keyword2, ...}, - TeXkeywords = {keyword1, keyword2, \ldots}, - abstract = {This is the abstract of my thesis, which can - - span multiple paragraphs.}, - thanks = {This is the acknowledgement for my thesis, which can - - span multiple paragraphs.}, - bib = example.bib, + date = \the\year/\the\month/\the\day, + autoLayout = false, + university = mu, + faculty = econ, + type = bc, + field = Applied Econometrics, + author = Jane Doe, + gender = f, + advisor = John Smith, + extra = { + advisorCsGenitiv = {Johna Smithe}, + advisorSkGenitiv = {Johna Smitha}, + }, + title = The Economic Value of LaTeX, + TeXtitle = The Economic Value of \LaTeX, + keywords = {keyword1, keyword2, ...}, + TeXkeywords = {keyword1, keyword2, \ldots}, + abstract = {This is the abstract of my thesis, which + can + + span multiple paragraphs.}, + thanks = {This is the acknowledgement for my + thesis, which can + + span multiple paragraphs.}, + bib = example.bib, %% The following keys are only useful, when you're using a %% locale other than English. You can safely omit them in an %% English thesis. - titleEn = The Economic Value of LaTeX, - TeXtitleEn = The Economic Value of \LaTeX, - keywordsEn = {keyword1, keyword2, ...}, - TeXkeywordsEn = {keyword1, keyword2, \ldots}, - abstractEn = {This is the English abstract of my thesis, which can - - span multiple paragraphs.}, + titleEn = The Economic Value of LaTeX, + TeXtitleEn = The Economic Value of \LaTeX, + keywordsEn = {keyword1, keyword2, ...}, + TeXkeywordsEn = {keyword1, keyword2, \ldots}, + abstractEn = {This is the English abstract of my + thesis, which can + + span multiple paragraphs.}, } %</econ> %<*fi> -- GitLab