summaryrefslogtreecommitdiff
path: root/macros/luatex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-01 03:00:47 +0000
committerNorbert Preining <norbert@preining.info>2021-02-01 03:00:47 +0000
commit87c74b3292e1c3efc4427ae0536a1d30a0dc8e4b (patch)
tree219447f0cb875a4889a8cac2bea6deb012b7ca7b /macros/luatex
parent8eab566745f1c61319c17e6a1aeea0f18bcfc34c (diff)
CTAN sync 202102010300
Diffstat (limited to 'macros/luatex')
-rw-r--r--macros/luatex/latex/hu-berlin-bundle/README.md6
-rw-r--r--macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.dtx19
-rw-r--r--macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.pdfbin305252 -> 307011 bytes
-rw-r--r--macros/luatex/latex/hu-berlin-bundle/makefile2
4 files changed, 24 insertions, 3 deletions
diff --git a/macros/luatex/latex/hu-berlin-bundle/README.md b/macros/luatex/latex/hu-berlin-bundle/README.md
index 40b582c70b..008b3c632f 100644
--- a/macros/luatex/latex/hu-berlin-bundle/README.md
+++ b/macros/luatex/latex/hu-berlin-bundle/README.md
@@ -67,6 +67,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.1.1 (2021/01/31)
+* (letter) fix for language switch when using markdown-pandoc-conversion workflow
+
+### v1.1.0 (2021/01/31)
+* (letter) language option now available also for the markdown-pandoc-conversion-workflow.
+
### v1.0.9 (2021/01/10)
* (letter) making everything multi-lingual (at least German and English); German is default language. You can load English e.g. by `documentclass[english]{hu-berlin-letter}` (addresses [issue No. 3](https://github.com/LukasCBossert/hu-berlin-bundle/issues/3))
diff --git a/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.dtx b/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.dtx
index 738f1cee2d..43bf8115a4 100644
--- a/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.dtx
+++ b/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.dtx
@@ -1,6 +1,6 @@
% \iffalse
%<*internal|cls|sty>
-\def\Version{2021/01/10 v1.0.9}
+\def\Version{2021/01/31 v1.1.1}
%</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.1.1 (2021/01/31)
+* (letter) fix for language switch when using markdown-pandoc-conversion workflow
+
+
+### v1.1.0 (2021/01/31)
+* (letter) language option now available also for the markdown-pandoc-conversion-workflow.
### v1.0.9 (2021/01/10)
* (letter) making everything multi-lingual (at least German and English); German is default language. You can load English e.g. by `documentclass[english]{hu-berlin-letter}` (addresses [issue No. 3](https://github.com/LukasCBossert/hu-berlin-bundle/issues/3))
@@ -720,6 +726,12 @@ sender: hu-berlin-letter-example
% \begin{macrocode}
subject: Short description
% \end{macrocode}
+% And if you want to have a different language, define it now.
+% You can choose between German (default)
+% and English.
+% \begin{macrocode}
+lang: english
+% \end{macrocode}
% The information for the addressee has to be written like this:
% \begin{macrocode}
addressee:
@@ -1306,8 +1318,11 @@ Thank you very much for your letter.
% \begin{macrocode}
%<*letter-md>
% \end{macrocode}
+% Defining the documentclass and the language, too.
% \begin{macrocode}
-\documentclass{hu-berlin-letter}
+\documentclass[
+$if(lang)$$lang$$else$german$endif$
+]{hu-berlin-letter}
% \end{macrocode}
% We predefine two variables.
% \begin{macrocode}
diff --git a/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.pdf b/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.pdf
index 3d08232e45..40de89af22 100644
--- a/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.pdf
+++ b/macros/luatex/latex/hu-berlin-bundle/hu-berlin-bundle.pdf
Binary files differ
diff --git a/macros/luatex/latex/hu-berlin-bundle/makefile b/macros/luatex/latex/hu-berlin-bundle/makefile
index 85956df80d..99438b405f 100644
--- a/macros/luatex/latex/hu-berlin-bundle/makefile
+++ b/macros/luatex/latex/hu-berlin-bundle/makefile
@@ -30,7 +30,7 @@ examples: files
$(MAKE) letter
$(MAKE) md2pdf-letter
-md2pdf-letter: files
+md2pdf-letter:
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