如何在尾注和脚注实现图中的样式?

发布于 2021-06-01 23:17:57
关注者
0
被浏览
1.6k
2 个回答
Swit
Swit 2021-06-02
LaTeX nubility!
\documentclass{ctexart}
\makeatletter
% Default:
% \def\@makefnmark{\hbox{\@textsuperscript{\normalfont\@thefnmark}}}
\renewcommand{\@makefnmark}{\makebox{\normalfont(\@thefnmark)\quad}}
\makeatother
\renewcommand\thefootnote{注\chinese{footnote}}
\begin{document}
\section{节标题}
测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本\footnote{这是一个脚注。}

测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本测试文本\footnote{This is a footnote.}
\end{document}

1.png
2.png

啸行
啸行 2021-06-02
这家伙很懒,什么也没写!
\documentclass{ctexart}
\makeatletter
\renewcommand{\@makefnmark}{\textsuperscript{\makebox{\normalfont(\@thefnmark)\quad}}}
\makeatother
\renewcommand\thefootnote{注\chinese{footnote}}
\usepackage{zhlipsum}
\begin{document}
\zhlipsum*[1]\footnote{这是一段乱文}
\end{document}

试试这个

撰写答案

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

发布
问题

分享
好友

手机
浏览

扫码手机浏览