我的文档使用了memoir
并且我\OnehalfSpacing
正在尝试\normalfont
\f@baselineskip
设置\footnotesep
。\SingleSpacing
我可以保留 的默认值\footnotesep
,但是在我设置文档字体大小后, 的默认值\footnotesep
小于\f@baselineskip
。
如何获取\normalsize
或\small
字体\baselineskip
大小并将其设置为\footnotesep
,例如类似于\setlength{\footnotesep}{\smallsize@baselineskip}
?
\documentclass[10pt]{memoir}
\usepackage[english]{babel}
\OnehalfSpacing
\makeatletter
\setlength{\footnotesep}{\f@baselineskip}
\newcommand{\showfont}
{%
(\foreignlanguage{english}
{%
encoding: \f@encoding{},
family: \f@family{},
series: \f@series{},
shape: \f@shape{},
size: \f@size{},
baseline: \f@baselineskip{},
linespread: \f@linespread{},
linespacing: \the\baselineskip{}%
})%
}
\makeatother
\begin{document}
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged. It was popularised in the 1960s
with the release of Letraset sheets containing Lorem Ipsum passages, and more
recently with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum \showfont.
Fist\footnote{
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged. It was popularised in the 1960s
with the release of Letraset sheets containing Lorem Ipsum passages, and more
recently with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum \showfont.
}.
Second\footnote{
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged. It was popularised in the 1960s
with the release of Letraset sheets containing Lorem Ipsum passages, and more
recently with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum \showfont.
}.
Third\footnote{
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged. It was popularised in the 1960s
with the release of Letraset sheets containing Lorem Ipsum passages, and more
recently with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum \showfont.
}.
\end{document}
相关问题
答案1
我不确定我是否理解了你的问题,但也许你正在寻找
\small
\setlength{\footnotesep}{\baselineskip}%
\normalsize
将设置 \footnotesep
为\baselineskip
用于\small