Tagged Questions
2
votes
1answer
61 views
How can I stop my description text from going beyond the margin
The text is going over my page. How can i fix that?
\documentclass[DIV=15, paper=a4, paper=portrait, pagesize=auto]{scrartcl}
\usepackage[inline]{enumitem}
\usepackage[table]{xcolor}
...
3
votes
1answer
303 views
How to add vertical space between two lines of tables
\documentclass[11pt]{article}
\usepackage{tabu}
\usepackage[inline]{enumitem}
\begin{document}
\section{abc}
\begin{enumerate}
\item
\begin{enumerate*}
\item
...
2
votes
1answer
1k views
Remove top and bottom margin in tabular (around lists)
If I create a table with several (short) lists, currently I'm using a table construction with enumitem to (almost) remove the left margin. Now I still have a rather large margin at the top and the ...