diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-29 21:27:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-29 21:27:54 +0000 |
commit | e1dbb2cbe7bf41890a5bd4b7e79421725e7b3938 (patch) | |
tree | 71be50198ef455bb059835e114dd314c422a98c9 /Master/texmf-dist/source | |
parent | 9dc098550a08a0a6535d68c59ce28ce13fad7593 (diff) |
hu-berlin-bundle (29apr20)
git-svn-id: svn://tug.org/texlive/trunk@54938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.dtx | 64 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.ins | 79 |
2 files changed, 35 insertions, 108 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 4b064957d1c..497c7fedbfd 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/12/19 v1.0.4} +\def\Version{2020/04/28 v1.0.5} %</internal|cls|sty> %<*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.5 (2020-04-28) +* (general) Changed logo format to `.pdf` +* (letter) Changed `\ifkomavarempty` to `\ifkomavarempty`, fixes + [github-issue nr. 1](https://github.com/LukasCBossert/hu-berlin-bundle/issues/1) + + ### v1.0.4 (2019-12-19) * Added `hu-berlin-base.sty` as a package which contains all relevant code for documents and documentclasses of the bundle. @@ -388,8 +394,8 @@ You can easily pick up the basic file structure from \cref{hu-berlin:bundle-stru .2 hu-berlin-letter-example-markdown.md \DTcomment{example markdown file }. .2 hu-berlin-letter-template.latex \DTcomment{template for conversion}. .2 \huberlinFolder img\DTcomment{folder for images}. -.3 texografie-logo.png\DTcomment{logo of maintainer}. -.3 hu-berlin-logo.jpg\DTcomment{logo of HU}. +.3 texografie-logo.pdf\DTcomment{logo of maintainer}. +.3 hu-berlin-logo.pdf\DTcomment{logo of HU}. .2 makefile\DTcomment{makefile to generate all required files}. .2 README.md\DTcomment{README file with information on installation}. } @@ -581,7 +587,7 @@ Philosophische Fakultät % \end{macrocode} % Now following the reference information % \begin{macrocode} -\setkomavar{myref}{} +\setkomavar{myref}{} % \end{macrocode} % \begin{macrocode} \setkomavar{yourref}{} @@ -963,13 +969,13 @@ Thank you very much for your letter. % \end{macrocode} % Now anything else regarding the institute. % \begin{macrocode} -\ifkomavarempty{institute.additional} +\Ifkomavarempty{institute.additional} {} {\usekomavar{institute.additional}\\[1\baselineskip]} % \end{macrocode} % What follows is the head of institute and its position name. % \begin{macrocode} -\ifkomavarempty{institute.head} +\Ifkomavarempty{institute.head} {} {{\usekomafont{institute.head}% \usekomavar{institute.head}}\\% @@ -988,39 +994,39 @@ Thank you very much for your letter. % \end{macrocode} % and the sender of the letter. % \begin{macrocode} -\ifkomavarempty{fromname} +\Ifkomavarempty{fromname} {} {\textbf{\usekomavar*{fromname}}\\ \usekomavar{fromname}\par} % \end{macrocode} % And the reference of correspondence. % \begin{macrocode} -\ifkomavarempty{myref} +\Ifkomavarempty{myref} {} {\textbf{\usekomavar*{myref}}\\ \usekomavar{myref}\par} % \end{macrocode} % To complete this template we provide the possibility to name further reference fields. % \begin{macrocode} -\ifkomavarempty{yourref} +\Ifkomavarempty{yourref} {} {\textbf{\usekomavar*{yourref}}\\ \usekomavar{yourref}\par} % \end{macrocode} % \begin{macrocode} -\ifkomavarempty{yourmail} +\Ifkomavarempty{yourmail} {} {\textbf{\usekomavar*{yourmail}}\\ \usekomavar{yourmail}\par} % \end{macrocode} % \begin{macrocode} -\ifkomavarempty{customer} +\Ifkomavarempty{customer} {} {\textbf{\usekomavar*{customer}}\\ \usekomavar{customer}\par} % \end{macrocode} % \begin{macrocode} -\ifkomavarempty{invoice} +\Ifkomavarempty{invoice} {} {\textbf{\usekomavar*{invoice}}\\ \usekomavar{invoice}\par} @@ -1028,45 +1034,45 @@ Thank you very much for your letter. % \begin{macrocode} \textbf{\usekomavar*{fromaddress}}\\ \usekomavar{fromaddress} - \ifkomavarempty{fromphone} + \Ifkomavarempty{fromphone} {\par} {\\\usekomavar*{fromphone}\usekomavar{fromphone} - \ifkomavarempty{fromfax} + \Ifkomavarempty{fromfax} {\par} {\\}} - \ifkomavarempty{fromfax} + \Ifkomavarempty{fromfax} {} {\usekomavar*{fromfax}\usekomavar{fromfax}\par} % \end{macrocode} % Next, emails and url: % \begin{macrocode} -\ifkomavarempty{institute.head.mail} +\Ifkomavarempty{institute.head.mail} {} {\usekomavar{institute.head.mail} - \ifkomavarempty{fromemail} - {\ifkomavarempty{fromurl} + \Ifkomavarempty{fromemail} + {\Ifkomavarempty{fromurl} {\par} {\\}} {\\}} % \end{macrocode} % % \begin{macrocode} -\ifkomavarempty{fromemail} +\Ifkomavarempty{fromemail} {} {\usekomavar{fromemail} - \ifkomavarempty{fromurl} + \Ifkomavarempty{fromurl} {\par} {\\}} % \end{macrocode} % % \begin{macrocode} -\ifkomavarempty{fromurl} +\Ifkomavarempty{fromurl} {} {\usekomavar{fromurl}\par} % \end{macrocode} % Now the actual location of the sender % \begin{macrocode} -\ifkomavarempty{local} +\Ifkomavarempty{local} {} {\textbf{\usekomavar*{local}}\\ \usekomavar{local}\par} @@ -1077,27 +1083,27 @@ Thank you very much for your letter. % \end{macrocode} % Inform your addressee about the connection possibilities. % \begin{macrocode} -\ifkomavarempty{connections} +\Ifkomavarempty{connections} {} {\textbf{\usekomavar*{connections}}\\ \usekomavar{connections}\par} % \end{macrocode} % \begin{macrocode} -\ifkomavarempty{officehours} +\Ifkomavarempty{officehours} {} {\textbf{\usekomavar*{officehours}}\\ \usekomavar{officehours}\par} % \end{macrocode} % If there is a barrier free entrance, tell it. % \begin{macrocode} -\ifkomavarempty{accessibility} +\Ifkomavarempty{accessibility} {} {\textbf{\usekomavar*{accessibility}}\\ \usekomavar{accessibility}\par} % \end{macrocode} % And last the bank connection % \begin{macrocode} -\ifkomavarempty{bank} +\Ifkomavarempty{bank} {} {\textbf{\usekomavar*{bank}}\\ \usekomavar{bank}\\ @@ -1274,7 +1280,7 @@ $endif$ \begin{document} \begin{letter}{% $for(addressee)$ -$addressee$$sep$\par +$addressee$$sep$\\ $endfor$ } $for(include-before)$ @@ -1478,7 +1484,7 @@ $for(include-after)$$include-after$$endfor$ of writing.} \null\vfill {\usekomafont{subtitle}{\@date \hfill - \includegraphics[width=4cm]{texografie}\\}}% + \includegraphics[width=4cm]{img/texografie-logo.pdf}\\}}% \par \vskip 0em \restoregeometry @@ -1644,7 +1650,7 @@ $for(include-after)$$include-after$$endfor$ %---- newcommands \newcommand{\TeXografie}{Lukas C. Bossert - (www.TeXografie.de)} + (www.texografie.de)} \newcommand\huberlin{\huberlintitle\xspace} diff --git a/Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.ins b/Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.ins deleted file mode 100644 index 21b553e68a5..00000000000 --- a/Master/texmf-dist/source/latex/hu-berlin-bundle/hu-berlin-bundle.ins +++ /dev/null @@ -1,79 +0,0 @@ -%% -%% This is file `hu-berlin-bundle.ins', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% hu-berlin-bundle.dtx (with options: `install') -%% ---------------------------------------------------------------- -%% 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. -%% ---------------------------------------------------------------- -%% -%% \CharacterTable -%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z -%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z -%% Digits \0\1\2\3\4\5\6\7\8\9 -%% Exclamation \! Double quote \" Hash (number) \# -%% Dollar \$ Percent \% Ampersand \& -%% Acute accent \' Left paren \( Right paren \) -%% Asterisk \* Plus \+ Comma \, -%% Minus \- Point \. Solidus \/ -%% Colon \: Semicolon \; Less than \< -%% Equals \= Greater than \> Question mark \? -%% Commercial at \@ Left bracket \[ Backslash \\ -%% Right bracket \] Circumflex \^ Underscore \_ -%% Grave accent \` Left brace \{ Vertical bar \| -%% Right brace \} Tilde \~} - -\input docstrip.tex -\keepsilent -\askforoverwritefalse - -\nopreamble\nopostamble - -\usedir{doc/latex/\jobname} -\generate{ - \file{README.md}{\from{\jobname.dtx}{readme,main}} - \file{hu-berlin-bundle-bibliography.bib}{\from{\jobname.dtx}{bib}} - \file{hu-berlin-letter-example-lualatex.tex}{\from{\jobname.dtx}{example,letter}} - \file{hu-berlin-letter-example-markdown.md}{\from{\jobname.dtx}{example,letter-md}} -} - -\preamble ----------------------------------------------------------------- -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. ----------------------------------------------------------------- - -\endpreamble -\postamble - -Copyright (C) 2019-2020 -\endpostamble - -\usedir{tex/latex/\jobname} -\generate{ - \file{hu-berlin-letter-example-lualatex.tex}{\from{\jobname.dtx}{example,letter}} - \file{hu-berlin-letter-example.lco}{\from{\jobname.dtx}{example,lco}} - \file{hu-berlin-letter.cls}{\from{\jobname.dtx}{cls,letter}} - % - \file{hu-berlin-base.sty}{\from{\jobname.dtx}{sty,base}} - \file{hu-berlin-bundle-style.sty}{\from{\jobname.dtx}{sty,style}} - \file{hu-berlin-letter-template.latex}{\from{\jobname.dtx}{template,letter-md}} -} -\endbatchfile -%% -%% Copyright (C) 2019-2020 -%% -%% End of file `hu-berlin-bundle.ins'. |