Text Formatting ⇒ Adapting Springer LNCS template to B5 paper
Adapting Springer LNCS template to B5 paper
I am new here so sorry in advance if a similer topic was already created (could not find it so far).
I need to edit my conference article but it should be adapted to B5 paper from standard Springer LNCS template.
Could you please advice what lines should be put in source code to apply these changes?
There was no need to adapt to B5 before so no such and experience yet.
Much appreciate you assistance and thanks a lot in advance!
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Adapting Springer LNCS template to B5 paper
the standard question i ask in these cases: Did you check with Springer if you are allowed to make those kind of changes?
Adapting Springer LNCS template to B5 paper
Yes,this time it is required.Here is a note from responsible conference chair:Johannes_B wrote:Welcome,
the standard question i ask in these cases: Did you check with Springer if you are allowed to make those kind of changes?
Paper must be formatted in accordance with "Springer LNCS" format and adapted to B5 paper by reduction of the margins.
Thank you!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Adapting Springer LNCS template to B5 paper
Code: Select all
\usepackage{geometry}
\geometry{b5paper, inner=1cm, outer=2cm, top=1.5cm}