Skip to content

Commit 491ed66

Browse files
committed
Delete redundant xlist{i,a,n,I,A} config
1 parent 982a9ab commit 491ed66

File tree

1 file changed

+10
-50
lines changed

1 file changed

+10
-50
lines changed

gb4e-emulate.sty

+10-50
Original file line numberDiff line numberDiff line change
@@ -59,65 +59,25 @@
5959
widest=9.}
6060
% emulate specific lists
6161
\newenvironment{xlisti}{%
62-
\begin{xlist}[topsep=1.5\p@ plus \p@,
63-
itemsep=1.5\p@ plus \p@,
64-
parsep=\p@ plus .5\p@ minus .5\p@,
65-
labelsep=*,
66-
label={\roman*.},
62+
\begin{xlist}[label={\roman*.},
6763
ref={\arabic{exei}\roman*},
68-
widest=iv.,
69-
labelsep=*,
70-
align=left,
71-
itemindent=0em,
72-
leftmargin=*]}{\end{xlist}}
64+
widest=iv.]}{\end{xlist}}
7365
\newenvironment{xlista}{%
74-
\begin{xlist}[topsep=1.5\p@ plus \p@,
75-
itemsep=1.5\p@ plus \p@,
76-
parsep=\p@ plus .5\p@ minus .5\p@,
77-
labelsep=*,
78-
label={\alph*.},
66+
\begin{xlist}[label={\alph*.},
7967
ref={\arabic{exei}\alph*},
80-
widest=a.,
81-
labelsep=*,
82-
align=left,
83-
itemindent=0em,
84-
leftmargin=*]}{\end{xlist}}
68+
widest=a.]}{\end{xlist}}
8569
\newenvironment{xlistn}{%
86-
\begin{xlist}[topsep=1.5\p@ plus \p@,
87-
itemsep=1.5\p@ plus \p@,
88-
parsep=\p@ plus .5\p@ minus .5\p@,
89-
labelsep=*,
90-
label={\arabic*.},
70+
\begin{xlist}[label={\arabic*.},
9171
ref={\arabic{exei}\arabic*},
92-
widest=9.,
93-
labelsep=*,
94-
align=left,
95-
itemindent=0em,
96-
leftmargin=*]}{\end{xlist}}
72+
widest=9.]}{\end{xlist}}
9773
\newenvironment{xlistI}{%
98-
\begin{xlist}[topsep=1.5\p@ plus \p@,
99-
itemsep=1.5\p@ plus \p@,
100-
parsep=\p@ plus .5\p@ minus .5\p@,
101-
labelsep=*,
102-
label={\Roman*.},
74+
\begin{xlist}[label={\Roman*.},
10375
ref={\arabic{exei}\Roman*},
104-
widest=IV.,
105-
labelsep=*,
106-
align=left,
107-
itemindent=0em,
108-
leftmargin=*]}{\end{xlist}}
76+
widest=IV.]}{\end{xlist}}
10977
\newenvironment{xlistA}{%
110-
\begin{xlist}[topsep=1.5\p@ plus \p@,
111-
itemsep=1.5\p@ plus \p@,
112-
parsep=\p@ plus .5\p@ minus .5\p@,
113-
labelsep=*,
114-
label={\Alph*.},
78+
\begin{xlist}[label={\Alph*.},
11579
ref={\arabic{exei}\Alph*},
116-
widest=M.,
117-
labelsep=*,
118-
align=left,
119-
itemindent=0em,
120-
leftmargin=*]}{\end{xlist}}
80+
widest=M.]}{\end{xlist}}
12181

12282
%%% subeex macro without vertical spacing code from gb4e
12383
\def\@subex#1#2{%

0 commit comments

Comments
 (0)