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.
https://github.com/fmarotta/kaobook
LaTeX Project Public License v1.3c
861 stars 185 forks source link

Package caption Warning: Unused \captionsetup[lstlisting] on input line 9. #127

Closed tbm closed 3 years ago

tbm commented 3 years ago

I get the following warning:

Package caption Warning: Unused \captionsetup[lstlisting] on input line 9.
See the caption package documentation for explanation.

Testcase:

\documentclass[
    a4paper,
    fontsize=10pt,
    twoside=false,
    numbers=noenddot,
]{kaobook}

\begin{document}

\end{document}

Tested with TeXLive 2020.20210202 and 2018.20190227.

fmarotta commented 3 years ago

@nikgul's pull request solved the problem.

tbm commented 3 years ago

Thanks @nikgul

nikgul commented 3 years ago

your welcome :-)