From ae5d31f32831511bf99d5a08d76eeaf16d8dc9a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@gmail.com>
Date: Tue, 7 Jun 2016 13:25:29 +0200
Subject: [PATCH] Example document for `mu/sci` now includes the `assignment`
 key.

---
 example/mu/example.dtx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index 53e2518..8a3c9d5 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -391,6 +391,10 @@
     keywordsEn    = {keyword1, keyword2, ...},
     TeXkeywordsEn = {keyword1, keyword2, \ldots},
     bib           = example.bib,
+    %% Uncomment the following line (by removing the % symbol at
+    %% the beginning) and replace `assignment.pdf` with the
+    %% filename of your scanned thesis assignment.
+    % assignment    = assignment.pdf
 }
 \thesislong{abstract}{
     This is the abstract of my thesis, which can
-- 
GitLab