summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hu-berlin-bundle
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-29 03:03:01 +0000
committerNorbert Preining <norbert@preining.info>2020-04-29 03:03:01 +0000
commit817ecb96eab4ed6494ddb6b8d0f17c2947a91196 (patch)
treee224845d8908ce3e353eee67b768525a2f65097a /macros/latex/contrib/hu-berlin-bundle
parent7f8fffa1c8b5b30f8e2a9fd4b76778147dbb9128 (diff)
CTAN sync 202004290303
Diffstat (limited to 'macros/latex/contrib/hu-berlin-bundle')
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/README.md5
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.dtx64
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.pdfbin570495 -> 307158 bytes
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.jpgbin142066 -> 0 bytes
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.pdfbin0 -> 37045 bytes
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/img/texografie-logo.pdfbin0 -> 14903 bytes
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/img/texografie.pngbin85677 -> 0 bytes
-rw-r--r--macros/latex/contrib/hu-berlin-bundle/makefile4
8 files changed, 42 insertions, 31 deletions
diff --git a/macros/latex/contrib/hu-berlin-bundle/README.md b/macros/latex/contrib/hu-berlin-bundle/README.md
index 92d36a4a58..b803882b22 100644
--- a/macros/latex/contrib/hu-berlin-bundle/README.md
+++ b/macros/latex/contrib/hu-berlin-bundle/README.md
@@ -67,6 +67,11 @@ 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.
diff --git a/macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.dtx b/macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.dtx
index 4b064957d1..497c7fedbf 100644
--- a/macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.dtx
+++ b/macros/latex/contrib/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/macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.pdf b/macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.pdf
index 8c86d29736..f801de6173 100644
--- a/macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.pdf
+++ b/macros/latex/contrib/hu-berlin-bundle/hu-berlin-bundle.pdf
Binary files differ
diff --git a/macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.jpg b/macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.jpg
deleted file mode 100644
index e669ea61ed..0000000000
--- a/macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.jpg
+++ /dev/null
Binary files differ
diff --git a/macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.pdf b/macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.pdf
new file mode 100644
index 0000000000..2549d79a0c
--- /dev/null
+++ b/macros/latex/contrib/hu-berlin-bundle/img/hu-berlin-logo.pdf
Binary files differ
diff --git a/macros/latex/contrib/hu-berlin-bundle/img/texografie-logo.pdf b/macros/latex/contrib/hu-berlin-bundle/img/texografie-logo.pdf
new file mode 100644
index 0000000000..5609d8aee5
--- /dev/null
+++ b/macros/latex/contrib/hu-berlin-bundle/img/texografie-logo.pdf
Binary files differ
diff --git a/macros/latex/contrib/hu-berlin-bundle/img/texografie.png b/macros/latex/contrib/hu-berlin-bundle/img/texografie.png
deleted file mode 100644
index d79462cc23..0000000000
--- a/macros/latex/contrib/hu-berlin-bundle/img/texografie.png
+++ /dev/null
Binary files differ
diff --git a/macros/latex/contrib/hu-berlin-bundle/makefile b/macros/latex/contrib/hu-berlin-bundle/makefile
index 19382036d3..85956df80d 100644
--- a/macros/latex/contrib/hu-berlin-bundle/makefile
+++ b/macros/latex/contrib/hu-berlin-bundle/makefile
@@ -34,7 +34,7 @@ md2pdf-letter: files
pandoc --pdf-engine=lualatex --template hu-berlin-letter-template.latex -o hu-berlin-letter-example-markdown.pdf hu-berlin-letter-example-markdown.md
letter: files
- latexmk -lualatex -interaction=nonstopmode hu-berlin-letter-example-lualatex.tex
+ latexmk -lualatex -gg -interaction=nonstopmode hu-berlin-letter-example-lualatex.tex
# How to get information from CTAN
CTAN: $(PROJECT).pkglist
@@ -89,7 +89,7 @@ ctan: $(PROJECT).dtx
@-mkdir archive
@rm -f archive/$(PROJECT)-$(DATE)*.zip
@mkdir $(TDIR)
- @cp $(PROJECT).{dtx,pdf,ins} README.md makefile $(TDIR)
+ @cp $(PROJECT).{dtx,pdf} README.md makefile $(TDIR)
-@rm -f img/.DS_Store
@cp -R img $(TDIR)
@cd $(TEMP); \