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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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}