summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-31 21:35:59 +0000
committerKarl Berry <karl@freefriends.org>2021-01-31 21:35:59 +0000
commit62bef9415da4c09282aed4aed8fe480181aa2668 (patch)
tree736f3e42e6fbf2c03b128d3e3b2adc6b55b73cb6 /Master/texmf-dist/source
parent8eb2f29b3002e7813205145304a311d3354cbb74 (diff)
hu-berlin-bundle (31jan21)
git-svn-id: svn://tug.org/texlive/trunk@57580 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/lualatex/hu-berlin-bundle/hu-berlin-bundle.dtx19
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/lualatex/hu-berlin-bundle/hu-berlin-bundle.dtx b/Master/texmf-dist/source/lualatex/hu-berlin-bundle/hu-berlin-bundle.dtx
index 738f1cee2d2..43bf8115a4a 100644
--- a/Master/texmf-dist/source/lualatex/hu-berlin-bundle/hu-berlin-bundle.dtx
+++ b/Master/texmf-dist/source/lualatex/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}