Code based on the example of scrguien 3.12 (2013-12-19) page 122 gives bad result. Code:
\documentclass[captions=topbeside]{scrbook}
\usepackage[english]{babel}
\begin{document}
\begin{figure}
\begin{captionbeside}
{A figure description which is neither above nor below, but top beside the figure}
\rule{6cm}{8cm}
\end{captionbeside}
\end{figure}
\end{document}
And the pdflatex result:
Part of compilation output:
> pdflatex topbeside01.tex
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013)
restricted \write18 enabled.
entering extended mode
(./topbeside01.tex
LaTeX2e <2011/06/27>
Babel <3.9f> and hyphenation patterns for 78 languages loaded.
(/usr/local/texlive/2013/texmf-dist/tex/latex/koma-script/scrbook.cls
Document Class: scrbook 2013/12/19 v3.12 KOMA-Script document class (book)
Is this a bug or do I miss something?
Best Answer
It’s the documented behaviour, so you do not understand or misread the documentation. Read again (emphasis by me):
And therefore this works as probably wanted (derived from another example in documentation):