Skip to content
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

Closed
csxmli2016 opened this issue Dec 9, 2019 · 6 comments
Closed

关于表注和图注 #212

csxmli2016 opened this issue Dec 9, 2019 · 6 comments

Comments

@csxmli2016
Copy link

bicaption
请问一下关于在表格和图标题下面加图注和表注该怎么办,非常感谢!

@muzimuzhi
Copy link
Contributor

参考入门手册 lshort-zh-cn 的 3.8.1 节。

@csxmli2016
Copy link
Author

参考入门手册 lshort-zh-cn 的 3.8.1 节。

3.8.1讲的是mbox,还是不太明白这个mbox如何把bicaption里的标题后面都插入一个表注或者题注,如下图所示:
示例1
非常期待以及感谢你的回复。

@muzimuzhi
Copy link
Contributor

muzimuzhi commented Dec 9, 2019

  1. 是我写错了,应该是 3.9.1 节
  2. 重新看了你的提问,我之前可能有些理解偏差;没有完全明白,你具体是要求中的哪一部分不会做。能否具体说明,「学校要求xxx,现在效果yyy,它们的差异在于zzz」

可能了解一些了,如何在「图标题后面插入题注,尤其是使用双语图标题时」

@muzimuzhi
Copy link
Contributor

根据我自己目前的理解,尝试了一个比较手动的方案。如果仍有理解偏差,可以评论提出。

\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}

image

注:根据模板目前的设置

\RequirePackage[list=off]{bicaption}% package for binary captions

\bicaption 不会生成 \listoftables\listoffigures 中的项目。如需要生成,可以自己改。

@mohuangrui
Copy link
Owner

@csxmli2016

请参考 图注表注

@csxmli2016
Copy link
Author

@muzimuzhi @mohuangrui 问题已解决,非常感谢两位的帮忙,解决燃眉之急,感激之情无以言表。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants