[texhax] Setting margins
Axel E. Retif
axretif at igo.com.mx
Thu Feb 3 15:52:35 CET 2005
On Feb 3, 2005, at 12:13 AM, Jayleen Chiapoco wrote:
>
> Hello,
> I am new to Tex so I hope someone can help.
>
> I am trying to reset the right margin by doing the following:
>
> \begin{list}
> \setlength{\rightmargin}{5cm}
> \item ajkdsfjkl
> \end{list}
>
> I am getting error:
> ! Missing number, treated as zero.
> <to be read again>
> \relax
> l.75 \setlength{\rightmargin}
> {5cm}
A pair { and } is missing:
\begin{list}{% <------ this one
\setlength{\rightmargin}{5cm}}% <---- and this
\item First item
\item Second item
\end{list}
Best regards,
Axel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1521 bytes
Desc: not available
Url : http://tug.org/pipermail/texhax/attachments/20050203/0344b03a/attachment.bin
More information about the texhax
mailing list