Commit b17e2c6e authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Updated the mu/econ example.

parent 21f45785
Loading
Loading
Loading
Loading
+34 −27
Original line number Original line Diff line number Diff line
@@ -104,14 +104,20 @@
    author             = Jane Doe,
    author             = Jane Doe,
    gender             = f,
    gender             = f,
    advisor            = John Smith,
    advisor            = John Smith,
    extra              = {
      advisorCsGenitiv = {Johna Smithe},
      advisorSkGenitiv = {Johna Smitha},
    },
    title              = The Economic Value of LaTeX,
    title              = The Economic Value of LaTeX,
    TeXtitle           = The Economic Value of \LaTeX,
    TeXtitle           = The Economic Value of \LaTeX,
    keywords           = {keyword1, keyword2, ...},
    keywords           = {keyword1, keyword2, ...},
    TeXkeywords        = {keyword1, keyword2, \ldots},
    TeXkeywords        = {keyword1, keyword2, \ldots},
    abstract      = {This is the abstract of my thesis, which can
    abstract           = {This is the abstract of my thesis, which
                          can


                          span multiple paragraphs.},
                          span multiple paragraphs.},
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks             = {This is the acknowledgement for my
                          thesis, which can


                          span multiple paragraphs.},
                          span multiple paragraphs.},
    bib                = example.bib,
    bib                = example.bib,
@@ -122,7 +128,8 @@
    TeXtitleEn         = The Economic Value of \LaTeX,
    TeXtitleEn         = The Economic Value of \LaTeX,
    keywordsEn         = {keyword1, keyword2, ...},
    keywordsEn         = {keyword1, keyword2, ...},
    TeXkeywordsEn      = {keyword1, keyword2, \ldots},
    TeXkeywordsEn      = {keyword1, keyword2, \ldots},
    abstractEn    = {This is the English abstract of my thesis, which can
    abstractEn         = {This is the English abstract of my
                          thesis, which can


                          span multiple paragraphs.},
                          span multiple paragraphs.},
}
}