Page Layout[koma-script] Image on left page with new chapter

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
PulpFan
Posts: 9
Joined: Thu Aug 08, 2019 8:01 pm

[koma-script] Image on left page with new chapter

Post by PulpFan »

Hello,

I am in the process of creating a retro pulp style magazine, following many of the type-setting conventions I see in older pulp magazines (with some artistic freedom).

It's a two-sided layout, and very often they have a full page image on the page opposite the side the story starts on. I'm actually using

Code: Select all

\chapter{}
for each story title (srcbook class).

I'll always be starting the stories on the right side even though pulps used either, I think the right side is better to start on, but I do want a full page image on the left side. However \chapter{} always puts a blank page on the left side.

How do I change the behavior of

Code: Select all

\chapter{}
so that it does start on a new page, but does not require a blank page on the left?

Thank you for your time.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
PulpFan
Posts: 9
Joined: Thu Aug 08, 2019 8:01 pm

[koma-script] Image on left page with new chapter

Post by PulpFan »

The openany option to \documentclass{} seems to do what I want.
Post Reply