kaobook icon indicating copy to clipboard operation
kaobook copied to clipboard

A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.

Results 61 kaobook issues
Sort by recently updated
recently updated
newest added

### Description `\nrefch{appendix}` with a wrong chapter name ### Minimal Working Example Just check the official example: ![image](https://user-images.githubusercontent.com/2335731/169653957-14859c47-c201-4879-9f08-2c44c7633e4b.png)

This PR introduces a new class option `listing=(listings|minted)` and fixes #236. Now, `kao.sty` requires either `listings.sty` or `minted.sty` depending on the users' choice. The `marginlisting` environment supports only the chosen...

### Description I experienced several issues related to listings, such as: - the wide listing (`listing*`) environment is not available (should eventually be fixed in #225), - the caption and...

Currently, hyphens are printed before and after each margin figure, table, or listing. Writing an expression to calculate length as the argument of \vspace requires \dimexpr.

Create a new `fontmethod` kvoption with today's defaulting rules that allows controlling this.

## Summary I am using this to make a PDF I don't intend to print, so it would be nice to render these fields after all. (Even if I was...

### Description Hi @fmarotta I'm encountering this issue with `sidecite` where long citations get misaligned (see below). Is this a bug or am I doing something wrong? Thanks! ### Minimal...

## Summary Allow more configurations using package options. ## Details Currently, when I want to make changes to kaobook (kaobiblio, kaorefs, kaotheorems, ...) I have to copy the corresponding file...

Before this change, by using `\sidecite` for an entry where `year` is unspecified, I get: > [1]: Author (), Title and with this change, I get: > [1]: Author (n.d.),...