Tagged Questions
1
vote
0answers
49 views
Section outside multicols environment if section contains a table
I am using \begin{multicols*}{2} to split my text in two columns on the landscape format paper. Now if I have a tabular, it resizes the tabular to \linewidth. What I want is to ask if there is a ...
2
votes
1answer
55 views
Variable number of column in multicols, including a single one [closed]
I'd like to call multicols with a parameter being the number of column and allow this parameter to take the value 1, like in this minimal working example :
\documentclass[a4paper,10pt]{report}
...
1
vote
0answers
76 views
conditionally emit one table or another
I would like to specify a table and if it has any multiline cells then it should be output as a single pair of columns and otherwise as two pairs of columns. For example, if it looks like the First ...