From 33de0f1400d2c2b93a4276763939f77f0dc665fa Mon Sep 17 00:00:00 2001 From: witiko <witiko@gmail.com> Date: Sat, 2 May 2015 11:30:09 +0200 Subject: [PATCH] The `hints` option is now the default, removed a bulk of placeholder strings, which are now replaced by the hints. --- example.tex | 6 +- fithesis3/fithesis.dtx | 190 ++++++++++++----------------------- fithesis3/locale/czech.dtx | 64 ++++-------- fithesis3/locale/english.dtx | 26 +---- fithesis3/locale/slovak.dtx | 46 +++------ 5 files changed, 107 insertions(+), 225 deletions(-) diff --git a/example.tex b/example.tex index 999b060..6b389b8 100644 --- a/example.tex +++ b/example.tex @@ -1,6 +1,6 @@ -\documentclass[color,cover,hints]{fithesis3/fithesis3} +\documentclass[color,cover]{fithesis3/fithesis3} \usepackage[utf8]{inputenc} -\usepackage[slovak]{babel} +\usepackage[english]{babel} \begin{document} - Ahoj všetci! + Hello world! \end{document} diff --git a/fithesis3/fithesis.dtx b/fithesis3/fithesis.dtx index 456ba26..1943e3b 100644 --- a/fithesis3/fithesis.dtx +++ b/fithesis3/fithesis.dtx @@ -179,31 +179,6 @@ % \section{Public API} % \label{sec:public-api} % \subsection{Options} -% The class recognizes the \texttt{hints} option, which replaces -% the placeholder text of undefined metadata fields with the names -% of the corresponding |\thesissetup| keys. The hints are -% disabled by default. -% \begin{macrocode} -\newif\ifthesis@hints@\thesis@hints@false -\DeclareOption{hints}{\thesis@hints@true} -\ProcessOptions -% \end{macrocode} -% \begin{macro}{\thesis@def} -% The |\thesis@def|\oarg{key}\marg{name}\marg{value} private macro -% then defines the private |\thesis@|\textit{name} macro to expand -% to \textit{value}, when hints are disabled, and to either -% <<\textit{key}>>, if specified, or to <<\textit{name}>>, when -% hints are enabled. -% \begin{macrocode} -\newcommand{\thesis@def}[3][]{% - \expandafter\def\csname thesis@#2\endcsname{% - \ifthesis@hints@% - <<\ifx\@empty#1\@empty#2\else#1\fi>>% - \else% - #3% - \fi}} -% \end{macrocode} -% \end{macro} % Any \oarg{options} passed to the class will be handed down to the % loaded style files. The supported options are therefore documented % in the subsection of section \ref{sec:style-files} dedicated to @@ -296,6 +271,18 @@ \def\thesis@stylepath{\thesis@subdir{#1}}} % \end{macrocode} % \end{macro} +% \begin{macro}{\thesis@def} +% The |\thesis@def|\oarg{key}\marg{name} private macro defines +% the private |\thesis@|\textit{name} macro to expand +% to either <<\textit{key}>>, if specified, or to +% <<\textit{name}>>. The macro serves to provide the placeholder +% string for user-defined macros with no default value. +% \begin{macrocode} +\newcommand{\thesis@def}[2][]{% + \expandafter\def\csname thesis@#2\endcsname{% + <<\ifx\@empty#1\@empty#2\else#1\fi>>}} +% \end{macrocode} +% \end{macro} % \begin{macro}{\thesis@declaration} % \subsubsection{The \texttt{declaration} key} % The \marg{\texttt{declaration}=text} pair sets the @@ -304,7 +291,7 @@ % \textit{text} is stored within the private |\thesis@declaration| % macro, whose implicit value is |\thesis@@{declaration}|. % \begin{macrocode} -\thesis@def{declaration}{\thesis@@{declaration}} +\def\thesis@declaration{\thesis@@{declaration}} \long\def\KV@thesis@declaration#1{% \long\def\thesis@declaration{#1}} % \end{macrocode} @@ -352,30 +339,25 @@ % within the following private macros: % \begin{itemize} % \item\DescribeMacro{\thesis@author}|\thesis@author| -% -- The full name of the author. The default value of the -% macro is |\thesis@@{placeholders@author}|. +% -- The full name of the author. % \item\DescribeMacro{\thesis@author@head}|\thesis@author@head| % -- The first space-delimited part of the name. This -% corresponds to the author's first name. The default value of -% the macro is |\thesis@@{placeholders@author@firstName}|. +% corresponds to the author's first name. % \item\DescribeMacro{\thesis@author@tail}|\thesis@author@tail| % -- The full name without the first space-delimited part of -% the name. This corresponds to the author's surname. The -% default value of the macro is -% |\thesis@@{placeholders@author@surname}|. +% the name. This corresponds to the author's surname. % \end{itemize} % \begin{macrocode} \def\thesis@parseAuthor#1{% \def\thesis@author{#1}% - \def\thesis@author@head{\thesis@head#1 \relax}% + \def\thesis@author@head{\expandafter\expandafter\expandafter% + \@gobble\thesis@head#1 \relax}% \def\thesis@author@tail{\thesis@tail#1 \relax}} -\thesis@def{author}{\thesis@@{placeholders@author}} -\thesis@def[author]{author@head}{% - \thesis@@{placeholders@author@firstName}} -\thesis@def[author]{author@tail}{% - \thesis@@{placeholders@author@surname}} +\thesis@def{author}% +\thesis@def[author]{author@head}% +\thesis@def[author]{author@tail}% \define@key{thesis}{author}{% - \expandafter\thesis@parseAuthor{#1}} + \thesis@parseAuthor{#1}} % \end{macrocode} % \end{macro} % \begin{macro}{\thesis@id} @@ -383,11 +365,10 @@ % The \marg{\texttt{id}=identifier} pair sets the identifier % of the thesis author to \textit{identifier}. This usually % corresponds to a unique identifier of the author within the -% information system of the given university. The default value of -% the macro is |\thesis@@{placeholders@id}|. +% information system of the given university. % \begin{macrocode} -\thesis@def{id}{\thesis@@{placeholders@id}} - \define@key{thesis}{id}{% +\thesis@def{id} +\define@key{thesis}{id}{% \def\thesis@id{#1}} % \end{macrocode} % \end{macro} @@ -469,10 +450,9 @@ % The \marg{\texttt{department}=name} pair sets the name of the % department, at which the thesis is being written, to % \textit{name}. The \textit{name} is stored within the private -% |\thesis@department| macro, whose implicit value is -% |\thesis@@{placeholders@department}|. +% |\thesis@department| macro. % \begin{macrocode} -\thesis@def{department}{\thesis@@{placeholders@department}} +\thesis@def{department} \define@key{thesis}{department}{% \def\thesis@department{#1}} % \end{macrocode} @@ -482,10 +462,9 @@ % The \marg{\texttt{departmentEn}=name} pair sets the English % name of the department, at which the thesis is being written, to % \textit{name}. The \textit{name} is stored within the private -% |\thesis@departmentEn| macro, whose implicit value is -% |\thesis@@{placeholders@english@department}|. +% |\thesis@departmentEn| macro. % \begin{macrocode} -\thesis@def{departmentEn}{\thesis@english@placeholders@department} +\thesis@def{departmentEn} \define@key{thesis}{departmentEn}{% \def\thesis@departmentEn{#1}} % \end{macrocode} @@ -494,10 +473,9 @@ % \subsubsection{The \texttt{programme} key} % The \marg{\texttt{programme}=name} pair sets the name of the % author's study programme to \textit{name}. The \textit{name} -% is stored within the private |\thesis@programme| macro, whose -% implicit value is |\thesis@@{placeholders@programme}|. +% is stored within the private |\thesis@programme| macro. % \begin{macrocode} -\thesis@def{programme}{\thesis@@{placeholders@programme}} +\thesis@def{programme} \define@key{thesis}{programme}{% \def\thesis@programme{#1}} % \end{macrocode} @@ -507,10 +485,9 @@ % The \marg{\texttt{programmeEn}=name} pair sets the English name % of the author's study programme to \textit{name}. The % \textit{name} is stored within the private |\thesis@programmeEn| -% macro, whose implicit value is -% |\thesis@@{placeholders@english@programme}|. +% macro. % \begin{macrocode} -\thesis@def{programmeEn}{\thesis@english@placeholders@programme} +\thesis@def{programmeEn} \define@key{thesis}{programmeEn}{% \def\thesis@programmeEn{#1}} % \end{macrocode} @@ -519,10 +496,9 @@ % \subsubsection{The \texttt{field} key} % The \marg{\texttt{field}=name} pair sets the name of the % author's field of stufy to \textit{name}. The \textit{name} -% is stored within the private |\thesis@field| macro, whose -% implicit value is |\thesis@@{placeholders@field}|. +% is stored within the private |\thesis@field| macro. % \begin{macrocode} -\thesis@def{field}{\thesis@@{placeholders@field}} +\thesis@def{field} \define@key{thesis}{field}{% \def\thesis@field{#1}} % \end{macrocode} @@ -531,10 +507,9 @@ % \subsubsection{The \texttt{fieldEn} key} % The \marg{\texttt{fieldEn}=name} pair sets the English name of % the author's field of stufy to \textit{name}. The \textit{name} -% is stored within the private |\thesis@fieldEn| macro, whose -% implicit value is |\thesis@english@placeholders@field|. +% is stored within the private |\thesis@fieldEn| macro. % \begin{macrocode} -\thesis@def{fieldEn}{\thesis@english@placeholders@field} +\thesis@def{fieldEn} \define@key{thesis}{fieldEn}{% \def\thesis@fieldEn{#1}} % \end{macrocode} @@ -717,17 +692,8 @@ \fi% \global\edef\thesis@academicYear{\@yearA/\@yearB}}} -\ifthesis@hints@% - \thesis@def[date]{date}{}% - \thesis@def[date]{year}{}% - \thesis@def[date]{month}{}% - \thesis@def[date]{day}{}% - \thesis@def[date]{academicYear}{}% - \def\thesis@season{winter}% -\else% - \edef\thesis@date{\the\year/\the\month/\the\day}% - \expandafter\thesis@parseDate\thesis@date|% -\fi% +\edef\thesis@date{\the\year/\the\month/\the\day}% +\expandafter\thesis@parseDate\thesis@date|% \define@key{thesis}{date}{{% \edef\@date{#1}% @@ -740,7 +706,7 @@ % The \textit{place} is stored within the private |\thesis@place| % macro, whose implicit value is \texttt{Brno}. % \begin{macrocode} -\thesis@def{place}{Brno} +\def\thesis@place{Brno} \define@key{thesis}{place}{% \def\thesis@place{#1}} % \end{macrocode} @@ -749,10 +715,9 @@ % \subsubsection{The \texttt{title} key} % The \marg{\texttt{title}=title} pair sets the title of the % thesis to \textit{title}. The \textit{title} is stored within the -% private |\thesis@title| macro, whose implicit value is -% |\thesis@@{placeholders@|\discretionary{}{}{}|title}|. +% private |\thesis@title| macro. % \begin{macrocode} -\thesis@def{title}{\thesis@@{placeholders@title}} +\thesis@def{title} \define@key{thesis}{title}{% \def\thesis@title{#1}} % \end{macrocode} @@ -777,10 +742,9 @@ % \subsubsection{The \texttt{titleEn} key} % The \marg{\texttt{titleEn}=title} pair sets the English title of % the thesis to \textit{title}. The \textit{title} is stored within -% the private |\thesis@titleEn| macro, whose implicit value is -% |\thesis@english@placeholders@|\discretionary{}{}{}|title|. +% the private |\thesis@titleEn| macro. % \begin{macrocode} -\thesis@def{titleEn}{\thesis@english@placeholders@title} +\thesis@def{titleEn} \define@key{thesis}{titleEn}{% \def\thesis@titleEn{#1}} % \end{macrocode} @@ -803,10 +767,9 @@ % \subsubsection{The \texttt{keywords} key} % The \marg{\texttt{keywords}=list} pair sets the keywords of the % thesis to the comma-delimited \textit{list}. The \textit{list} -% is stored within the private |\thesis@keywords| macro, whose -% implicit value is |\thesis@@{placeholders@keywords}|. +% is stored within the private |\thesis@keywords| macro. % \begin{macrocode} -\thesis@def{keywords}{\thesis@@{placeholders@keywords}} +\thesis@def{keywords} \define@key{thesis}{keywords}{% \def\thesis@keywords{#1}} % \end{macrocode} @@ -816,10 +779,9 @@ % The \marg{\texttt{keywordsEn}=list} pair sets the English % keywords of the thesis to the comma-delimited \textit{list}. The % \textit{list} is stored within the private |\thesis@keywordsEn| -% macro, whose implicit value is -% |\thesis@english@placeholders@keywords|. +% macro. % \begin{macrocode} -\thesis@def{keywordsEn}{\thesis@english@placeholders@keywords} +\thesis@def{keywordsEn} \define@key{thesis}{keywordsEn}{% \def\thesis@keywordsEn{#1}} % \end{macrocode} @@ -828,10 +790,9 @@ % \subsubsection{The \texttt{abstract} key} % The \marg{\texttt{abstract}=text} pair sets the abstract of the % thesis to \textit{text}. The \textit{text} is stored within the -% private |\thesis@abstract| macro, whose implicit value is -% |\thesis@@{placeholders@abstract}|. +% private |\thesis@abstract| macro. % \begin{macrocode} -\thesis@def{abstract}{\thesis@@{placeholders@abstract}} +\thesis@def{abstract} \long\def\KV@thesis@abstract#1{% \long\def\thesis@abstract{#1}} % \end{macrocode} @@ -840,11 +801,9 @@ % \subsubsection{The \texttt{abstractEn} key} % The \marg{\texttt{abstractEn}=text} pair sets the English % abstract of the thesis to \textit{text}. The \textit{text} -% is stored within the private |\thesis@abstractEn| macro, -% whose implicit value is -% |\thesis@english@placeholders@abstract|. +% is stored within the private |\thesis@abstractEn| macro. % \begin{macrocode} -\thesis@def{abstractEn}{\thesis@english@placeholders@abstract} +\thesis@def{abstractEn} \long\def\KV@thesis@abstractEn#1{% \long\def\thesis@abstractEn{#1}} % \end{macrocode} @@ -853,10 +812,9 @@ % \subsubsection{The \texttt{advisor} key} % The \marg{\texttt{advisor}=name} pair sets the thesis advisor's % full name to \textit{name}. The \textit{name} is stored within -% the private |\thesis@advisor| macro, whose implicit value is -% |\thesis@@{placeholders@advisor}|. +% the private |\thesis@advisor| macro. % \begin{macrocode} -\thesis@def{advisor}{\thesis@@{placeholders@advisor}} +\thesis@def{advisor} \define@key{thesis}{advisor}{\def\thesis@advisor{#1}} % \end{macrocode} % \end{macro} @@ -864,8 +822,7 @@ % \subsubsection{The \texttt{thanks} key} % The \marg{\texttt{thanks}=text} pair sets the acknowledgement % text to \textit{text}. The \textit{text} is stored within -% the private |\thesis@thanks| macro, whose implicit value is -% |\undefined|. +% the private |\thesis@thanks| macro. % \begin{macrocode} \long\def\KV@thesis@thanks#1{% \long\def\thesis@thanks{#1}} @@ -877,11 +834,10 @@ % list of paths (and optional page spec specifiers, see the % \textsf{pdfpages} package |\includepdfmerge| command % documentation) to the pdf files containing the thesis assignment -% to \textit{list}. The \textit{list} is stored within the private -% |\thesis@assignmentFiles| macro, whose implicit value is -% |\undefined|. When defined, the PDF files are injected into the -% resulting document instead of the placeholder -% |\thesis@assignment| string. +% to \textit{list}. The \textit{list} is stored within the +% |\thesis@assignmentFiles| private macro. When defined, the PDF +% files are injected into the resulting document instead of the +% placeholder |\thesis@@{assignment}| string. % \begin{macrocode} \define@key{thesis}{assignment}{% \def\thesis@assignmentFiles{#1}} @@ -1151,7 +1107,7 @@ \ifx\relax#2% \expandafter\@gobbletwo% \else% - #1% + \ #1% \fi% \thesis@head#2}% \def\thesis@tail#1 #2{% @@ -1222,26 +1178,12 @@ % (see section \ref{sec:thesis@load}) needs to define the following % private macros: % \begin{itemize} -% \item|\thesis@|\textit{locale}|@placeholders@title| -- The -% placeholder title of the thesis -% \item|\thesis@|\textit{locale}|@placeholders@keywords| -- The -% placeholder keywords of the thesis -% \item|\thesis@|\textit{locale}|@placeholders@abstract| -- The -% placeholder abstract of the thesis -% \item|\thesis@|\textit{locale}|@placeholders@author| -- The -% placeholder name of the thesis author % \item|\thesis@|\textit{locale}|@universityName| -- The name of % the university % \item|\thesis@|\textit{locale}|@facultyName| -- The name of the % faculty -% \item|\thesis@|\textit{locale}|@placeholders@advisor| -- The -% placeholder name of the advisor -% \item|\thesis@|\textit{locale}|@placeholders@department| -- The -% placeholder department name -% \item|\thesis@|\textit{locale}|@placeholders@programme| -- The -% placeholder programme name -% \item|\thesis@|\textit{locale}|@placeholders@thanks| -- The -% placeholder acknowledgement text +% \item|\thesis@|\textit{locale}|@assignment| -- Instructions to +% replace the current page with the official thesis assignment % \item|\thesis@|\textit{locale}|@declaration| -- The declaration % text % \item|\thesis@|\textit{locale}|@fieldTitle| -- The title of @@ -1258,16 +1200,16 @@ % the acknowledgement section % \item|\thesis@|\textit{locale}|@declarationTitle| -- The title % of the declaration section -% \item|\thesis@|\textit{locale}|@typeName| -- The name of the -% thesis type -% \item|\thesis@|\textit{locale}|@assignment| -- Instructions to -% replace the current page with the official thesis assignment +% \item|\thesis@|\textit{locale}|@idTitle| -- The title of the +% thesis author's identifier field % \item|\thesis@|\textit{locale}|@winter| -- The name of the % winter semester % \item|\thesis@|\textit{locale}|@summer| -- The name of the % summer semester % \item|\thesis@|\textit{locale}|@semester| -- The full name of % the current semester +% \item|\thesis@|\textit{locale}|@typeName| -- The name of the +% thesis type % \end{itemize} % % \def\file#1{\paragraph{The \texttt{#1} file}} diff --git a/fithesis3/locale/czech.dtx b/fithesis3/locale/czech.dtx index b68c896..a5fa4b1 100644 --- a/fithesis3/locale/czech.dtx +++ b/fithesis3/locale/czech.dtx @@ -17,21 +17,8 @@ \ifthesis@woman a\fi} % ZástupnĂ© texty -\def\thesis@czech@placeholders@title{Název práce} -\def\thesis@czech@placeholders@keywords{klĂÄŤovĂ© slovo 1, - klĂÄŤovĂ© slovo 2, ...} -\def\thesis@czech@placeholders@abstract{Text shrnutĂ} -\def\thesis@czech@placeholders@author{JmĂ©no autora} -\def\thesis@czech@placeholders@author@firstName{JmĂ©no} -\def\thesis@czech@placeholders@author@surname{PĹ™ĂjmenĂ} \def\thesis@czech@universityName{Název univerzity} \def\thesis@czech@facultyName{Název fakulty} -\def\thesis@czech@placeholders@advisor{JmĂ©no vedoucĂho} -\def\thesis@czech@placeholders@department{Název katedry} -\def\thesis@czech@placeholders@programme{Název studijnĂho - programu} -\def\thesis@czech@placeholders@field{Název studijnĂho oboru} -\def\thesis@czech@placeholders@id{Identifikátor} \def\thesis@czech@assignment{MĂsto tohoto listu vloĹľte kopii oficiálnĂho podepsanĂ©ho zadánĂ práce.} \def\thesis@czech@declaration{Text prohlášenĂ ...} @@ -79,8 +66,7 @@ % This is the Czech locale file specific to the Masaryk % University in Brno. It replaces the \texttt{universityName} % placeholder with the correct value and defines the -% \texttt{declaration}, \texttt{placeholders@id} and -% \texttt{idTitle} strings. +% \texttt{declaration} and \texttt{idTitle} strings. % \iffalse %<*mu> % \fi\begin{macrocode} @@ -93,7 +79,6 @@ \thesis@czech@gender@koncovka\ samostatnÄ› a pouĹľil\thesis@czech@gender@koncovka\ jen prameny uvedenĂ©~v seznamu literatury.} -\def\thesis@czech@placeholders@id{UÄŚO} % RĹŻznĂ© \def\thesis@czech@idTitle{UÄŚO} @@ -103,8 +88,8 @@ % This is the Czech locale file specific to the Faculty of Law at % University in Brno. It replaces the \texttt{facultyName} % placeholder with the correct value and replaces the -% \texttt{abstractTitle} and \texttt{placeholders@abstract} -% strings in accordance with the requirements of the faculty. +% \texttt{abstractTitle} string in accordance with the +% requirements of the faculty. % \iffalse %<*mu/law> % \fi\begin{macrocode} @@ -114,7 +99,6 @@ \def\thesis@czech@abstractTitle{Abstrakt} % ZástupnĂ© texty -\def\thesis@czech@placeholders@abstract{Text abstraktu} \def\thesis@czech@facultyName{Právnická fakulta Masarykovy univerzity} % \end{macrocode}\iffalse @@ -123,15 +107,14 @@ % This is the Czech locale file specific to the Faculty of Sports % Studies at the Masaryk University in Brno. It replaces the % \texttt{facultyName} placeholder with the correct value and the -% \texttt{placeholders@field} and \texttt{fieldTitle} strings in -% accordance with the common usage at the faculty. +% \texttt{fieldTitle} string in accordance with the common usage +% at the faculty. % \iffalse %<*mu/fsps> % \fi\begin{macrocode} \ProvidesFile{fithesis3/locale/mu/fsps/czech.def}[2015/04/27] % ZástupnĂ© texty -\def\thesis@czech@placeholders@field{Název specializace} \def\thesis@czech@facultyName{Fakulta sportovnĂch studiĂ} % RĹŻznĂ© @@ -141,8 +124,7 @@ % \fi\file{locale/mu/fss/czech.def} % This is the Czech locale file specific to the Faculty of Social % Studies at the Masaryk University in Brno. It replaces the -% \texttt{facultyName} and \texttt{placeholders@assignment} -% strings with the correct value. +% \texttt{facultyName} string with the correct value. % \iffalse %<*mu/fss> % \fi\begin{macrocode} @@ -150,7 +132,7 @@ % ZástupnĂ© texty \def\thesis@czech@facultyName{Fakulta sociálnĂch studiĂ} -\def\thesis@czech@placeholders@assignment{MĂsto tohoto listu +\def\thesis@czech@assignment{MĂsto tohoto listu vloĹľte kopie oficiálnĂho podepsanĂ©ho zadánĂ práce nebo prohlášenĂ autora školnĂho dĂla nebo obojĂ~v závislosti na poĹľadavcĂch pĹ™ĂslušnĂ© katedry.} @@ -173,12 +155,11 @@ % This is the Czech locale file specific to the Faculty of % Medicine at the Masaryk University in Brno. % It replaces the \texttt{facultyName} placeholder with the -% correct value and redefines the \texttt{abstractTitle}, -% and \texttt{placeholders@abstract} strings in accordance with -% the common usage at the faculty. The file also defines the -% \texttt{bib@title} and \texttt{bib@pages} strings required by the -% |\thesis@blocks@bibEntry| block defined within the -% \texttt{style/mu/fithesis3-med.sty} style file. +% correct value and redefines the \texttt{abstractTitle} string in +% accordance with the common usage at the faculty. The file also +% defines the \texttt{bib@title} and \texttt{bib@pages} strings +% required by the |\thesis@blocks@bibEntry| block defined within +% the \texttt{style/mu/fithesis3-med.sty} style file. % \iffalse %<*mu/med> % \fi\begin{macrocode} @@ -188,7 +169,6 @@ \def\thesis@czech@abstractTitle{Anotace} % ZástupnĂ© texty -\def\thesis@czech@placeholders@abstract{Text abstraktu} \def\thesis@czech@facultyName{LĂ©kaĹ™ská fakulta} % BibliografickĂ˝ záznam @@ -200,10 +180,9 @@ % This is the Czech locale file specific to the Faculty of % Informatics at the Masaryk University in Brno. % It replaces the \texttt{facultyName} placeholder with the -% correct value and updates the \texttt{placeholders@assignment} -% and \texttt{declaration} strings in accordance with the -% requirements of the faculty. The file also defines the -% \texttt{advisorSignature} string required by the +% correct value and updates the \texttt{declaration} string in +% accordance with the requirements of the faculty. The file also +% defines the \texttt{advisorSignature} string required by the % |\thesis@blocks@titlePage| block defined within the % \texttt{style/mu/fithesis3-fi.sty} style file. % \iffalse @@ -213,7 +192,7 @@ % ZástupnĂ© texty \def\thesis@czech@facultyName{Fakulta informatiky} -\def\thesis@czech@placeholders@assignment{MĂsto tohoto listu +\def\thesis@czech@assignment{MĂsto tohoto listu vloĹľte kopie oficiálnĂho podepsanĂ©ho zadánĂ práce a prohlášenĂ autora školnĂho dĂla.} \def\thesis@czech@declaration{% @@ -299,11 +278,10 @@ % It defines the private macros required by the % |\thesis@blocks@bibEntry| block defined within the % \texttt{style/mu/fithesis3-sci.sty} style file. -% It also replaces the \texttt{facultyName} and -% \texttt{placeholders@department} placeholders with the -% correct value and redefines the \texttt{abstractTitle}, -% \texttt{placeholders@abstract} and \texttt{declaration} strings -% in accordance with the formal requirements of the faculty. +% It also replaces the \texttt{facultyName} placeholder with the +% correct value and redefines the \texttt{abstractTitle} and +% \texttt{declaration} strings in accordance with the formal +% requirements of the faculty. % \iffalse %<*mu/sci> % \fi\begin{macrocode} @@ -311,8 +289,6 @@ % ZástupnĂ© texty \def\thesis@czech@facultyName{PĹ™ĂrodovÄ›decká fakulta} -\def\thesis@czech@placeholders@department{Název Ăşstavu} -\def\thesis@czech@placeholders@abstract{Text abstraktu} % OstatnĂ \def\thesis@czech@abstractTitle{Abstrakt} diff --git a/fithesis3/locale/english.dtx b/fithesis3/locale/english.dtx index aec5674..c79fb9f 100644 --- a/fithesis3/locale/english.dtx +++ b/fithesis3/locale/english.dtx @@ -7,20 +7,8 @@ \ProvidesFile{fithesis3/locale/english.def}[2015/04/18] % Placeholders -\def\thesis@english@placeholders@title{Thesis Title} -\def\thesis@english@placeholders@keywords{keyword1, keyword2, ...} -\def\thesis@english@placeholders@abstract{Abstract text} -\def\thesis@english@placeholders@author{Author's name} -\def\thesis@english@placeholders@author@firstName{Name} -\def\thesis@english@placeholders@author@surname{Surname} -\def\thesis@english@placeholders@universityName{University name} +\def\thesis@english@universityName{University name} \def\thesis@english@facultyName{Faculty name} -\def\thesis@english@placeholders@advisor{% - \thesis@english@advisorTitle's name} -\def\thesis@english@placeholders@department{Department name} -\def\thesis@english@placeholders@programme{Study programme name} -\def\thesis@english@placeholders@field{The field of study} -\def\thesis@english@placeholders@id{Identifier} \def\thesis@english@assignment{Replace this page with a copy of the official signed thesis assignment.} \def\thesis@english@declaration{Declaration text ...} @@ -56,8 +44,7 @@ % This is the English locale file specific to the Masaryk % University in Brno. It replaces the \texttt{universityName} % placeholder with the correct value and defines the -% \texttt{declaration}, \texttt{placeholders@id} and -% \texttt{idTitle} strings. +% \texttt{declaration} and \texttt{idTitle} strings. % \iffalse %<*mu> % \fi\begin{macrocode} @@ -68,7 +55,6 @@ which I have worked out by my own. All sources, references and literature used or excerpted during elaboration of this work are properly cited and listed in complete reference to the due source.} -\def\thesis@english@placeholders@id{UÄŚO} % Miscellaneous \def\thesis@english@idTitle{UÄŚO} @@ -96,7 +82,6 @@ \ProvidesFile{fithesis3/locale/mu/fsps/english.def}[2015/04/18] % Placeholders -\def\thesis@english@placeholders@field{The specialization name} \def\thesis@english@facultyName{Faculty of Sports Studies} % Miscellaneous @@ -106,8 +91,7 @@ % \fi\file{locale/mu/fss/english.def} % This is the English locale file specific to the Faculty of Social % Studies at the Masaryk University in Brno. It replaces the -% \texttt{facultyName} and \texttt{placeholders@assignment} -% strings with the correct value. +% \texttt{facultyName} string with the correct value. % \iffalse %<*mu/fss> % \fi\begin{macrocode} @@ -164,8 +148,8 @@ % This is the English locale file specific to the Faculty of % Informatics at the Masaryk University in Brno. % It replaces the \texttt{facultyName} placeholder with the -% correct value and updates the \texttt{placeholders@assignment} -% string in accordance with the requirements of the faculty. +% correct value and updates the string in accordance with the +% requirements of the faculty. % The file also defines the \texttt{advisorSignature} string % required by the |\thesis@blocks@titlePage| block defined % within the \texttt{style/mu/fithesis3-fi.sty} style file. diff --git a/fithesis3/locale/slovak.dtx b/fithesis3/locale/slovak.dtx index 52be6fb..6098eb9 100644 --- a/fithesis3/locale/slovak.dtx +++ b/fithesis3/locale/slovak.dtx @@ -15,21 +15,8 @@ \ifthesis@woman a\fi} % ZástupnĂ© texty -\def\thesis@slovak@placeholders@title{Názov práce} -\def\thesis@slovak@placeholders@keywords{kľúčovĂ© slovo 1, - kľúčovĂ© slovo 2, ...} -\def\thesis@slovak@placeholders@abstract{Text zhrnutie} -\def\thesis@slovak@placeholders@author{Meno autora} -\def\thesis@slovak@placeholders@author@firstName{Meno} -\def\thesis@slovak@placeholders@author@surname{Priezvisko} \def\thesis@slovak@universityName{Názov univerzity} \def\thesis@slovak@facultyName{Názov fakulty} -\def\thesis@slovak@placeholders@advisor{Meno vedĂşceho} -\def\thesis@slovak@placeholders@department{Názov katedry} -\def\thesis@slovak@placeholders@programme{Názov študijnĂ©ho - programu} -\def\thesis@slovak@placeholders@field{Název študijnĂ©ho odboru} -\def\thesis@slovak@placeholders@id{Identifikátor} \def\thesis@slovak@assignment{Namiesto tejto stránky vloĹľte kĂłpiu oficiálneho podpĂsanĂ©ho zadania práce.} \def\thesis@slovak@declaration{Text prehlásenie ...} @@ -77,8 +64,7 @@ % This is the Slovak locale file specific to the Masaryk % University in Brno. It replaces the \texttt{universityName} % placeholder with the correct value and defines the -% \texttt{declaration}, \texttt{placeholders@id} and -% \texttt{idTitle} strings. +% \texttt{declaration} and \texttt{idTitle} strings. % \iffalse %<*mu> % \fi\begin{macrocode} @@ -91,7 +77,6 @@ slovak@typeName@akuzativ} vypracoval% \thesis@slovak@gender@koncovka\ samostatne len s~pouĹľitĂm uvedenej literatĂşry a prameĹov.} -\def\thesis@slovak@placeholders@id{UÄŚO} % RĂ´zne \def\thesis@slovak@idTitle{UÄŚO} @@ -101,9 +86,8 @@ % This is the Slovak locale file specific to the Faculty of Law at % the Masaryk University in Brno. It replaces the % \texttt{facultyName} placeholder with the correct value and -% replaces the \texttt{abstractTitle} and -% \texttt{placeholders@abstract} strings in accordance with the -% requirements of the faculty. +% replaces the \texttt{abstractTitle} string in accordance with +% the requirements of the faculty. % \iffalse %<*mu/law> % \fi\begin{macrocode} @@ -113,7 +97,6 @@ \def\thesis@slovak@abstractTitle{Abstrakt} % ZástupnĂ© texty -\def\thesis@slovak@placeholders@abstract{Text abstraktu} \def\thesis@slovak@facultyName{Právnická fakulta Masarykovej univerzity} % \end{macrocode}\iffalse @@ -122,15 +105,14 @@ % This is the Slovak locale file specific to the Faculty of Sports % Studies at the Masaryk University in Brno. It replaces the % \texttt{facultyName} placeholder with the correct value and the -% \texttt{placeholders@field} and \texttt{fieldTitle} strings in -% accordance with the common usage at the faculty. +% \texttt{fieldTitle} string in accordance with the common usage +% at the faculty. % \iffalse %<*mu/fsps> % \fi\begin{macrocode} \ProvidesFile{fithesis3/locale/mu/fsps/slovak.def}[2015/04/18] % ZástupnĂ© texty -\def\thesis@slovak@placeholders@field{Názov špecializácie} \def\thesis@slovak@facultyName{Fakulta športovĂ˝ch štĂşdiĂ} % RĂ´zne @@ -140,8 +122,7 @@ % \fi\file{locale/mu/fss/slovak.def} % This is the Slovak locale file specific to the Faculty of Social % Studies at the Masaryk University in Brno. It replaces the -% \texttt{facultyName} and \texttt{placeholders@assignment} -% strings with the correct value. +% \texttt{facultyName} string with the correct value. % \iffalse %<*mu/fss> % \fi\begin{macrocode} @@ -171,10 +152,10 @@ % This is the Slovak locale file specific to the Faculty of % Medicine at the Masaryk University in Brno. % It replaces the \texttt{facultyName} placeholder with the -% correct value and redefines the \texttt{abstractTitle}, -% and \texttt{placeholders@abstract} strings in accordance -% with the common usage at the faculty. The file also defines the -% \texttt{bib@title} and \texttt{bib@pages} strings required by the +% correct value and redefines the \texttt{abstractTitle} +% string in accordance with the common usage at the faculty. +% The file also defines the \texttt{bib@title} and +% \texttt{bib@pages} strings required by the % |\thesis@blocks@bibEntry| block defined within the % \texttt{style/mu/fithesis3-med.sty} style file. @@ -187,7 +168,6 @@ \def\thesis@slovak@abstractTitle{Anotácie} % ZástupnĂ© texty -\def\thesis@slovak@placeholders@abstract{Text abstraktu} \def\thesis@slovak@facultyName{Lekárska fakulta} % BibliografickĂ˝ zoznam @@ -199,9 +179,9 @@ % This is the Slovak locale file specific to the Faculty of % Informatics at the Masaryk University in Brno. % It replaces the \texttt{facultyName} placeholder with the -% correct value and updates the \texttt{placeholders@assignment} -% and \texttt{declaration} strings in accordance with the -% requirements of the faculty. The file also defines the +% correct value and updates the \texttt{declaration} string +% in accordance with the requirements of the faculty. +% The file also defines the % \texttt{advisorSignature} string required by the % |\thesis@blocks@titlePage| block defined within the % \texttt{style/mu/fithesis3-fi.sty} style file. -- GitLab