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

Fairly common event I run into: I position a marginfigure somewhere near the bottom of the page, using just the regular floating or using a negative offset (e.g. *-10). Later,...

enhancement
help wanted

The fixes in #25 are great! How about `\marginfigure` and `\margintable`? Are those not defined as floats? For example, my `\sidenote`s and `\marginnote`s are appearing on top of `\marginfigure`s and...

enhancement
help wanted

I use kaobook to write my thesis. It includes a lot of tikz/pgfplots pictures, for nice schemes and plots. I also use the tikzscale package, to modify the figures dimensions...

enhancement
help wanted

I try to get a part name a chapter, section, subsection resides in. So far I only managed to find `\p@chapter` that adds prefix to the counter. That works, but...

enhancement
question

closes #216 As requested, I changed the previous PR to add a new command sideciteonce and kept the current behaviour of sidecite that duplicates citation. I don't get the need...

The mdframed package has the issues that [the `skipbelow` parameter does not work](https://github.com/marcodaniel/mdframed/issues/12) ([patch](https://tex.stackexchange.com/questions/292083/mdframed-and-skipbelow/292090#292090)) and that it has not been updated for 10 years now. Here I propose to replace...

### Description ### Minimal Working Example ```latex \documentclass{kaobook} \usepackage[english]{babel} \usepackage{blindtext} \usepackage{kaobiblio} \usepackage{kaotheorems} \usepackage{kaorefs} \usepackage{empheq} \begin{document} \title{Bug Report} \author{Author} \date{\today} \frontmatter \maketitle \mainmatter \setchapterstyle{kao} \chapter{First Chapter} \blindtext \end{document} ``` **Expected behavior:**...

As the title suggests: When I try to use the package siunitx, which is a package to display the SI units of physics (in my case I'd like to display...

The copyright page disappears when I set ``` twoside=false ``` or ``` oneside=true ``` Copyright page section is not commented out. If I undo the setting, the copyright page appears...

### Description When adding two sidenotes too close to each other, kaobook manages to place them so that they avoid each other. However, if they are placed inside a definition,...