答案1
作为第一次尝试,我建议
\documentclass{article}
\usepackage{csquotes}
\renewcommand{\mkbegdispquote}[2]{%
\begin{minipage}[t]{0.1\textwidth}#2\end{minipage}%
\begin{minipage}[t]{0.7\textwidth}%
}
\renewcommand{\mkenddispquote}[2]{\end{minipage}}
\renewcommand{\mkcitation}[1]{#1}
\begin{document}
\begin{displayquote}[5.4711]
To give the essence of proposition means to give the essence of
all description, therefore the essence of the world.
\end{displayquote}
\end{document}
前两个\renewcommand
命令定义引文的外观。您可能需要调整它并确保它适合您的文档。请注意,此版本忽略了punct
对您来说可能很重要的参数(搜索文档以mkbegdispquote
获取更多信息)。
第三个renewcommand
删除了引用关键词周围的括号。