Dear colleagues,
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!
Text Formatting ⇒ Adapting Springer LNCS template to B5 paper
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Adapting Springer LNCS template to B5 paper
Welcome,
the standard question i ask in these cases: Did you check with Springer if you are allowed to make those kind of changes?
the standard question i ask in these cases: Did you check with Springer if you are allowed to make those kind of changes?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
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
Well, in this case: Package geometry does what you need to do.
I don't know which margin settings are actually ok, and it seems the guys at Springer don't know either. That is a very inaccurate instruction.
Code: Select all
\usepackage{geometry}
\geometry{b5paper, inner=1cm, outer=2cm, top=1.5cm}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.