Skip to content
Snippets Groups Projects
Commit f4802936 authored by rohieb's avatar rohieb
Browse files

workarounds for s0minutes, yanonekaffeesatz packages

parent d06e1fd0
No related branches found
No related tags found
1 merge request!2WIP: Rohieb/wip/mv2020 01
......@@ -69,12 +69,13 @@
\renewcommand{\cfttoctitlefont}{\usekomafont{section}}
\RequirePackage{yanonekaffeesatzzerohack}
\setkomafont{title}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{b}{n}}
\setkomafont{subtitle}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\Large}
\setkomafont{subtitle}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{n}{n}\Large}
\xpatchcmd{\maketitle}{\huge}{\Huge}{}{}
\xpatchcmd{\@maketitle}{\huge}{\Huge}{}{}
\setkomafont{section}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{b}{n}\huge}
\setkomafont{subsection}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\LARGE}
\setkomafont{subsubsection}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\Large}
\setkomafont{paragraph}{\usefont{LY1}{YanoneKaffeesatzZeroHack}{l}{n}\normalsize}
\renewcommand*{\encodingdefault}{T1}
\RequirePackage[default]{droidsans}
\@ifpackagelater{droidsans}{2019/06/20}{
......
%%
%% This is file `yanonekaffeesatzzerohack.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% yanonekaffeesatzzerohack.dtx (with options: `package')
%%
%% This is a generated file.
%%
%% Copyright (C) 2014 by comawill
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.2 of this license or (at your option) any later
%% version. The latest version of this license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% and version 1.2 or later is part of all distributions of
%% LaTeX version 1999/12/01 or later.
%%
\ProvidesPackage{yanonekaffeesatzzerohack} [2014/06/11 v0.1 YanoneKaffeesatzZeroHack support for LaTeX]
\RequirePackage{mathpazo}
\PassOptionsToPackage{LY1}{fontenc}
\RequirePackage{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{ifthen}
\newboolean{beamer}\setboolean{beamer}{false}%
\DeclareOption{beamer}{%
\setboolean{beamer}{true}%
}%
\ProcessOptions*\relax
\ProvideTextCommand{\glq}{LY1}{\symbol{0130}}
\ProvideTextCommand{\grq}{LY1}{\symbol{0096}}
\ProvideTextCommand{\glqq}{LY1}{\symbol{0132}}
\ProvideTextCommand{\grqq}{LY1}{\symbol{0147}}
\ProvideTextCommand{\flq}{LY1}{\symbol{0139}}
\ProvideTextCommand{\frq}{LY1}{\symbol{0155}}
\ProvideTextCommand{\flqq}{LY1}{\symbol{0171}}
\ProvideTextCommand{\frqq}{LY1}{\symbol{0187}}
\DeclareTextCommand{\textasteriskcentered}{LY1}{$*$}
\ifdefined\DeclareUnicodeCharacter
\DeclareUnicodeCharacter{00B5}{\symbol{181}}
\DeclareUnicodeCharacter{20AC}{\symbol{1}}
\DeclareUnicodeCharacter{00B9}{\symbol{185}}
\DeclareUnicodeCharacter{00B2}{\symbol{178}}
\DeclareUnicodeCharacter{00B3}{\symbol{179}}
\DeclareUnicodeCharacter{00B1}{\symbol{177}}
\DeclareUnicodeCharacter{2192}{$\rightarrow$}
\DeclareUnicodeCharacter{2190}{$\leftarrow$}
\fi
\renewcommand*{\encodingdefault}{LY1}
\ifthenelse{\boolean{beamer}}{%
\renewcommand*{\rmdefault}{YanoneKaffeesatzZeroHackBeamer}%
\renewcommand*{\sfdefault}{YanoneKaffeesatzZeroHackBeamer}%
}{%
\renewcommand*{\rmdefault}{YanoneKaffeesatzZeroHack}%
\renewcommand*{\sfdefault}{YanoneKaffeesatzZeroHack}%
}%
\renewcommand*{\ttdefault}{lmvtt}
\ifthenelse{\boolean{beamer}}{%
\SetMathAlphabet{\mathsf}{normal}{LY1}{YanoneKaffeesatzZeroHackBeamer}{m}{n}%
}{%
\SetMathAlphabet{\mathsf}{normal}{LY1}{YanoneKaffeesatzZeroHack}{m}{n}
}
\SetMathAlphabet{\mathtt}{normal}{LY1}{lmtt}{m}{n}
\endinput
%%
%% End of file `yanonekaffeesatzzerohack.sty'.
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