我正在寻找一种编写博士论文文档的良好做法,以便在结果章节中插入来自采访的块引用。目前,我的解决方案只是插入一个quotation
环境,并使用以下 MWE 将字体缩小:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{csquotes}
\begin{document}
\begin{quotation}
\small this is the quote
\end{quotation}
\end{document}
就我而言,为了引用我做过的采访文字,有没有什么好的引用格式?(字体大小、间距等...)