From c5e8fdaac2cde020b6b2711d99fe5b376749b493 Mon Sep 17 00:00:00 2001 From: xvrabcov <xvrabcov@fi.muni.cz> Date: Fri, 19 Mar 2021 11:31:08 +0100 Subject: [PATCH] Added summary extra key into example.dtx --- example/mu/example.dtx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 51def63..2c9d443 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -149,6 +149,15 @@ span multiple paragraphs. }, + %% The following key is only useful when you are writing a + %% doctoral thesis. You can safely omit it in other theses. + extra = { + summary = {% + This is the summary of my thesis, which should + + not be very long. + }, + }, } %</econ> %<*fi> @@ -374,6 +383,15 @@ span multiple paragraphs. }, bib = example.bib, + %% The following key is only useful when you are writing a + %% doctoral thesis. You can safely omit it in other theses. + extra = { + summary = {% + This is the summary of my thesis, which should + + not be very long. + }, + }, } %</phil> %<*sci> -- GitLab