Colleagues,
I'm thinking about using numberpars for a long doc, and have trialled it with some satisfaction.
This may seem simple but --- how to bring the paragraph numbers in closer to the (left-hand) edge of body text?
I don't want para numbers to be on left of headings. I've given headings negative indents, but would have to go to ridiculous lengths to get standard numberpars position inboard from them …
S.
Document Classes ⇒ Bring "numberpars" paragraph numbers closer to text …
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Bring "numberpars" paragraph numbers closer to text …
Hi Sekantombi,
what package do you use for numberpars? I know a numberpar.sty that uses \qquad that may be redefined. But tell us where we could find the package you are using, because I don't see it on CTAN.
Stefan
what package do you use for numberpars? I know a numberpar.sty that uses \qquad that may be redefined. But tell us where we could find the package you are using, because I don't see it on CTAN.
Stefan
LaTeX.org admin
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
Re: Bring "numberpars" paragraph numbers closer to text …
Sorry, I am using numberpar.sty --- I slipped and quoted the name of the command rather than the package.
What do I do to \qquad?
S.
What do I do to \qquad?
S.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Bring "numberpars" paragraph numbers closer to text …
Do you have a link to the sourcecode of that package?
Try if this has an effect:
Originally it's 2em.
Stefan
Try if this has an effect:
Code: Select all
\renewcommand*\qquad{\hskip1.5em\relax}
Stefan
LaTeX.org admin
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
Re: Bring "numberpars" paragraph numbers closer to text …
Thanks, I'll try that.
S.
S.