diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-26 20:53:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-26 20:53:06 +0000 |
commit | 5a828e3f77f32820a24b0d207e8e7e6ef8e2d188 (patch) | |
tree | cfc28f7ec5f0f621aab01fa264179f09e4ffc02e /Master/texmf-dist/source/latex/hu-berlin-bundle | |
parent | 5c44cd068570527fdb7313ecd334f13a957a8f3a (diff) |
hu-berlin-bundle (26jun19)
git-svn-id: svn://tug.org/texlive/trunk@51477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hu-berlin-bundle')
-rw-r--r-- | Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.dtx | 20 |
1 files changed, 16 insertions, 4 deletions
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 9117277ea61..e8b30e087ec 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{2019/06/21 v1.0.2} +\def\Version{2019/06/26 v1.0.3} %</internal|cls|sty> %<*internal> \iffalse @@ -50,6 +50,7 @@ and on the website <https://www.hu-berlin.de/de/hu-intern/design>. This bundle provides following files: * `hu-berlin-bundle.dtx` which is the core file designed with literate programming + * `hu-berlin-bundle.ins` which is the installation file for all necessary files generated automatically * `hu-berlin-bundle.pdf` is documentation of the bundle. * `README.md` * `makefile` @@ -296,6 +297,9 @@ 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.3 (2019-06-26) + * Changed the main font for compatibility with UNIX-systems (TeX Gyre Heros instead of Verdana). + ### v1.0.2 (2019-06-22) Renaming files for CTAN compatability. @@ -763,9 +767,17 @@ Thank you very much for your letter. % \begin{macrocode} \RequirePackage{fontspec} % \end{macrocode} -% Verdana font as main font. +% Actually the corporate design says +% that the font Verdana should be used. +% But since this font is not included in +% UNIX-systems we use a derivative. +% \begin{macrocode} +\setmainfont{TeX Gyre Heros} +% \end{macrocode} +% If you have Verdana on your system +% you can uncomment the following line. % \begin{macrocode} -\setmainfont{Verdana} +% \setmainfont{Verdana} % \end{macrocode} % For the wheelchair symbol we load \pkg{marvosym} % \begin{macrocode} @@ -1407,7 +1419,7 @@ $for(include-after)$$include-after$$endfor$ \global\@topnum=\z@ \setparsizes{\z@}{\z@}{\z@\@plus 1fil}\par@updaterelative \null - {\large\@author\hfill Guideline and Documentation\par} + {\large\@author\hfill \href{mailto:lukas@texografie.de}{lukas@texografie.de}\par} \vskip 10em% {\begin{center}\color{hu-berlin-blue} {\fontsize{50}{55}\selectfont\huberlinshort{} \par\vskip .5em% |