Skip to content

Commit 4c0d938

Browse files
committed
Do not number bullets within tables.
1 parent 33a5a69 commit 4c0d938

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/tables.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
% column, width specified by #1
3838
% \newcolumntype{m}[1]{>{\CodeStyle}l{##1}} % variable width column, all entries in CodeStyle
3939
\newcolumntype{m}[1]{l{##1}} % variable width column, all entries in CodeStyle
40+
41+
% do not number bullets within tables
42+
\renewcommand{\labelitemi}{---}
43+
\renewcommand{\labelitemii}{---}
44+
\renewcommand{\labelitemiii}{---}
45+
\renewcommand{\labelitemiv}{---}
4046
}
4147
{
4248
}

0 commit comments

Comments
 (0)