From 8f6072a73faec9993fd2d2157200c95c954a0bc8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 29 Oct 2020 20:48:22 +0000 Subject: hu-berlin-bundle (29oct20) git-svn-id: svn://tug.org/texlive/trunk@56802 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/hu-berlin-bundle/README.md | 4 ++++ .../latex/hu-berlin-bundle/hu-berlin-bundle.pdf | Bin 367917 -> 368306 bytes .../latex/hu-berlin-bundle/hu-berlin-bundle.dtx | 14 ++++++++++++-- .../tex/latex/hu-berlin-bundle/hu-berlin-base.sty | 2 +- .../hu-berlin-bundle/hu-berlin-bundle-style.sty | 2 +- .../latex/hu-berlin-bundle/hu-berlin-letter.cls | 5 +++-- 6 files changed, 21 insertions(+), 6 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/hu-berlin-bundle/README.md b/Master/texmf-dist/doc/latex/hu-berlin-bundle/README.md index 31ca809bcbe..e831b0693ca 100644 --- a/Master/texmf-dist/doc/latex/hu-berlin-bundle/README.md +++ b/Master/texmf-dist/doc/latex/hu-berlin-bundle/README.md @@ -67,6 +67,10 @@ All notable changes to this project will be documented in the [README.md](https: This project **does not** adhere to [Semantic Versioning](http://semver.org/). The markdown syntax is inspired by the conventions proposed by [keepachangelog.com](http://keepachangelog.com/). +### v1.0.7 (2020/10/29) +* (letter) fixed missing `\removereffields` +* (letter) added missing suffix for hu-logo (`.pdf`) + ### v1.0.6 (2020-10-22) * (letter) changed address separator * (letter) fixed empty minipage when no metadata given diff --git a/Master/texmf-dist/doc/latex/hu-berlin-bundle/hu-berlin-bundle.pdf b/Master/texmf-dist/doc/latex/hu-berlin-bundle/hu-berlin-bundle.pdf index d66602637eb..2eee4c088aa 100644 Binary files a/Master/texmf-dist/doc/latex/hu-berlin-bundle/hu-berlin-bundle.pdf and b/Master/texmf-dist/doc/latex/hu-berlin-bundle/hu-berlin-bundle.pdf differ diff --git a/Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.dtx b/Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.dtx index efce1463da0..39641f1903a 100644 --- a/Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.dtx +++ b/Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.dtx @@ -1,6 +1,6 @@ % \iffalse %<*internal|cls|sty> -\def\Version{2020/10/22 v1.0.6} +\def\Version{2020/10/29 v1.0.7} % %<*internal> \iffalse @@ -304,6 +304,12 @@ All notable changes to this project will be documented in the [README.md](https: This project **does not** adhere to [Semantic Versioning](http://semver.org/). The markdown syntax is inspired by the conventions proposed by [keepachangelog.com](http://keepachangelog.com/). +### v1.0.7 (2020/10/29) +* (letter) fixed missing `\removereffields` +* (letter) added missing suffix for hu-logo (`.pdf`) + + + ### v1.0.6 (2020-10-22) * (letter) changed address separator * (letter) fixed empty minipage when no metadata given @@ -1139,6 +1145,10 @@ Thank you very much for your letter. ,parskip =half- } % \end{macrocode} +% Getting rid of all other fields and their default position. +% \begin{macrocode} +\removereffields +% \end{macrocode} % Redefining length. % \begin{macrocode} \setplength{refvpos}{110mm} @@ -1160,7 +1170,7 @@ Thank you very much for your letter. % the corporate design guidlines.\fnurl{https://www.hu-berlin.de/de/hu-intern/design/basiselemente/leitfaden-corporate-design-hu.pdf} % \begin{macrocode} \setkomavar{firsthead}{% - \includegraphics[width=145mm]{hu-berlin-logo}% + \includegraphics[width=145mm]{hu-berlin-logo.pdf}% } % \end{macrocode} % 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 index 14fdb4a7949..0c34d8e27ab 100644 --- 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 @@ -15,7 +15,7 @@ %% please consider and respect them carefully. %% ---------------------------------------------------------------- %% -\def\Version{2020/10/22 v1.0.6} +\def\Version{2020/10/29 v1.0.7} \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{hu-berlin-base} [\Version\space hu-berlin - package for basic features] 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 a0c68983dd3..b8484c5f301 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{2020/10/22 v1.0.6} +\def\Version{2020/10/29 v1.0.7} \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{hu-berlin-bundle-style} [\Version\space hu-berlin - package for style the documentation] 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 377be9f6835..89484ebefed 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{2020/10/22 v1.0.6} +\def\Version{2020/10/29 v1.0.7} \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{hu-berlin-letter} [\Version\ Humboldt-Universit"at zu Berlin - letter documentclass] @@ -200,6 +200,7 @@ ,backaddress =plain ,parskip =half- } +\removereffields \setplength{refvpos}{110mm} \setplength{refaftervskip}{0pt} \setplength{toaddrhpos}{25mm} @@ -210,7 +211,7 @@ \setplength{locwidth}{45mm} \setplength{locheight}{232mm} \setkomavar{firsthead}{% - \includegraphics[width=145mm]{hu-berlin-logo}% + \includegraphics[width=145mm]{hu-berlin-logo.pdf}% } \setkomavar{backaddressseparator}{~\textbar~} \setkomavar{fromphone}{0000} -- cgit v1.2.3