[glug-t] Re: LaTeX problem

Hi abi,
    I guess this correction should work!

For Ist Code:

  *) Before using "\begin{document}" Please do specify the class type
     so that latex could make some default page settings and set default
     sizes for page, fontsize. 

  *) The actual problem is the "\hline" after 

                   * Corrected code *

===>  \documentclass{article}
> \begin {document} 
.... 
> \begin{tabular}[c]{||c|c|c|c|c|c||}\hline 
> \multicolumn{6}{|c|}{} 
===> \\\hline 
....


For IInd Code:

   *) Checkout the syntax of makebox & framebox. the second argument
      refers to the position which can accept one of (c, l, r, s) values.
      Also, the width argument should be followed by unit suffix. That is
      is that "10" refers to inches, points or percent? 

                     * Corrected code *

> \documentclass[a4,10pt]{article} 
.....
> \mbox{Mbox} 
=====> \makebox[1in][c]{Mbox} 
> \fbox{Fbox} 
=====> \\\framebox[4in][c]{Fbox} 
    The above creates mbox of 1 inch and framebox of 4 inches and aligns 
    the text in center.

  - Rams


-------------------------------------------------
This mail sent through IMP(http://www.nitt.edu)
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with 
'unsubscribe' as subject.

Website: http://glugt.linuxisle.com

Other related posts: