mirror of
https://github.com/tu-darmstadt-informatik/tudadesign.git
synced 2025-12-13 09:55:48 +00:00
Update to new source (from 2014-09-20):
- New Serif option in beamer theme (Patch by Felix Guenther)
This commit is contained in:
parent
27e34baa4d
commit
df1d49fd47
@ -1,3 +1,10 @@
|
||||
latex-tuddesign (1.0.20140920) unstable; urgency=medium
|
||||
|
||||
* added serif option to beamer theme (contrib: Felix Guenther)
|
||||
* small correction of colorback title page (contrib: David Kreitschmann)
|
||||
|
||||
-- Johannes Werner <johannes.werner@physik.tu-darmstadt.de> Sat, 20 Sep 2014 15:57:50 +0200
|
||||
|
||||
latex-tuddesign (0.0.20100410) unstable; urgency=high
|
||||
|
||||
* environment abstract supports two abstracts on one page
|
||||
|
||||
@ -1 +1 @@
|
||||
\global \TUD@titleboxcomplete 73.60117pt
|
||||
\global \TUD@titleboxcomplete 73.047pt
|
||||
|
||||
Binary file not shown.
@ -33,6 +33,7 @@ stolz das TUD-Corporate-Design f"ur beamer-\LaTeX}
|
||||
\item \textbf{invertitle}
|
||||
\item \textbf{inverttitlerule}
|
||||
\item \textbf{blackrule}
|
||||
\item \textbf{tudmathserif}
|
||||
\end{itemize}
|
||||
Die Optionen sind analog zur \textbf{tudreport} Klasse, bis auf \textbf{colorback}.
|
||||
Diese Option hinterlegt die Titel aller Folien au"ser dem auf der Titelfolie.\\
|
||||
@ -40,7 +41,9 @@ stolz das TUD-Corporate-Design f"ur beamer-\LaTeX}
|
||||
Ist die Akzentfarbe zu hell werden z.B. die Marken von
|
||||
Aufz"ahlungen in Schwarz gesetzt. Die verwendete
|
||||
Farbe ist "uber den Farbnamen \alert{\bf tudtextaccent}
|
||||
verwendbar.
|
||||
verwendbar.\\
|
||||
\vfill
|
||||
\textbf{tudmathserif} stellt den Mathe-Modus auf Serifenschriftart um
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
%
|
||||
% This program can be redistributed and/or modified under the terms
|
||||
% of the GNU Public License, version 2.
|
||||
\def\fileversion{1.1}
|
||||
\def\filedate{2009/07/14}
|
||||
\def\fileversion{1.11}
|
||||
\def\filedate{2014/09/20}
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamerfontthemeTUD}
|
||||
[\filedate\space\fileversion\space
|
||||
@ -19,6 +19,15 @@
|
||||
\RequirePackage[euro]{textcomp}
|
||||
\RequirePackage{xkeyval}
|
||||
|
||||
% tudmathserif patch
|
||||
\newif\ifTUD@tudmathserif\TUD@tudmathseriffalse
|
||||
|
||||
\DeclareOptionX<\@currname>{tudmathserif}{%
|
||||
\TUD@tudmathseriftrue
|
||||
}
|
||||
|
||||
\ProcessOptionsX<\@currname>
|
||||
|
||||
\mode<presentation>{\beamer@suppressreplacementstrue}
|
||||
|
||||
\setbeamerfont{title}{size=\large,series=\bfseries}
|
||||
@ -29,6 +38,10 @@
|
||||
|
||||
\setbeamerfont{author in head/foot}{size=\tiny}
|
||||
|
||||
% tudmathserif patch
|
||||
\ifTUD@tudmathserif%
|
||||
% don't change the math font
|
||||
\else
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%% declare math fonts as sans serife %%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -188,3 +201,7 @@
|
||||
\DeclareMathAlphabet{\mathsl}{OT1}{\sfdefault}{m}{sl}
|
||||
\SetMathAlphabet{\mathsl}{bold}{OT1}{\sfdefault}{\mathit@bold@series}{sl}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%% end of sans serife declaration %%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\fi
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
%
|
||||
% This program can be redistributed and/or modified under the terms
|
||||
% of the GNU Public License, version 2.
|
||||
\def\fileversion{1.1}
|
||||
\def\filedate{2009/07/14}
|
||||
\def\fileversion{1.11}
|
||||
\def\filedate{2014/09/20}
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamerthemeTUD}
|
||||
[\filedate\space\fileversion\space
|
||||
@ -28,6 +28,9 @@
|
||||
\PassOptionsToPackage{inverttitlerule}{beamercolorthemeTUD}}
|
||||
\DeclareOptionX<\@currname>{blackrule}{%
|
||||
\PassOptionsToPackage{blackrule}{beamercolorthemeTUD}}
|
||||
% tudmathserif patch
|
||||
\DeclareOptionX<\@currname>{tudmathserif}{%
|
||||
\PassOptionsToPackage{tudmathserif}{beamerfontthemeTUD}}
|
||||
\DeclareOptionX*{}
|
||||
\ProcessOptionsX<\@currname>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
% tud_report is the report-class as described in the TUD-Design-Manual
|
||||
% It is based on (makes heavy use of) the KOMA-Class scrreprt
|
||||
\def\fileversion{1.11}
|
||||
\def\filedate{2009/09/18}
|
||||
\def\fileversion{1.12}
|
||||
\def\filedate{2014/09/20}
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{tudreprt_title}
|
||||
[\filedate\space\fileversion\space
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user