diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-20 22:22:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-20 22:22:12 +0000 |
commit | 3529377472c47bf61826b148a418bb51af0365d1 (patch) | |
tree | 2b1fee9fb430a027fdf4456c9448958b110b6918 /Master/texmf-dist/tex/latex/hu-berlin-bundle | |
parent | f27cb1d537a34677b1291d5365c80cde1416417c (diff) |
hu-berlin-bundle (20dec19)
git-svn-id: svn://tug.org/texlive/trunk@53196 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hu-berlin-bundle')
3 files changed, 66 insertions, 32 deletions
diff --git a/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-base.sty b/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-base.sty new file mode 100644 index 00000000000..fae5a7caa8b --- /dev/null +++ b/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-base.sty @@ -0,0 +1,47 @@ +%% +%% This is file `hu-berlin-base.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% hu-berlin-bundle.dtx (with options: `sty,base') +%% ---------------------------------------------------------------- +%% hu-berlin-bundle +%% Author: Lukas C. Bossert +%% E-mail: lukas@texografie.de +%% License: Released under the LaTeX Project Public License v1.3c or later +%% See: http://www.latex-project.org/lppl.txt +%% Various parts my have a different licence, +%% please consider and respect them carefully. +%% ---------------------------------------------------------------- +%% +\def\Version{2019/12/19 v1.0.4} +\NeedsTeXFormat{LaTeX2e}[2005/12/01] +\ProvidesPackage{hu-berlin-base} + [\Version\space hu-berlin - package for basic features] + \PackageInfo{hu-berlin}{* * * hu-berlin * * *\MessageBreak + Part of the hu-berlin Bundle} +\RequirePackage{ifluatex,luatex85} +\ifx\directlua\relax + \let\directlua\UnDeFiNeD +\fi +\ifluatex +\else +\GenericError{hu-berlin}% + {Please use `LuaLaTeX' as Compiler.^^J I abort here.} +\fi +\RequirePackage[english,ngerman]{babel} +\RequirePackage{graphicx} +\RequirePackage{fontspec} +\setmainfont{TeX Gyre Heros} +\RequirePackage{marvosym} +\RequirePackage{xcolor} +\definecolor{hu-berlin-blue}{RGB}{0,65,137} +\definecolor{hu-berlin-green}{RGB}{150,190,20} +\definecolor{hu-berlin-grey}{RGB}{169,169,169} +\definecolor{hu-berlin-brown}{RGB}{82,79,60} +\definecolor{hu-berlin-red}{RGB}{180,0,0} +%% +%% Copyright (C) 2019-2020 +%% +%% End of file `hu-berlin-base.sty'. diff --git a/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-bundle-style.sty b/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-bundle-style.sty index e6a071d41a0..63519a6ed6d 100644 --- a/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-bundle-style.sty +++ b/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-bundle-style.sty @@ -15,7 +15,7 @@ %% please consider and respect them carefully. %% ---------------------------------------------------------------- %% -\def\Version{2019/06/26 v1.0.3} +\def\Version{2019/12/19 v1.0.4} \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{hu-berlin-bundle-style} [\Version\space hu-berlin - package for style the documentation] @@ -80,20 +80,17 @@ captions = tableheading, \defaultfontfeatures{% Ligatures = TeX - ,Scale = MatchLowercase - ,Numbers = OldStyle } \setmainfont[% Ligatures = TeX ,Numbers = OldStyle]{TeX Gyre Pagella} -\setmonofont[Scale=1]{TeX Gyre Cursor} +\setmonofont[% + Scale=1 +]{TeX Gyre Cursor} \setsansfont[% - ,LetterSpace = .8]{TeX Gyre Adventor-Regular} + ,LetterSpace = .8 +]{TeX Gyre Adventor-Regular} \linespread{1.05} -\newfontfamily\listingsfont[ - Scale = MatchLowercase, -]{TeX Gyre Cursor} -\renewcommand\MacroFont{\listingsfont} \RequirePackage{marginnote} \renewcommand*{\marginfont}{% @@ -136,7 +133,11 @@ captions = tableheading, \RequirePackage{graphicx} \graphicspath{{img/}} \RequirePackage{etoolbox} -\AfterEndPreamble{\maketitle} +\AfterEndPreamble{% + \maketitle + \renewcommand\MacroFont{\ttfamily} + \renewcommand\AltMacroFont{\ttfamily\linespread{.8}}% slanted verbatim +} \makeatletter \renewcommand*{\maketitle}{% @@ -276,7 +277,6 @@ captions = tableheading, pdfcopyright = {Copyright (c) \the\year . All rights reserved.}, pdfhighlight = /N, pdfdisplaydoctitle = true, - pdfdate = {\today}, pdflang = {},%de en pdfcaptionwriter = {Lukas C. Bossert}, pdfkeywords = {hu-berlin}, @@ -367,7 +367,7 @@ captions = tableheading, \makeatother \lstset{% - basicstyle = \linespread{0.7}\listingsfont + basicstyle = \linespread{0.7}\ttfamily ,breaklines = true ,breakatwhitespace ,alsoletter=\\\{\}\*\[\]\- @@ -598,6 +598,6 @@ codecomment/.style={% link = {\href{#3}{#1}}% }} %% -%% Copyright (C) 2019 +%% Copyright (C) 2019-2020 %% %% End of file `hu-berlin-bundle-style.sty'. diff --git a/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-letter.cls b/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-letter.cls index c06442ca76d..ea0ad73f80c 100644 --- a/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-letter.cls +++ b/Master/texmf-dist/tex/latex/hu-berlin-bundle/hu-berlin-letter.cls @@ -15,7 +15,7 @@ %% please consider and respect them carefully. %% ---------------------------------------------------------------- %% -\def\Version{2019/06/26 v1.0.3} +\def\Version{2019/12/19 v1.0.4} \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{hu-berlin-letter} [\Version\ Humboldt-Universit"at zu Berlin - letter documentclass] @@ -26,20 +26,7 @@ version=last, % visualize ]{scrlttr2} -\RequirePackage{ifluatex,luatex85} -\ifx\directlua\relax - \let\directlua\UnDeFiNeD -\fi -\ifluatex -\else -\GenericError{hu-berlin}% - {Please use `LuaLaTeX' as Compiler.^^J I abort here.} -\fi -\RequirePackage[english,ngerman]{babel} -\RequirePackage{graphicx} -\RequirePackage{fontspec} -\setmainfont{TeX Gyre Heros} -\RequirePackage{marvosym} +\RequirePackage{hu-berlin-base} \RequirePackage{scrlayer-scrpage} \clearpairofpagestyles \DeclareNewLayer[ @@ -219,7 +206,7 @@ \setplength{locwidth}{45mm} \setplength{locheight}{232mm} \setkomavar{firsthead}{% - \includegraphics[width=145mm]{hu-berlin-logo.jpg}% + \includegraphics[width=145mm]{hu-berlin-logo}% } \setkomavar{backaddressseparator}{~\textbar~} \setkomavar{fromphone}{0000} @@ -228,8 +215,8 @@ \setkomavar*{fromfax}{Telefax +49 [30] 2093–} \setkomavar*{fromaddress}{Postanschrift:} \setkomavar{fromaddress}{% - Humboldt-Universität zu Berlin\\ - Unter den Linden 6\\ + Humboldt-Universität zu Berlin\par + Unter den Linden 6\par D-10099 Berlin} \setkomavar*{date}{Datum:} \setkomavar*{fromname}{Bearbeiter:} @@ -237,6 +224,6 @@ \setkomavar*{enclseparator}{Anlage} \setkomavar*{ccseparator}{Kopie an} %% -%% Copyright (C) 2019 +%% Copyright (C) 2019-2020 %% %% End of file `hu-berlin-letter.cls'. |