Document Classes ⇒ Bring "numberpars" paragraph numbers closer to text …
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
Bring "numberpars" paragraph numbers closer to text …
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.
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 …
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
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
Re: Bring "numberpars" paragraph numbers closer to text …
What do I do to \qquad?
S.
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Bring "numberpars" paragraph numbers closer to text …
Try if this has an effect:
Code: Select all
\renewcommand*\qquad{\hskip1.5em\relax}
Stefan
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
Re: Bring "numberpars" paragraph numbers closer to text …
S.