Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Intextsep default number in article cls?

218 views
Skip to first unread message

Christos

unread,
May 27, 2009, 1:17:50 PM5/27/09
to
Hi all,
does anyone happen to know the default number for the \intextsep
command in article.cls (LaTeX)? I changed it in a page but I would
like to continue with the default number for the following ones. I use
this command locally and not in the preamble.

Thanks in advance,
Best

Peter Flynn

unread,
May 27, 2009, 6:05:30 PM5/27/09
to

You will find it defined in size10.clo, size11.clo, and size12.clo
(depending on what body type size you have used in the options to the
article class).

///Peter

Dan Luecking

unread,
May 28, 2009, 1:26:49 PM5/28/09
to

\newlength\savedintextsep % in preamble
...
% remember default (or current) value:
\setlength{\savedintextsep}{\intextsep}
% change the value
\setlength{\intextsep}{<new value>}
...
% restore previously remembered value.
\setlength{\intextsep}{\savedintextsep}


Dan
To reply by email, change LookInSig to luecking

0 new messages