超过 6 个注释子示例 Linguex

超过 6 个注释子示例 Linguex

我使用linguex带注释的示例,子示例 (a)、(b)、(c )等,使用\ag. \bg...\cg\gg\hgLinguex

\documentclass{article}
\usepackage{gb4e} 
\usepackage{linguex}

\begin{document}

\ex.
\ag. Hallo daar.\\
hello there\\
\bg. Hallo daar.\\
hello there\\
\cg. Hallo daar.\\
hello there\\
\dg. Hallo daar.\\
hello there\\
\eg. Hallo daar.\\
hello there\\
\fg. Hallo daar.\\
hello there\\
\gg. Hallo daar.\\
hello there\\

\end{document}

答案1

标记linguex不是很语义化(这就是我更喜欢的原因),但实际上,只需根据需要重复该命令多次,gb4e您就可以获得最多 26 个字母的子示例:\bg.

\documentclass{article}
\usepackage{linguex}

\begin{document}

\ex.
\ag. Hallo daar.\\
hello there\\
\bg. Hallo daar.\\
hello there\\
\bg. Hallo daar.\\
hello there\\
\bg. Hallo daar.\\
hello there\\
\bg. Hallo daar.\\
hello there\\
\bg. Hallo daar.\\
hello there\\
\bg. Hallo daar.\\
hello there\\

\end{document}

代码输出

相关内容