0
ラテックスで自分のスタイルがうまくいかない。ここラテックスのヘッド幅を変更してファンシーを外す
はMWEです:
\documentclass{scrbook}
\usepackage{lipsum}
\usepackage[pagestyles]{titlesec}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\renewcommand*{\chapterpagestyle}{empty}
\renewcommand*{\headfont}{\normalfont}
\lefoot[LE]{\makebox[0pt][r]{\makebox[2cm][l]{\thepage}}}
\rofoot[RO]{\makebox[0pt][l]{\makebox[2cm][r]{\thepage}}}
\usepackage[]{setspace}
\usepackage{showframe}
\setlength{\textheight}{20cm}
\setlength{\textwidth}{13cm}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\renewcommand*{\chapterpagestyle}{empty}
\renewcommand*{\headfont}{\normalfont}
\begin{document}
\chapter{chapter test}
\lipsum[1-2]
\section{section test2}
\lipsum[3-10]
\end{document}
私はページ番号の外側に出て随分するヘッダを持っていると思いますので、ヘッダーとページ番号が正当化されます。私はそれを働かせることができないようです。 おかげで、 fleischfressende
ありがとう、それは私が探していたものでした! – fleischfressendepflanze