Skip to content

Commit a925800

Browse files
committed
Zeilenumbruch in pre-Tags ermöglichen (insbesondere fürs ebook)
1 parent 26bbbaf commit a925800

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git.chunked: git.chunked-prereq styles/toc.html
2626
epub: git.epub
2727

2828
git.epub: git.txt
29-
a2x -fepub --epubcheck $<
29+
a2x -fepub --stylesheet="docbook-xsl.css styles/ebook.css" --epubcheck $<
3030

3131
pdf: git.pdf
3232

styles/ebook.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body pre {
2+
white-space: pre-wrap;
3+
}

0 commit comments

Comments
 (0)