Skip to content
Snippets Groups Projects
Commit cc81c08d authored by witiko's avatar witiko
Browse files

The generated BibTeX file now contains a month entry.

parent adeb08a9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ LOGOFILES=logo/*/*.eps logo/*/color/*.eps logo/*/*.pdf logo/*/color/*.pdf ...@@ -7,7 +7,7 @@ LOGOFILES=logo/*/*.eps logo/*/color/*.eps logo/*/*.pdf logo/*/color/*.pdf
LOCALEFILES=locale/*.def locale/*/*.def locale/*/*/*.def LOCALEFILES=locale/*.def locale/*/*.def locale/*/*/*.def
DTXFILES=*.dtx locale/*.dtx style/*.dtx style/*/*.dtx DTXFILES=*.dtx locale/*.dtx style/*.dtx style/*/*.dtx
RESOURCES=$(STYLEFILES) $(LOGOFILES) $(LOCALEFILES) 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 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 MANUAL=fithesis.pdf
PDFSOURCES=fithesis.dtx example.tex PDFSOURCES=fithesis.dtx example.tex
......
...@@ -194,9 +194,9 @@ ...@@ -194,9 +194,9 @@
% macro needs to be included prior to the beginning of a \LaTeX\ % macro needs to be included prior to the beginning of a \LaTeX\
% document. When used, the \textit{keyvals} are processed. % document. When used, the \textit{keyvals} are processed.
% %
% It is noteworthy that the values as defined by the |\thesissetup| % Note that the values specified to the |\thesissetup| public macro
% public macro can only contain one paragraph of text. If you wish % may only contain one paragraph of text. If you wish to set
% to set multiple paragraphs of text as the value, you should use % multiple paragraphs of text as the value, you need to use
% the |\thesislong| public macro. % the |\thesislong| public macro.
% \begin{macrocode} % \begin{macrocode}
\def\thesissetup#1{% \def\thesissetup#1{%
...@@ -206,7 +206,8 @@ ...@@ -206,7 +206,8 @@
% \begin{macro}{\thesis@basepath} % \begin{macro}{\thesis@basepath}
% The \marg{\texttt{basepath}=path} pair sets the \textit{path} % The \marg{\texttt{basepath}=path} pair sets the \textit{path}
% containing the class files. The \textit{path} is prepended to % 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} gets normalized to \textit{path/}. The normalized
% \textit{path} is stored within the private |\thesis@basepath| macro, % \textit{path} is stored within the private |\thesis@basepath| macro,
% whose implicit value is |fithesis3/|. % whose implicit value is |fithesis3/|.
...@@ -1051,6 +1052,7 @@ ...@@ -1051,6 +1052,7 @@
\add<__AUTHOR_____=_"\thesis@author",>% \add<__AUTHOR_____=_"\thesis@author",>%
\add<__TITLE______=_"\thesis@title",>% \add<__TITLE______=_"\thesis@title",>%
\add<__YEAR_______=_"\thesis@year",>% \add<__YEAR_______=_"\thesis@year",>%
\add<__MONTH______=_"\thesis@month",>%
\add<__TYPE_______=_"\thesis@typeName",>% \add<__TYPE_______=_"\thesis@typeName",>%
\add<__SCHOOL_____=_"\thesis@universityName, \add<__SCHOOL_____=_"\thesis@universityName,
\thesis@facultyName",>% \thesis@facultyName",>%
......
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