From 558f86b1cc83133ff5ef94e50961c8c21ef73479 Mon Sep 17 00:00:00 2001 From: Ced Date: Sat, 11 Jan 2025 12:35:50 +0000 Subject: [PATCH] Workaround for Tex4ht and file called book https://github.com/hendricius/the-sourdough-framework/pull/148/commits/45e9d739f5adc5d2043a3bc62cbcfb172a38f43f --- book/book_sans_serif.tex | 4 +++- book/sourdough_book.tex | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 book/sourdough_book.tex diff --git a/book/book_sans_serif.tex b/book/book_sans_serif.tex index 4174a9f7..289f15ea 100644 --- a/book/book_sans_serif.tex +++ b/book/book_sans_serif.tex @@ -1,2 +1,4 @@ \def\isaccessible{1} -\input{book.tex} +% We have to use a symlink to book.tex to prevent tex4ebook to load book.ht4 +% before loading any other package and create conflicts +\input{sourdough_book.tex} diff --git a/book/sourdough_book.tex b/book/sourdough_book.tex new file mode 120000 index 00000000..c0a4f0d6 --- /dev/null +++ b/book/sourdough_book.tex @@ -0,0 +1 @@ +book.tex \ No newline at end of file