Skip to content

Commit 88f0cc7

Browse files
committed
use article class instead of ltxdoc
1 parent 1540d35 commit 88f0cc7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- 2026/01/29
44

55
- removed the `<script>` element from list of inline elements in the `fixinlines` DOM filter.
6+
- use `article` instead of `ltxdoc` class, because the latter results in infinite loop with some verbatims.
67

78
- 2025/10/01
89

make4ht-doc.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\documentclass{ltxdoc}
1+
% \documentclass{ltxdoc}
2+
\documentclass{article}
23

34

45
\usepackage[english]{babel}

0 commit comments

Comments
 (0)