We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5a69 commit 4c0d938Copy full SHA for 4c0d938
source/tables.tex
@@ -37,6 +37,12 @@
37
% column, width specified by #1
38
% \newcolumntype{m}[1]{>{\CodeStyle}l{##1}} % variable width column, all entries in CodeStyle
39
\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}{---}
46
}
47
{
48
0 commit comments