summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-22 21:07:46 +0000
committerKarl Berry <karl@freefriends.org>2014-08-22 21:07:46 +0000
commit687a76129428e7a0b4c4a63e4eed417cd011380a (patch)
tree863d190b88adb128e0df0d05c0f53a65933322d9 /Master/texmf-dist/source
parent44bb765d19eddeae2ed7e74052b1e75a4e12123b (diff)
uadocs (22aug14)
git-svn-id: svn://tug.org/texlive/trunk@35016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/uadocs/uadocs.dtx26
-rw-r--r--Master/texmf-dist/source/latex/uadocs/uadocs.ins8
2 files changed, 20 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/uadocs/uadocs.dtx b/Master/texmf-dist/source/latex/uadocs/uadocs.dtx
index b90e7d131e5..fcd06030621 100644
--- a/Master/texmf-dist/source/latex/uadocs/uadocs.dtx
+++ b/Master/texmf-dist/source/latex/uadocs/uadocs.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
-% Copyright (C) 2013 by Paul Levrie <paul.levrie@ua.ac.be>
-% and Walter Daems <walter.daems@ua.ac.be>
+% Copyright (C) 2013-2014 by Paul Levrie <paul.levrie@uantwerpen.be>
+% and Walter Daems <walter.daems@uantwerpen.be>
%
% This work may be distributed and/or modified under the conditions of
% the LaTeX Project Public License, either version 1.3 of this license
@@ -30,8 +30,8 @@
%<mt>\ProvidesClass{uamasterthesis}
%<ct|mt> [2013/05/21 v1.1 .dtx skeleton file]
%
-\def\fileversion{1.1}
-\def\filedate{2013/05/29}
+\def\fileversion{1.2}
+\def\filedate{2014/08/22}
%<*driver>
\documentclass{ltxdoc}
\usepackage{makeidx}
@@ -69,6 +69,8 @@
%
% \changes{v1.0}{2013/05/11}{\@ Consolidated uacoursetext class}
% \changes{v1.1}{2013/05/29}{\@ Small bugfixes and 'filled' option}
+% \changes{v1.2}{2014/08/22w}{\@ Added lmodern package and increased
+% headheight to 13.7pt to please Fancyhdr}
%
% \DoNotIndex{\newcommand,\newenvironment}
% \setlength{\parindent}{0em}
@@ -76,8 +78,8 @@
%
% \title{The \textsf{uacoursetext} class\thanks{This document
% corresponds to \textsf{uacoursetext}~\fileversion, dated \filedate.}}
-% \author{Paul Levrie (\texttt{paul.levrie@ua.ac.be})\\
-% Walter Daems (\texttt{walter.daems@ua.ac.be})}
+% \author{Paul Levrie (\texttt{paul.levrie@uantwerpen.be})\\
+% Walter Daems (\texttt{walter.daems@uantwerpen.be})}
% \date{\filedate}
%
% \maketitle
@@ -97,7 +99,7 @@
% \item there's a feature missing in this class file,
% \item there's a bug in this class file,
% \end{itemize}
-% please, contact us through e-mail (|walter.daems@ua.ac.be|).
+% please, contact us through e-mail (|walter.daems@uantwerpen.be|).
% We'll provide you with an answer
% and if (and as soon as) possible with a solution to the problem
% you spotted.
@@ -740,7 +742,7 @@ doloribus asperiores repellat.
% \subsection{Class inheritance}
%
%
-% For simplicity, we'll derive everything from the standard |book|
+% For convenience, we'll derive everything from the standard |book|
% class.
%
% \changes{v1.0}{2013/05/11}{Added option titlepagetableonly}
@@ -806,8 +808,10 @@ doloribus asperiores repellat.
% \subsubsection{Font packages}
% The utf8 stuff has been disabled because of the barcode package that
% screws up on that encoding.
+% \changes{v1.2}{2014/08/22}{Added lmodern package to please MikTeX}
% \begin{macrocode}
%<*ct|mt>
+\RequirePackage{lmodern}
\RequirePackage{cmbright}
\RequirePackage{ifluatex}
\RequirePackage{ifxetex}
@@ -833,7 +837,7 @@ doloribus asperiores repellat.
% \begin{macrocode}
%<*ct|mt>
\RequirePackage{ifthen}
-\RequirePackage{ifmtarg}
+%\RequirePackage{ifmtarg}
\newcommand{\@emptymacro}{}
%</ct|mt>
% \end{macrocode}
@@ -1359,7 +1363,7 @@ W www.cursusdienst.be}
\rhead[\slshape\leftmark]{\thepage}
\lfoot[Universiteit Antwerpen -- \@facultyacronym]{\@courseversion}
\cfoot[]{}
-\rfoot[]{\@title{}\@ifmtarg{\@subtitle}{}{ ---- \@subtitle}}
+\rfoot[]{\@title{}\@ifmtarg{\@subtitle}{}{ --- \@subtitle}}
\else
\lhead[]{\leftmark}
\chead[]{}
@@ -1395,8 +1399,10 @@ W www.cursusdienst.be}
% Some common code remains:
% \changes{v1.1}{2013/05/28}{Made raggedright conditional on option
% 'filled', because it can't be undone}
+% \changes{v1.2}{2014/08/22}{Increased headheight to please Fancyhdr}
% \begin{macrocode}
%<*ct|mt>
+\setlength{\headheight}{13.7pt}
\renewcommand{\headrulewidth}{1pt}
\renewcommand{\footrulewidth}{1pt}
\pagestyle{fancy}
diff --git a/Master/texmf-dist/source/latex/uadocs/uadocs.ins b/Master/texmf-dist/source/latex/uadocs/uadocs.ins
index 0a6d1be3763..d5a7e13d560 100644
--- a/Master/texmf-dist/source/latex/uadocs/uadocs.ins
+++ b/Master/texmf-dist/source/latex/uadocs/uadocs.ins
@@ -1,5 +1,5 @@
-%% Copyright (C) 2010-2011 by Paul Levrie <paul.levrie@ua.ac.be>
-%% and Walter Daems <walter.daems@ua.ac.be>
+%% Copyright (C) 2013-2014 by Paul Levrie <paul.levrie@uantwerpen.be>
+%% and Walter Daems <walter.daems@uantwerpen.be>
%%
%% This work may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3 of this license
@@ -25,8 +25,8 @@
This is a generated file.
-Copyright (C) 2012-2013 by Paul Levrie <paul.levrie@ua.ac.be>
- and Walter Daems <walter.daems@ua.ac.be>
+Copyright (C) 2013-2014 by Paul Levrie <paul.levrie@uantwerpen.be>
+ and Walter Daems <walter.daems@uantwerpen.be>
This work may be distributed and/or modified under the conditions of
the LaTeX Project Public License, either version 1.3 of this license