我在这里问了类似的问题如何让页眉、章节标题和图形扩展到页边距?
我想获得新的见解...
\documentclass[12pt,parskip=half, DIV=calc, BCOR=10mm, x11names]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern, libertine}
\usepackage{amsmath, xcolor, tcolorbox, empheq}
\usepackage[ilines, headsepline]{scrpage2}
\setheadwidth[0pt]{textwithmarginpar}
在页边空白处给出页码。
是否有任何 KOMA 选项可以让图形使用边距空间。我想使用长度“textwidth+marginewidth”将图形居中。
我可以使用类似于下面的代码来处理整个文档的文本和方程式(不适用于表格和图形)吗?
\begin{addmargin}[4em]{0em}
text
\end{addmargin}
答案1
我尝试用 Koma 模仿 Tufte 线条的长度,并发现了一对有趣的命令。
第一个是引用的环境添加边距我使用此选项:
\begin{addmargin}[4cm]{0cm}
\section{Section1}
text
\section{Section2}
more text
\end{addmargin}
这使得章节标题以相同的文本缩进开始。但我希望章节编号稍微靠左一些,这样它们就可以标记章节的层次结构,所以我重新定义了命令\othersectionlevels格式这样:
\renewcommand*{\othersectionlevelsformat}[1]{%
\makebox[0pt][r]{\csname the#1\endcsname\autodot\enskip}}
您可以在我的空间中看到生成的 PDF 和源 tex 文件: https://sites.google.com/site/catalatex9/home/koma/manualreferencia