diff --git a/example/mu/example.dtx b/example/mu/example.dtx index a3f25b98b2ec54eb36be3f6ac492453cddb99e2b..66810fd32081df1c18000135be3004bfc2ee0fac 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>