From e360d2b6f8dc34cc9319600acbf76b2e0d1040dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz>
Date: Mon, 9 Mar 2020 12:43:33 +0100
Subject: [PATCH] \thesis@blocks@bibEntry now accomodates multiline texts
 (cont.)

---
 style/mu/econ.dtx | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/style/mu/econ.dtx b/style/mu/econ.dtx
index 5aa4846..da1bef6 100644
--- a/style/mu/econ.dtx
+++ b/style/mu/econ.dtx
@@ -300,19 +300,19 @@
   \thesis@blocks@clear
   {\let\@A\relax\newlength{\@A}
    \settowidth{\@A}{{\bf\thesis@@{bib@author}}}
-   \let\@B=\@A
+   \@B=\@A
    \settowidth{\@A}{{\bf\thesis@@{bib@thesisTitle}}}
-   \ifdim\@A>\@B\let\@B=\@A\fi
+   \ifdim\@A>\@B\@B=\@A\fi
    \ifthesis@english\else
      \settowidth{\@A}{{\bf\thesis@@{bib@thesisTitleEn}}}
-     \ifdim\@A>\@B\let\@B=\@A\fi
+     \ifdim\@A>\@B\@B=\@A\fi
    \fi
    \settowidth{\@A}{{\bf\thesis@@{bib@department}}}
-   \ifdim\@A>\@B\let\@B=\@A\fi
+   \ifdim\@A>\@B\@B=\@A\fi
    \settowidth{\@A}{{\bf\thesis@@{bib@advisor}}}
-   \ifdim\@A>\@B\let\@B=\@A\fi
+   \ifdim\@A>\@B\@B=\@A\fi
    \settowidth{\@A}{{\bf\thesis@@{bib@year}}}
-   \ifdim\@A>\@B\let\@B=\@A\fi
+   \ifdim\@A>\@B\@B=\@A\fi
    \noindent\begin{thesis@newtable@old}{@{}>{\bfseries}%
                                         p{\dimexpr(\@B + \tabcolsep)}%
                                         p{\dimexpr(\textwidth - \@B - 2\tabcolsep)}@{}}
-- 
GitLab