From 01aebbcd4943fb63c6777dfd67421250774bc44d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz>
Date: Thu, 9 Jan 2020 01:10:16 +0100
Subject: [PATCH] Properly comment the example documents

---
 example/mu/example.dtx | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index c914116..ed73e2f 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -12,8 +12,8 @@
            %% digital version of a document. Replace with `printed`
            %% to enable the default options for the printed version
            %% of a document.
-%  color    %% Uncomment these lines (by removing the % symbol at
-%           %% the beginning) to use color.
+%%  color    %% Uncomment these lines (by removing the %% at the
+%%           %% beginning) to use color.
   table,   %% This option causes the coloring of tables. Replace
            %% with `notable` to restore plain LaTeX tables.
   twoside, %% This option enables double-sided typesetting. Use at
@@ -88,7 +88,7 @@
 \setmainlanguage{english} %% main locale instead of `english`, you
 %% can typeset the thesis in either Czech or Slovak, respectively.
 \setotherlanguages{german, russian, czech, slovak} %% The
-% additional keys allow foreign texts to be typeset as follows:
+%% additional keys allow foreign texts to be typeset as follows:
 %%
 %%   \begin{otherlanguage}{german}  ... \end{otherlanguage}
 %%   \begin{otherlanguage}{russian} ... \end{otherlanguage}
@@ -132,10 +132,10 @@
       span multiple paragraphs.
     },
     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,
+    %% Uncomment the following line (by removing the %% at the
+    %% beginning) and replace `assignment.pdf` with the filename
+    %% of your scanned thesis assignment.
+%%    assignment         = assignment.pdf,
     %% The following keys are only useful, when you're using a
     %% locale other than English. You can safely omit them in an
     %% English thesis.
@@ -174,10 +174,10 @@
       span multiple paragraphs.
     },
     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,
+    %% Uncomment the following line (by removing the %% at the
+    %% beginning) and replace `assignment.pdf` with the filename
+    %% of your scanned thesis assignment.
+%%    assignment         = assignment.pdf,
 }
 %</fi>
 %<*fsps>
@@ -441,10 +441,10 @@
       span multiple paragraphs.
     },
     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,
+    %% Uncomment the following line (by removing the %% at the
+    %% beginning) and replace `assignment.pdf` with the filename
+    %% of your scanned thesis assignment.
+%%    assignment         = assignment.pdf,
 }
 %</sci>
 \usepackage{makeidx}      %% The `makeidx` package contains
-- 
GitLab