-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于表注和图注 #212
Comments
参考入门手册 |
3.8.1讲的是mbox,还是不太明白这个mbox如何把bicaption里的标题后面都插入一个表注或者题注,如下图所示: |
可能了解一些了,如何在「图标题后面插入题注,尤其是使用双语图标题时」 |
根据我自己目前的理解,尝试了一个比较手动的方案。如果仍有理解偏差,可以评论提出。 \documentclass[twoside]{Style/ucasthesis}
\usepackage[authoryear,list]{Style/artratex}
\usepackage{Style/artracom}
\input{Tex/Frontinfo}
\usepackage{lipsum}
\captionsetup[bi]{justification=centerfirst, textfont={md}}
\begin{document}
\frontmatter
\intobmk*{\cleardoublepage}{\listtablename}
\listoftables
\mainmatter
\begin{figure}
\centering
content
\bicaption
[text a]{\textbf{text a}\par\setlength\hangindent{2\ccwd} \lipsum[1]}
[text b]{\textbf{text a}\par\setlength\hangindent{2\ccwd} \lipsum[2]}
\end{figure}
\end{document} 注:根据模板目前的设置 Line 474 in f828605
\bicaption 不会生成 \listoftables 和 \listoffigures 中的项目。如需要生成,可以自己改。
|
请参考 图注表注 |
@muzimuzhi @mohuangrui 问题已解决,非常感谢两位的帮忙,解决燃眉之急,感激之情无以言表。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问一下关于在表格和图标题下面加图注和表注该怎么办,非常感谢!
The text was updated successfully, but these errors were encountered: