Текст в \dictum в выравнивании

Текст в \dictum в выравнивании

Я использую скрипт и помещаю такой эпиграф перед началом главы:

\setkomafont{dictumauthor}{\normalfont}
\renewcommand*\dictumwidth{0.5\linewidth}
\setchapterpreamble{%
\dictum[Lewis Carroll]{
Begin at the beginning, and go on till you come to the end: then stop.}}

Затем текст отображается в стиле flatleft "типографики" (= raggedright).

\renewcommand*{\raggeddictumtext}{\centering}

Я могу изменить типографику на centered (или подобную flushrigt). Есть ли способ сделать текст dictum выровненным (как обычный текст)? Я проконсультировался с руководством KOMA (раздел 3.17), но не нашел там ответа

решение1

Использовать

\renewcommand*\raggeddictumtext{}

получить

введите описание изображения здесь

Код:

\documentclass{scrreprt}
\setkomafont{dictumauthor}{\normalfont}
\renewcommand*\dictumwidth{0.5\linewidth}
\renewcommand*\raggeddictumtext{}
\begin{document}
\setchapterpreamble{%
\dictum[Lewis Carroll]{%
  Begin at the beginning, and go on till you come to the end: then stop.}}
\chapter{Chapter}
\end{document}

Связанный контент