I believe that something in my preamble does an unwished change on a \KOMAoption. In order to debug the latex code, I'd like to localize the problem by dumping the current value of this \KOMAoption.
My approach looks like the following LaTex code, whereas I need to know the real command for \currentValueOfKOMAoption.
\document{scrreprt}
% first block of latex code
\newcommand{\thatsTheValue}{\currentValueOfKOMAoption}
% second block of latex code
\begin{document}
\thatsTheValue
\end{document}
I've already found this question on Tex.SE:
How to use the current value of a KOMA option?
The answer is specialized towards the fontsize. Does a generic solution exist or does the solution depend on the \KOMAoption? The value I'd like to track down is the DIV-option.
\KOMAoptions{DIV=current}resets with the current value. – Manuel Aug 05 '15 at 08:19showframeand extreme values for DIV for easier visual help. Are you using packagegeometry? – Johannes_B Aug 05 '15 at 10:39