This blog entry seems to suggest that using scrbook and tex4ebook will not work together, as the author recommends switching between the two for compiling.
As ultimately the PDFs are for proofreading and the epub files are what is really important in the end, I think I will switch back to the book ...
Search found 6 matches
- Sun Aug 18, 2019 1:14 pm
- Forum: Text Formatting
- Topic: Custom subsection numbering
- Replies: 9
- Views: 15748
- Sat Aug 17, 2019 10:14 am
- Forum: Text Formatting
- Topic: Custom subsection numbering
- Replies: 9
- Views: 15748
Custom subsection numbering
latex.4ht redefines \pagestyle incompatible to scrlayer-scrpage However for an eBook usage of the package doesn't make much sense. So as a workaround you can omit option emulatestandarclasses . Another workaround would be to use:
\ifdefined\HCode
\AtBeginDocument{\def\pagestyle#1{\edef ...
\ifdefined\HCode
\AtBeginDocument{\def\pagestyle#1{\edef ...
- Sat Aug 17, 2019 8:52 am
- Forum: Text Formatting
- Topic: Custom subsection numbering
- Replies: 9
- Views: 15748
Custom subsection numbering
I've tried out scrbook, and it works great for pdflatex.
However, when I try to use it with my epub setup, I get the following error:
! Package scrlayer Error: package incompatibility detected.
[...]
? H
Another package redefines \pagestyle incompatible with scrlayer.
This disables setting of ...
However, when I try to use it with my epub setup, I get the following error:
! Package scrlayer Error: package incompatibility detected.
[...]
? H
Another package redefines \pagestyle incompatible with scrlayer.
This disables setting of ...
- Wed Aug 14, 2019 9:18 am
- Forum: Text Formatting
- Topic: Custom subsection numbering
- Replies: 9
- Views: 15748
Custom subsection numbering
\counterwithout{subsection}{chapter}
does nothing, because the subsection counter is bound to the section counter, not the chapter counter.
You could try
\counterwithout{subsection}{section}
instead.
BTW, the functionality of the chngcntr package has been merged into the LaTeX kernel, so if you ...
does nothing, because the subsection counter is bound to the section counter, not the chapter counter.
You could try
\counterwithout{subsection}{section}
instead.
BTW, the functionality of the chngcntr package has been merged into the LaTeX kernel, so if you ...
- Tue Aug 13, 2019 10:00 am
- Forum: Text Formatting
- Topic: Custom subsection numbering
- Replies: 9
- Views: 15748
Custom subsection numbering
I am currently writing a collection of German folklore tales. And in many of the original collection of tales the tales are numbered independently of the chapters and sections. For example:
1. The Rogue's Gallery
1.1 The Devil
Story 1: The Devil gets tricked by mortals
Story 2: The Devil ...
1. The Rogue's Gallery
1.1 The Devil
Story 1: The Devil gets tricked by mortals
Story 2: The Devil ...
- Tue Aug 13, 2019 9:42 am
- Forum: New Members
- Topic: Using LaTeX for folklore and RPG projects
- Replies: 0
- Views: 2963
Using LaTeX for folklore and RPG projects
Hello, everyone!
During my scientific career I've used LaTeX for my papers and my PhD thesis. That was some time ago, but these days I am getting back to writing for my own hobby project. My primary one is about translating German folklore stories into English, and I am using LaTeX to compile the ...
During my scientific career I've used LaTeX for my papers and my PhD thesis. That was some time ago, but these days I am getting back to writing for my own hobby project. My primary one is about translating German folklore stories into English, and I am using LaTeX to compile the ...