我使用linguex
带注释的示例,子示例 (a)、(b)、(c )等,使用\ag
. \bg
...\cg
\gg
\hg
Linguex
\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}