The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
40 views

Conflict between \hline and arydshln in aligned environment?

I'm using the following code: \documentclass{article} \usepackage{tikz} \usepackage{amsmath} % \usepackage{arydshln} %code doesn't compile anymore with this package \begin{document} ...
1
vote
1answer
57 views

Dashed hline in longtabu (arydshln conflicts, does not work?)

I have a large table with the following requirements: Spans multiple pages (currently using longtable) The last column's text must wrap (using tabu's longtabu environment as tabularx does not ...
6
votes
1answer
223 views

How to adjust the width of a \hdashline inside a pmatrix?

I'm using \hdashline from the arydshln package to draw a horizontal line inside a pmatrix: How can I reduce the width of this line to prevent it from touching the outer parentheses?
4
votes
2answers
279 views

Conflict between `booktabs` and `arydshln` packages

Please see the MWE below and its result. I didn't use the arydshln package in the example, but I have to use it somewhere else in the same document. As you see, there is something wrong with the ...