From cc81c08d704e665b9d33a12bc6589bb5229da3dc Mon Sep 17 00:00:00 2001 From: witiko <witiko@gmail.com> Date: Tue, 14 Apr 2015 13:01:57 +0200 Subject: [PATCH] The generated BibTeX file now contains a month entry. --- Makefile | 2 +- fithesis.dtx | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e0e093d..d71a3b2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LOGOFILES=logo/*/*.eps logo/*/color/*.eps logo/*/*.pdf logo/*/color/*.pdf LOCALEFILES=locale/*.def locale/*/*.def locale/*/*/*.def DTXFILES=*.dtx locale/*.dtx style/*.dtx style/*/*.dtx RESOURCES=$(STYLEFILES) $(LOGOFILES) $(LOCALEFILES) -SOURCES=$(DTXFILES) Makefile +SOURCES=$(DTXFILES) Makefile docstrip.cfg AUXFILES=example.aux example.log example.out example.toc example.lot example.lof example.bib fithesis.aux fithesis.log fithesis.toc fithesis.ind fithesis.idx fithesis.out fithesis.ilg fithesis.gls fithesis.glo fithesis.hd MANUAL=fithesis.pdf PDFSOURCES=fithesis.dtx example.tex diff --git a/fithesis.dtx b/fithesis.dtx index 0916044..527ef00 100644 --- a/fithesis.dtx +++ b/fithesis.dtx @@ -194,9 +194,9 @@ % macro needs to be included prior to the beginning of a \LaTeX\ % document. When used, the \textit{keyvals} are processed. % -% It is noteworthy that the values as defined by the |\thesissetup| -% public macro can only contain one paragraph of text. If you wish -% to set multiple paragraphs of text as the value, you should use +% Note that the values specified to the |\thesissetup| public macro +% may only contain one paragraph of text. If you wish to set +% multiple paragraphs of text as the value, you need to use % the |\thesislong| public macro. % \begin{macrocode} \def\thesissetup#1{% @@ -206,7 +206,8 @@ % \begin{macro}{\thesis@basepath} % The \marg{\texttt{basepath}=path} pair sets the \textit{path} % containing the class files. The \textit{path} is prepended to -% each other path used by the class. If non-empty, the +% each other path (|\thesis@logopath|, |\thesis@stylepath| and +% |\thesis@localepath|) used by the class. If non-empty, the % \textit{path} gets normalized to \textit{path/}. The normalized % \textit{path} is stored within the private |\thesis@basepath| macro, % whose implicit value is |fithesis3/|. @@ -1051,6 +1052,7 @@ \add<__AUTHOR_____=_"\thesis@author",>% \add<__TITLE______=_"\thesis@title",>% \add<__YEAR_______=_"\thesis@year",>% + \add<__MONTH______=_"\thesis@month",>% \add<__TYPE_______=_"\thesis@typeName",>% \add<__SCHOOL_____=_"\thesis@universityName, \thesis@facultyName",>% -- GitLab