我正在使用dgruyter
样式包和covington
创建语言示例包编写一本书。不幸的是,这些示例不符合样式中定义的边距和字体大小。有人知道如何排除故障吗?
示例代码:
\documentclass[openany,nenglish]{book}
\usepackage[medium,print]{dgruyter}
\usepackage{lipsum}
\usepackage{covington}
\begin{document}
\chapter{First chapter}
\section{First section}
\lipsum[2]
\trigloss [ex,fsi={\normalfont\itshape}]{Bäne ekada eran?}
{bəne eka=da era-n}
{2.sg.poss language=nom cop.where-prs.sgS}
{What (where) is your language?}
\lipsum[2]
\end{document}
答案1
从 covington 2.1 开始:
\setexampleoptions{leftmargin={8pt}}
对于旧版本(并且仍然受支持):
\setlength\exampleind{8pt}
(也记录在covington
)