Tagged Questions
6
votes
1answer
55 views
Alignment rules
I find myself quite frequently in the need to check whether some elements on my page are aligned exactly as intended. As a result, I usually end up magnifying the output 400% and using a rule over my ...
1
vote
1answer
102 views
Horizontal line through table cell
I have a very long, thin table that I'm folding onto itself to make a wider, shorter version. The table has a couple horizontal rules to separate data categories. For example, the original table is ...
2
votes
1answer
91 views
Top aligned tabular: \cline equivalent of \firsthline
When aligning tabular environments with the [t] option, one can use \firsthline (from the array package) instead of \hline when a line is required at the top of the table. Like so:
...
22
votes
2answers
268 views
Two rules directly under each other
I'm trying to make two rules of different length directly under each other, something like:
--------------------
====================
Where = is a fatter line than -. The vertical space inbetween ...
5
votes
1answer
336 views
Vertical alignment in multicol
In the following code the horizontal rules on the right don't line up in all cases with the horizontal rules on the left. It seems to be related to the text content. How can I fix this in such a way ...
6
votes
4answers
751 views
Vertically centered horizontal rule filling the rest of a line?
I'd like to have a horizontal line extending from the end of the text on a line to the right margin. So far I've found \hrulefill and \leaders\hrule\hfill, but these draw a line that's flush with the ...
4
votes
1answer
221 views
bottomrule not working in a self-made environment [duplicate]
Possible Duplicate:
bottomrule not working in a self-made environment
I have this environment for consistent tables in my latex documents:
\newenvironment{defaultTable}[2] {
...