From 62bef9415da4c09282aed4aed8fe480181aa2668 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 31 Jan 2021 21:35:59 +0000 Subject: hu-berlin-bundle (31jan21) git-svn-id: svn://tug.org/texlive/trunk@57580 c570f23f-e606-0410-a88d-b1316a301751 --- .../lualatex/hu-berlin-bundle/hu-berlin-bundle.dtx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/source') 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> \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} -- cgit v1.2.3