summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-15 21:15:23 +0000
committerKarl Berry <karl@freefriends.org>2023-05-15 21:15:23 +0000
commitb0df24aa2ff17c7779ed68486c443c60456b9661 (patch)
treea656a90a25b2b0afd66f65fa6e98a87ca92d98e8 /Master/texmf-dist/source
parent820d47ca306f73d187f380b879a0fe21d3bc3292 (diff)
hu-berlin-bundle (15may23)
git-svn-id: svn://tug.org/texlive/trunk@67128 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.dtx24
1 files changed, 14 insertions, 10 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 43bf8115a4a..530a16f80c7 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/31 v1.1.1}
+\def\Version{2023/05/14 v1.1.2}
%</internal|cls|sty>
%<*internal>
\iffalse
@@ -177,7 +177,7 @@ please consider and respect them carefully.
\endpreamble
\postamble
-Copyright (C) 2019-2020
+Copyright (C) 2019-2023
\endpostamble
\usedir{tex/latex/\jobname}
@@ -304,6 +304,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.1.2 (2023/05/14)
+* (general) fix of deprecated command
+ make `make doc` runable again
+
+
### v1.1.1 (2021/01/31)
* (letter) fix for language switch when using markdown-pandoc-conversion workflow
@@ -1621,7 +1626,7 @@ $for(include-after)$$include-after$$endfor$
]{scrlayer-scrpage}
\pagestyle{scrheadings}
-\clearscrheadfoot
+\clearpairofpagestyles
\rofoot*{\thepage}
\lofoot*{\textcolor{hu-berlin-blue}{\huberlintitle}\ \vrule\ \textcolor{hu-berlin-brown}{\huberlinsubtitle}}
\rohead*{hu-berlin-bundle}
@@ -1740,14 +1745,14 @@ $for(include-after)$$include-after$$endfor$
final
}
\RequirePackage{bookmark}
-
+\AtBeginDocument{%
\RequirePackage[
sort,
nameinlink,
compress,
ngerman,english
]{cleveref}
-
+}
%---- newcommands
\newcommand{\TeXografie}{Lukas C. Bossert
@@ -1795,8 +1800,6 @@ $for(include-after)$$include-after$$endfor$
]{chapter}
-
-
\newtcolorbox{example}[1][]{
breakable,
top=5pt,
@@ -1924,6 +1927,7 @@ codecomment/.style={%
#1
}
+\AtBeginDocument{%
\newtcblisting[%
auto counter,
crefname = {example}{examples},
@@ -1942,7 +1946,7 @@ codecomment/.style={%
use counter from=codetext,
crefname={code example}{code examples},
Crefname={Code example}{Code examples}%
-]{code}[2][]{%
+]{huberlincode}[2][]{%
hu-berlinstyle,
rounded corners=southeast,
arc=6mm,
@@ -1964,7 +1968,7 @@ codecomment/.style={%
listing style=hu-berlinlistingstyle,
#1,
}
-
+}
% \end{macrocode}
% \begin{macrocode}
\makeatletter
@@ -2094,4 +2098,4 @@ codecomment/.style={%
% \end{macrocode}
% \begin{macrocode}
%</sty>
-% \end{macrocode} \ No newline at end of file
+% \end{macrocode}