You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen on TeX.SE csquotes will give an error message, when using the thresholdtype=word option.
\documentclass[a4paper,11pt, oneside, parskip=false]{scrbook}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% \usepackage[autostyle=true, german]{csquotes}%% This gives an error!\usepackage[autostyle=true, german, threshold=2, thresholdtype=words]{csquotes}
%% Same here!% \ExecuteQuoteOptions{thresholdtype=words}%% This works as expected!% \ExecuteQuoteOptions{thresholdtype=lines}\begin{document}
%% This works:\blockquote{
\begin{enumerate}
\item Wiederholte Einwirkungen
\item Impulse mit längerer Einwirkungsdauer, z.\,B.\ Fußauftritte
\item Impulse mit kürzerer Einwirkungsdauer.
\end{enumerate}
}
%% ... while this gives an error, but only, if the option thresholdtype=words is used!\blockquote{7.3.3 Wohnungsdecken
\begin{enumerate}
\item Wiederholte Einwirkungen
\item Impulse mit längerer Einwirkungsdauer, z.\,B.\ Fußauftritte
\item Impulse mit kürzerer Einwirkungsdauer.
\end{enumerate}
}
\end{document}
LaTeX throws an error about a missing \item.
I consider this a bug?
The text was updated successfully, but these errors were encountered:
As seen on TeX.SE csquotes will give an error message, when using the
thresholdtype=word
option.LaTeX throws an error about a missing
\item
.I consider this a bug?
The text was updated successfully, but these errors were encountered: