Tagged Questions
3
votes
1answer
112 views
Break multicolumn text at document margin with tabularx
I'm using tabularx to break the content of a column at the document margin (cf. Linebreak in table cell at document margin). But when I use \multicolumn in such a table, the instruction to break the ...
2
votes
1answer
2k views
Multirow and tabularx
I'm trying to make a table that should be pretty straight forward. But somehow, the text in the two first cells seems to "forget" that it's using the X-alignment command in tabularx:
...
0
votes
1answer
714 views
tabular tabularx automatic linebreak (p/m/b doesn't work as expected)
The following snipped should break at the end of the column
\begin{table}[hb]
\begin{tabular}{|l|p{.5\textwidth}|}
\hline \bfseries Col 1 & \bfseries Col 2\\\hline
\hline Line ...
4
votes
2answers
306 views
Insert tokens where TeX would put a linebreak?
Given a TeX paragraph, is there any way to insert tokens at places where TeX would automatically insert line breaks (similar to \everypar?)
To give some context, I am writing a LaTeX package for ...
