From d903e2a71b2f79a7d0f157bb9d25fab0718a1b3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tereza=20Vrabcov=C3=A1?= <xvrabcov@fi.muni.cz>
Date: Thu, 7 Mar 2024 18:00:44 +0100
Subject: [PATCH] Test - hide field of study

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

diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index fb5a12c..e734e9e 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -89,7 +89,7 @@
     faculty            = econ,
     type               = bc,
     programme          = NA,
-    field              = Applied Econometrics,
+    field              = {},
 %%    field              = {},  %% Uncomment these lines (by removing the %%
 %%                              %% at the beginning) to hide the field of
 %%                              %% study in the Bibliographic Record.
@@ -124,7 +124,7 @@
     %% locale other than English. You can safely omit them in an
     %% English thesis.
     programmeEn        = NA,
-    fieldEn            = Applied Econometrics,
+    fieldEn            = {},
 %%    fieldEn            = {},  %% Uncomment these lines (by removing the %%
 %%                              %% at the beginning) to hide the field of
 %%                              %% study in the Bibliographic Record.
-- 
GitLab