Search found 2 matches

by kamrul_islam
Tue Jun 28, 2011 4:01 pm
Forum: General
Topic: Thesis Template
Replies: 2
Views: 2388

Thesis Template

Hi Upananda,

You can use latex easily. For regular purpose do not need almost any programming knowledge at all. It's a regular text scripting. There are a number of thesis template in the web e.g.,
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
http://help-csli.stanford.edu/tex ...
by kamrul_islam
Mon Jun 27, 2011 5:47 am
Forum: General
Topic: How to control the width of the horizontal line in Table
Replies: 4
Views: 48179

How to control the width of the horizontal line in Table

toprule and bottomrule are of fixed structures, i.e., it will add some space avobe & below of each line. To avoid that you can declare your own top and bottom rule like :

\newcommand{\mytoprule}{\specialrule{0.1em}{0em}{0em}}
\newcommand{\mybottomrule}{\specialrule{0.1em}{0em}{0em}}

Just use ...