[glug-t] Re: LaTeX problem
- From: Rams <cl10120@xxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Wed, 4 Feb 2004 18:55:30 +0530
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
- References:
- [glug-t] LaTeX problem
- From: Vijay Kumar
Other related posts:
- » [glug-t] LaTeX problem
- » [glug-t] Re: LaTeX problem
- [glug-t] LaTeX problem
- From: Vijay Kumar