2 关于footmisc的perpage选项在某些数学环境里与\footnotemark冲突的问题? 6天06时01分47秒

发布于 2025-04-04 15:11:43

现象描述

这个问题来自: https://ask.latexstudio.net/ask/question/17727.html

如题,对于正常的equation\[\])环境,上个问题的实现不受footmisc的影响

\documentclass[landscape]{article}
\usepackage[perpage]{footmisc}
\begin{document}
\begin{eqnarray}
foo && foo \footnotemark\\
foo && foo \footnotemark
\end{eqnarray}
\addtocounter{footnote}{-1}
\footnotetext{something}
\stepcounter{footnote}
\footnotetext{something else}
\end{document}

image.png

但对于使用cases环境的嵌套时,下面的MWE一旦加上footmisc宏包就会出现footnote编号错乱的问题...

\documentclass[11pt,landscape,a4paper]{article}
\usepackage{geometry}
\usepackage{amsmath}
\usepackage[perpage]{footmisc}
\begin{document}
\[
\text{something something}
\begin{cases}
    \text{something\footnotemark}
    \begin{cases}
        \text{something\footnotemark}
        \begin{cases}
            \text{something}\\
            \text{something}
            \begin{cases}
                \text{something}\\
                \text{something}
            \end{cases}\\
        \end{cases}\\
        \text{something}\\
    \end{cases}\\
    \text{something\footnotemark}
    \begin{cases}
        \text{something}\\
        \text{something\footnotemark}\\
    \end{cases}
\end{cases}
\]

\addtocounter{footnote}{-3}
\footnotetext{something}
\stepcounter{footnote}
\footnotetext{something else}
\stepcounter{footnote}
\footnotetext{something else}
\stepcounter{footnote}
\footnotetext{something else}

\end{document}

image.png

问题

希望找到什么样的数学环境下想使用\footnotetext会出现如此冲突,以及出现这一现象的原因是什么?

查看更多

关注者
0
被浏览
83
1 个回答
Sagittarius Rover
Sagittarius Rover 17小时前
我要成为Typst糕手/(ㄒoㄒ)/~~

如果仅仅从解决问题的角度,似乎可以在第二个\footnotetext之前做两次\stepcounter{footnote}

\addtocounter{footnote}{-3}
\footnotetext{something}
\stepcounter{footnote}\stepcounter{footnote}
\footnotetext{something else}
\stepcounter{footnote}
\footnotetext{something else}
\stepcounter{footnote}
\footnotetext{something else}

image.png

但这显然不是本post的主要目的,还是更希望知道如何避免偶然被footmisc的这一行为坑到...

撰写答案 当前问题悬赏金额为¥2 元,被提问者采纳后将获得赏金

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览