[latex3-commits] [git/LaTeX3-latex3-latex3] main: ci: fix dependencies for typesetting l3doc.dtx (ba0087115)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jan 28 08:47:35 CET 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/ba008711576a550342b43e46d7d22a33503f6cf1
>---------------------------------------------------------------
commit ba008711576a550342b43e46d7d22a33503f6cf1
Author: Markus Kurtz <kurtz at mathematik.uni-kl.de>
Date: Thu Jan 27 20:57:31 2022 +0100
ci: fix dependencies for typesetting l3doc.dtx
>---------------------------------------------------------------
ba008711576a550342b43e46d7d22a33503f6cf1
.github/tl_packages | 1 +
l3kernel/l3doc.dtx | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/tl_packages b/.github/tl_packages
index 74b418d54..bbfec7404 100644
--- a/.github/tl_packages
+++ b/.github/tl_packages
@@ -37,6 +37,7 @@ epstopdf
epstopdf-pkg
everysel
fancyvrb
+framed
hologo
hypdoc
hyperref
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index bd63683b3..d2941a11b 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -63,7 +63,7 @@ and all files in that bundle must be distributed together.
%<*driver>
\ProvidesFile{l3doc.dtx}[2022/01/12 L3 Experimental documentation class]
\documentclass{l3doc}
-\usepackage{framed,lipsum}
+\usepackage{framed}
\begin{document}
\DocInput{l3doc.dtx}
\end{document}
More information about the latex3-commits
mailing list.