\marginpar[⟨left-margin⟩]{⟨right-margin⟩}命令未在偶数页显示左边注

发布于 2021-03-24 12:15:56

lshort-3.4-脚注和边注中说道:marginpar[⟨left-margin⟩]{⟨right-margin⟩}若给定⟨left-margin⟩,则在偶数页使用⟨left-margin⟩ 的文字,但下面的代码的偶数页,并没有使用⟨left-margin⟩的文字,这是为何?
image.png

\documentclass{ctexart}

\begin{document}
\section{第一章}
\marginpar[\footnotesize 左边注。]{\footnotesize 右边注。}
\clearpage
\section{第二章}
\marginpar[\footnotesize 左边注。]{\footnotesize 右边注。}
\end{document}

这是运行结果的偶数页
image.png

查看更多

关注者
0
被浏览
1.1k
LaTeXStudio
LaTeXStudio 2021-03-24
这家伙很懒,什么也没写!

从代码看你要开启 twoside 模式:

\documentclass[twoside]{ctexart}

\begin{document}
\section{第一章}
\marginpar[\footnotesize 左边注。]{\footnotesize 右边注。}
\clearpage
\section{第二章}
\marginpar[\footnotesize 左边注。]{\footnotesize 右边注。}
\end{document}
1 个回答

撰写答案

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

发布
问题

分享
好友

手机
浏览

扫码手机浏览