copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Set width of \cmidrule or \cline - TeX - LaTeX Stack Exchange I would like to prepare an income statement, so I found and modified a template for this on this site, giving the following MWE: \\documentclass[a4paper,12pt]{article} \\usepackage{textcomp} \\
Colored tables and cline hhline - TeX - LaTeX Stack Exchange How to write \\clines (or \\hhline) in colored tables so that the color of the cell does not hide the line? Here are two solutions but neither of them works fine \\documentclass[a4paper,11pt]{articl
How to add space between \cline and \hline in tabular - TeX How can I add a little bit of vertical space between trimmed horizontal and the horizontal line created by \cline{2-4} and \hline, respectively A minimal (not) working example is:
How to make double cline in tables? - LaTeX Stack Exchange I want to draw a double cline in a table where the first column is multirow With double \\hline I can draw a full double horizontal line but double \\cline{i-j} seems to have the same effect with si
Why I get undefined control sequence with cline? - TeX In this way you have a working \cline (which is the same as \cmidrule) but the class will overwrite the definition of \toprule and \bottomrule You can add \usepackage{booktabs}\let\cline\cmidrule in the preamble Everything should then work, but the class' own definitions will be overwritten