Questions tagged [kaobook]
39 questions
2
votes
1 answer
Why have certain characters disappeared?
Without having changed anything in my LaTeX installation, certain characters have disappeared. (I use pdflatex to compile file).
For example, the + is no longer displayed in math mode.
Here is an example :
\documentclass[
fontsize=10pt,
…
Xavier Pessoles
- 45
- 2
1
vote
0 answers
Full-width xltabular in kaobook
I'm trying to follow an example from the kaobook documentation (4.3):
The caption of a longtable is always positioned below the table, and
it has the same width as the text (it doesn’t extend into the margin).
However, sometimes you may need a…
mritz_p
- 210
0
votes
1 answer
Fix font size by using kaobook.cls
I'm not familiar with kaobook and its supporting files.
My code are follows:
\documentclass[
fontsize=10pt,
twoside=true,
open=any,
chapterentrydots=true,
numbers=noenddot…
MadyYuvi
- 13,693
0
votes
0 answers
Cannot compile kaobook properly using TexLive 2021
I downloaded kaobook template from https://github.com/fmarotta/kaobook, it used to compile properly with Texlive 2019 and 2020. However when I try to compile using TexLive 2021, sidenote, marginfigure and marginnote insert the text "pt0pt" or "em"…
Freeman
- 299
0
votes
0 answers
How to compile only one chapter in the kaobook class
I am starting to the use the kaobook class for a book project. I would like to be able to compile each chapter separately, do you know if this is possible? I could not find a quick solution in the documentation.
nodarkside
- 123