Search found 4 matches

by samisoma
Tue Oct 23, 2007 11:51 am
Forum: General
Topic: special toprule and bottom rule of table
Replies: 4
Views: 7249

special toprule and bottom rule of table

The final solution:


\documentclass[12pt,letterpaper]{report}
\begin{document}

\newcommand{\mytoprule}[1]{#1\vspace*{-12pt}\par\noindent{\rule[-5pt]{0.4pt}{5pt}\leaders\hrule\hfill\rule[-5pt]{0.4pt}{5pt}}\newline}

\newcommand{\mybottomrule}{\vspace*{-1pt}\par\noindent{\rule{0.4pt}{5pt}\leaders ...
by samisoma
Mon Oct 22, 2007 10:13 pm
Forum: General
Topic: special toprule and bottom rule of table
Replies: 4
Views: 7249

special toprule and bottom rule of table

In cae it is valuable for others. After try-and-error sessions, I got uncomplete solution:


\par\noindent{\rule[-5pt]{0.4pt}{5pt}\leaders\hrule\hfill\rule[-5pt]{0.4pt}{5pt}}\newline

The contents

\vspace*{-5pt}\par\noindent\textcolor{inputcol}{\rule{0.4pt}{5pt}\leaders\hrule\hfill\rule{0.4pt}{5pt ...
by samisoma
Mon Oct 22, 2007 8:17 pm
Forum: General
Topic: special toprule and bottom rule of table
Replies: 4
Views: 7249

special toprule and bottom rule of table

localghost wrote: Maybe the arydshln package could be helpful.


thanx for the tip localghost. I was not aware of arydshln (good to know:-)). However, it does not help unless I do some workarounds like introducing table inside another..

Sami
by samisoma
Mon Oct 22, 2007 3:27 pm
Forum: General
Topic: special toprule and bottom rule of table
Replies: 4
Views: 7249

special toprule and bottom rule of table

Hi all,
I need to have a table of the following shape:

corner2.jpg

Description
toprule
contents
bottomrule

where Description is left-aligned
toprule is a horzontal line with ends having angled-corners opposite to the ones in bottomrule
bottomrule is a horizontal line looks like ...