Skip to content
Snippets Groups Projects
Commit fba0dde7 authored by Tereza Vrabcová's avatar Tereza Vrabcová
Browse files

Added English names for fields in BibEntry

parent 803dd9ac
No related branches found
No related tags found
No related merge requests found
...@@ -165,6 +165,17 @@ ...@@ -165,6 +165,17 @@
\global\let\thesis@english@bib@author\thesis@english@authorTitle \global\let\thesis@english@bib@author\thesis@english@authorTitle
\gdef\thesis@english@bib@thesisTitle{Title of Thesis} \gdef\thesis@english@bib@thesisTitle{Title of Thesis}
\gdef\thesis@english@bib@advisor{Supervisor} \gdef\thesis@english@bib@advisor{Supervisor}
% \end{macrocode}
% \changes{v1.0.0}{2021/03/04}{Lifted the \texttt{bib@programme},
% \texttt{bib@academicYear}, and \texttt{bib@pages} strings from
% \texttt{locale/mu/sci/*.def} to \texttt{locale/mu/*.def},
% so that they can be shared with other faculties. [TV]}
% \begin{macrocode}
\gdef\thesis@english@bib@programme{Degree Programme}
\global\let\thesis@english@bib@field\thesis@english@fieldTitle
\gdef\thesis@english@bib@academicYear{Academic Year}
\gdef\thesis@english@bib@pages{Number of Pages}
\global\let\thesis@english@bib@keywords\thesis@english@keywordsTitle
% Miscellaneous % Miscellaneous
\gdef\thesis@english@idTitle{UČO} \gdef\thesis@english@idTitle{UČO}
...@@ -244,16 +255,6 @@ ...@@ -244,16 +255,6 @@
\gdef\thesis@english@facultyName{Faculty of Economics \gdef\thesis@english@facultyName{Faculty of Economics
and Administration} and Administration}
% Bibliographic entry
% \end{macrocode}
% \changes{v0.3.46}{2017/06/02}{Defined strings required by
% \cs{thesis@blocks@bibEntry} from
% \texttt{style/mu/fithesis-econ.sty} in
% \texttt{locale/mu/econ/*.def}. [VN]}
% \begin{macrocode}
\gdef\thesis@english@bib@department{Department}
\gdef\thesis@english@bib@year{Year of Defense}
% Miscellaneous % Miscellaneous
% \end{macrocode} % \end{macrocode}
% \changes{v0.3.46}{2017/06/02}{Updated the % \changes{v0.3.46}{2017/06/02}{Updated the
...@@ -382,12 +383,6 @@ ...@@ -382,12 +383,6 @@
% Miscellaneous % Miscellaneous
\global\let\thesis@english@advisorTitleEn=\thesis@english@bib@advisor \global\let\thesis@english@advisorTitleEn=\thesis@english@bib@advisor
% Bibliographic entry
\gdef\thesis@english@bib@programme{Degree Programme}
\global\let\thesis@english@bib@field\thesis@english@fieldTitle
\gdef\thesis@english@bib@academicYear{Academic Year}
\gdef\thesis@english@bib@pages{Number of Pages}
\global\let\thesis@english@bib@keywords\thesis@english@keywordsTitle
% \end{macrocode}\iffalse % \end{macrocode}\iffalse
%</mu/sci> %</mu/sci>
% \fi % \fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment