Search found 2 matches

by Daedalus
Mon Dec 20, 2021 6:01 pm
Forum: Page Layout
Topic: Place chapter/section in left/right margin instead of top margin
Replies: 2
Views: 3617

Place chapter/section in left/right margin instead of top margin

In the end, I came up with a solution which is easier than I thought and which I copy in the following for those interested.

First, I redefine how the chapters and sections are presented:

\renewcommand{\chaptermark}[1]%
{\markboth{{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]%
{\markright ...
by Daedalus
Mon Dec 20, 2021 5:02 pm
Forum: Page Layout
Topic: Place chapter/section in left/right margin instead of top margin
Replies: 2
Views: 3617

Place chapter/section in left/right margin instead of top margin

Hello,

I agreed with a publisher to write my book in LaTeX and they sent me a number of different styles from which I picked one and which I am trying to replicate. The one that I have chosen does not indicate the chapter and section in the header but in the left and right margin as vertical text ...