Document ClassesBring "numberpars" paragraph numbers closer to text …

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Sekantombi
Posts: 21
Joined: Mon Apr 21, 2008 3:50 am

Bring "numberpars" paragraph numbers closer to text …

Post by Sekantombi »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Bring "numberpars" paragraph numbers closer to text …

Post by Stefan Kottwitz »

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
LaTeX.org admin
Sekantombi
Posts: 21
Joined: Mon Apr 21, 2008 3:50 am

Re: Bring "numberpars" paragraph numbers closer to text …

Post by Sekantombi »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Bring "numberpars" paragraph numbers closer to text …

Post by Stefan Kottwitz »

Do you have a link to the sourcecode of that package?
Try if this has an effect:

Code: Select all

\renewcommand*\qquad{\hskip1.5em\relax}
Originally it's 2em.

Stefan
LaTeX.org admin
Sekantombi
Posts: 21
Joined: Mon Apr 21, 2008 3:50 am

Re: Bring "numberpars" paragraph numbers closer to text …

Post by Sekantombi »

Thanks, I'll try that.

S.
Post Reply