fmarotta / kaobook

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

Home Page:https://github.com/fmarotta/kaobook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong reference in the page layout section in kao.sty

luisberndt opened this issue · comments

I think here

kaobook/kao.sty

Line 220 in 81bfb18

\newcommand{\fullwidthpage}{%
is the wrong reference to the "fullwidth" command. In the definition for "fullwidth" in line 179

kaobook/kao.sty

Line 179 in 81bfb18

\ifthenelse{\equal{fullwidth}{#1}}{\fullwidthlayout\widefloatsetup}{}%
it's called \fullwidthlayout but in line 220 it's called \fullwidthpage.