From cfb52a5644dfc45c2a140573c0c886084ffd0e24 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 24 Mar 2021 03:01:54 +0000 Subject: CTAN sync 202103240301 --- .../beamerthemeuantwerpenuserguide.pdf | Bin 3252573 -> 3218742 bytes .../uantwerpenbamathesis-example.pdf | Bin 87390 -> 87390 bytes .../uantwerpencoursetext-example.pdf | Bin 137244 -> 137244 bytes .../contrib/uantwerpendocs/uantwerpendocs.dtx | 86 +++++++++++++-------- .../contrib/uantwerpendocs/uantwerpendocs.pdf | Bin 382653 -> 382547 bytes .../uantwerpendocs/uantwerpenexam-example1.pdf | Bin 104918 -> 104918 bytes .../uantwerpendocs/uantwerpenexam-example2.pdf | Bin 151732 -> 151732 bytes .../uantwerpendocs/uantwerpenletter-example.pdf | Bin 58977 -> 58977 bytes .../uantwerpenphdthesis-example1.pdf | Bin 217816 -> 217816 bytes .../uantwerpenphdthesis-example2.pdf | Bin 298749 -> 298749 bytes 10 files changed, 54 insertions(+), 32 deletions(-) (limited to 'macros/latex/contrib/uantwerpendocs') diff --git a/macros/latex/contrib/uantwerpendocs/beamerthemeuantwerpenuserguide.pdf b/macros/latex/contrib/uantwerpendocs/beamerthemeuantwerpenuserguide.pdf index 080a36e29f..486b53bab7 100644 Binary files a/macros/latex/contrib/uantwerpendocs/beamerthemeuantwerpenuserguide.pdf and b/macros/latex/contrib/uantwerpendocs/beamerthemeuantwerpenuserguide.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpenbamathesis-example.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpenbamathesis-example.pdf index d96f0c6cb9..ef18520d43 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpenbamathesis-example.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpenbamathesis-example.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpencoursetext-example.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpencoursetext-example.pdf index 894345c7db..0faf5cd26a 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpencoursetext-example.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpencoursetext-example.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpendocs.dtx b/macros/latex/contrib/uantwerpendocs/uantwerpendocs.dtx index 4911505a0e..264e1a7307 100644 --- a/macros/latex/contrib/uantwerpendocs/uantwerpendocs.dtx +++ b/macros/latex/contrib/uantwerpendocs/uantwerpendocs.dtx @@ -32,11 +32,11 @@ %\ProvidesClass{uantwerpenletter} %\ProvidesClass{uantwerpenexam} %\ProvidesPackage{beamerthemeuantwerpen} -% [2021/03/21 v3.1 .dtx skeleton file] +% [2021/03/23 v3.2 .dtx skeleton file] % %\errmessage{This class is obsolete, use the uantwerpenbamathesis class instead !} -\def\fileversion{3.1} -\def\filedate{2021/03/21} +\def\fileversion{3.2} +\def\filedate{2021/03/23} %<*driver> \documentclass[a4paper]{ltxdoc} \usepackage{makeidx} @@ -104,6 +104,8 @@ % UAntwerpen and added a beamer template} % \changes{v3.1}{2021/03/21}{\@ Renamed generic images to be unique % for TexLive distribution} +% \changes{v3.2}{2021/03/21}{\@ Small bugfixes (e.g., frame numbering +% instead of page numbering)} % % % \DoNotIndex{\newcommand,\newenvironment,\begin,\bfseries,\draw,\clip,\else,\fi,\if,\fill,\filldraw,\ifthenelse,\ifx,\textwidth,\node,\\} @@ -4606,7 +4608,10 @@ L: \@qrlectureri \heading{Remarks} \begin{itemize} - \item You don't need to specify the normal canvas, it is the default. + \item You don't need to specify the normal canvas, it is the + default. + \item In handout mode the negative and negativefill canvas will be + typeset as normal canvas (to allow for easy printing). \item The graphic option has many variants that we will discuss later. \end{itemize} \end{frame} @@ -5256,7 +5261,7 @@ L: \@qrlectureri \def\appropriatelogo{\logopos} \def\appropriateslidenumber{% \usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% } \ProcessOptions @@ -5404,6 +5409,9 @@ L: \@qrlectureri \setbeamercolor{inverse heading}{fg=white} \setbeamercolor{inverse subheading}{fg=white!75!maincolor} +\setbeamercolor{block body}{bg=black!4} +\setbeamercolor{block title}{bg=black!8} + \setbeamercolor{itemize item}{parent=normal text} \setbeamercolor{enumerate item}{parent=normal text} \setbeamercolor{itemize subitem}{parent=normal text} @@ -5473,12 +5481,10 @@ L: \@qrlectureri % following line: % \let\ifluatex\relax \iftutex - \usefonttheme{professionalfonts} \usepackage{cmbright} \usefonttheme{serif} \usepackage{fontspec} \setmainfont{Calibri} - \usepackage{sfmath} \usepackage{sansmathaccent} \fi \fi @@ -5729,13 +5735,26 @@ L: \@qrlectureri \gdef\maybeinverse{} } +\mode + +\define@key{beamerframe}{negativefill}[true]{ +} + +\define@key{beamerframe}{negative}[true]{ +} + +\mode + + +\mode + \define@key{beamerframe}{negativefill}[true]{ \gdef\maybeinverse{inverse }% \usebeamercolor[fg]{\maybeinverse normal text}% \setbeamertemplate{title page}[negativefill] \setbeamertemplate{section page}[negative]% \setbeamertemplate{subsection page}[negative]% - \setbeamertemplate{background canvas}[negativefill] + \setbeamertemplate{background canvas}[negativefill]% } \define@key{beamerframe}{negative}[true]{ @@ -5744,9 +5763,12 @@ L: \@qrlectureri \setbeamertemplate{title page}[negative] \setbeamertemplate{section page}[negative]% \setbeamertemplate{subsection page}[negative]% - \setbeamertemplate{background canvas}[negative] + \setbeamertemplate{background canvas}[negative]% } +\mode + + \define@key{beamerframe}{graphicfill}[{\includegraphics[scale=0.1,min width=\paperwidth,min height=\paperheight]{Images/uantwerpen-01.jpg}}]{ \gdef\maybeinverse{inverse }% @@ -5895,7 +5917,7 @@ L: \@qrlectureri {% \gdef\appropriatelogo{\logomonowhite}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% \color{maincolor}\vrule width\paperwidth height\paperheight } @@ -5937,7 +5959,7 @@ L: \@qrlectureri \gdef\maybeinverse{}% \gdef\appropriatelogo{\logopos}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% \pgfmathsetmacro\dx{0.5*\pw-1.2}% \pgfmathsetmacro\dy{\ph-1.6}% \begin{tikzpicture} @@ -5955,7 +5977,7 @@ L: \@qrlectureri \gdef\maybeinverse{}% \gdef\appropriatelogo{\logopos}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% \pgfmathsetmacro\dx{0.25*\pw-1.2}% \pgfmathsetmacro\dy{\ph-1.6}% \begin{tikzpicture} @@ -5974,7 +5996,7 @@ L: \@qrlectureri \gdef\maybeinverse{}% \gdef\appropriatelogo{\logopos}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% \pgfmathsetmacro\dx{0.5*\pw-1.2}% \pgfmathsetmacro\dy{\ph-1.6}% \begin{tikzpicture} @@ -5992,7 +6014,7 @@ L: \@qrlectureri \gdef\maybeinverse{}% \gdef\appropriatelogo{\logopos}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% \pgfmathsetmacro\dx{0.25*\pw-1.2}% \pgfmathsetmacro\dy{\ph-1.6}% \begin{tikzpicture} @@ -6010,7 +6032,7 @@ L: \@qrlectureri \gdef\maybeinverse{}% \gdef\appropriatelogo{\logopos}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% \pgfmathsetmacro\dx{\pw-1.6}% \pgfmathsetmacro\dy{0.5*\ph-0.8}% \begin{tikzpicture} @@ -6028,7 +6050,7 @@ L: \@qrlectureri \gdef\maybeinverse{}% \gdef\appropriatelogo{\logopos}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in head/foot}% - \insertpagenumber/\inserttotalframenumber}% + \insertframenumber/\inserttotalframenumber}% \pgfmathsetmacro\dx{\pw-1.6}% \pgfmathsetmacro\dy{0.5*\ph-0.8}% \begin{tikzpicture} @@ -6047,7 +6069,7 @@ L: \@qrlectureri \gdef\maybeinverse{}% \gdef\appropriatelogo{\logopos}% \gdef\appropriateslidenumber{\usebeamercolor{pageno in - head/foot}\insertpagenumber/\inserttotalframenumber}% + head/foot}\insertframenumber/\inserttotalframenumber}% } @@ -6063,7 +6085,7 @@ L: \@qrlectureri text=basecolor, align=center] at (0.5*\textwidth,0.5*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{title in title page} - \huge\bfseries\inserttitle\\[1ex] + \LARGE\bfseries\inserttitle\\[1ex] \usebeamercolor[fg]{subtitle in title page} \color{fg}\large\bfseries\insertsubtitle \end{beamercolorbox} @@ -6073,7 +6095,7 @@ L: \@qrlectureri color=basecolor, align=center] at (0.5*\textwidth,0.25*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{author in title page} - \Large\bfseries\insertauthor + \large\bfseries\insertauthor \end{beamercolorbox} }; \node[ @@ -6081,7 +6103,7 @@ L: \@qrlectureri color=basecolor, align=center] at (0.5*\textwidth,0.15*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{date in title page} - \large\bfseries\insertdate + \normalsize\bfseries\insertdate \end{beamercolorbox} }; \end{tikzpicture} @@ -6095,7 +6117,7 @@ L: \@qrlectureri text width=0.98\textwidth, align=center] at (0.5*\textwidth,0.5*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse title in title page} - \huge\bfseries\inserttitle\\[1ex] + \LARGE\bfseries\inserttitle\\[1ex] \usebeamercolor[fg]{\maybeinverse subtitle in title page} \color{fg}\large\bfseries\insertsubtitle \end{beamercolorbox} @@ -6104,7 +6126,7 @@ L: \@qrlectureri text width=0.98\textwidth, align=center,] at (0.5*\textwidth,0.25*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse author in title page} - \Large\bfseries\insertauthor + \large\bfseries\insertauthor \end{beamercolorbox} }; \node[ @@ -6112,7 +6134,7 @@ L: \@qrlectureri color=basecolor, align=center] at (0.5*\textwidth,0.15*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse date in title page} - \large\bfseries\insertdate + \normalsize\bfseries\insertdate \end{beamercolorbox} }; \end{tikzpicture} @@ -6131,7 +6153,7 @@ L: \@qrlectureri color=maincolor, align=center] at (0.5*\textwidth,0.5*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse title in title page} - \huge\bfseries\inserttitle\\[1ex] + \LARGE\bfseries\inserttitle\\[1ex] \usebeamercolor[fg]{inverse subtitle in title page} \color{fg}\large\bfseries\insertsubtitle \end{beamercolorbox} @@ -6141,7 +6163,7 @@ L: \@qrlectureri color=maincolor, align=center] at (0.5*\textwidth,0.25*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse author in title page} - \Large\bfseries\insertauthor + \large\bfseries\insertauthor \end{beamercolorbox} }; \node[ @@ -6149,7 +6171,7 @@ L: \@qrlectureri color=basecolor, align=center] at (0.5*\textwidth,0.15*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse date in title page} - \large\bfseries\insertdate + \normalsize\bfseries\insertdate \end{beamercolorbox} }; \end{tikzpicture} @@ -6164,7 +6186,7 @@ L: \@qrlectureri text=basecolor, align=center] at (0.5*\textwidth,0.55*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{section title} - \LARGE\bfseries\insertsectionnumber.~\insertsection + \Large\bfseries\insertsectionnumber.~\insertsection \end{beamercolorbox} }; \end{tikzpicture} @@ -6179,7 +6201,7 @@ L: \@qrlectureri text=basecolor, align=center] at (0.5*\textwidth,0.55*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{section title} - \LARGE\bfseries\insertsectionnumber.~\insertsection + \Large\bfseries\insertsectionnumber.~\insertsection \end{beamercolorbox} }; \node[ @@ -6187,7 +6209,7 @@ L: \@qrlectureri text=basecolor, align=center] at (0.5*\textwidth,0.45*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{subsection title} - \Large\bfseries\insertsubsection + \large\bfseries\insertsubsection \end{beamercolorbox} }; \end{tikzpicture} @@ -6202,7 +6224,7 @@ L: \@qrlectureri text=basecolor, align=center] at (0.5*\textwidth,0.55*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse section title} - \LARGE\bfseries\insertsectionnumber.~\insertsection + \Large\bfseries\insertsectionnumber.~\insertsection \end{beamercolorbox} }; \end{tikzpicture} @@ -6217,7 +6239,7 @@ L: \@qrlectureri text=basecolor, align=center] at (0.5*\textwidth,0.55*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse section title} - \LARGE\bfseries\insertsectionnumber.~\insertsection + \Large\bfseries\insertsectionnumber.~\insertsection \end{beamercolorbox} }; \node[ @@ -6225,7 +6247,7 @@ L: \@qrlectureri text=basecolor, align=center] at (0.5*\textwidth,0.45*\ph) { \begin{beamercolorbox}[wd=\textwidth,center]{inverse subsection title} - \Large\bfseries\insertsubsection + \large\bfseries\insertsubsection \end{beamercolorbox} }; \end{tikzpicture} diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpendocs.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpendocs.pdf index f94af0de36..dee1f993f9 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpendocs.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpendocs.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example1.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example1.pdf index b5715c0532..b33cfe3477 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example1.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example1.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example2.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example2.pdf index ebddd3bd5d..7e606d13f7 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example2.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpenexam-example2.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpenletter-example.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpenletter-example.pdf index 52f9961b08..1caa00fe49 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpenletter-example.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpenletter-example.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example1.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example1.pdf index 35b92551a4..5d49fcba41 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example1.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example1.pdf differ diff --git a/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example2.pdf b/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example2.pdf index e0da263b97..2469c14255 100644 Binary files a/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example2.pdf and b/macros/latex/contrib/uantwerpendocs/uantwerpenphdthesis-example2.pdf differ -- cgit v1.2.3