General ⇒ How to reduce space around graphics
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
How to reduce space around graphics
I have an imported graphic at the top of a titlepage environment.
There is a big space between it and the next line of text --- I'd like to see them establish more of a "relationship" --- how to move them closer together?
cheers,
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: How to reduce space around graphics
that should'nt be a big problem, but show us the tex source code of your titlepage. Then we could tell you which code causes the space and how it could be improved.
For example I often see a center environment that causes additional vertical space, I would use \centering instead.
Stefan
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
Re: How to reduce space around graphics
S.