Skip to content

Instantly share code, notes, and snippets.

@thomaskern
Created May 13, 2011 14:34
Show Gist options
  • Save thomaskern/970640 to your computer and use it in GitHub Desktop.
Save thomaskern/970640 to your computer and use it in GitHub Desktop.
\newcommand{\bosie}[1]{\cmidrule[\heavyrulewidth]{#1}}
used:
1 & 2 & 3 & 4 \\ \bosie{1-2} \bosie{4-4}
results:
1 & 2 & 3 & 4
_____
___
without bosie:
1 & 2 & 3 & 4 \\ \cmidrule[\heavyrulewidth]{1-2} \cmidrule[\heavyrulewidth]{4-4}
results:
1 & 2 & 3 & 4
_____ ___
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment