a171232886 / a171232886/TJUThesis_master_2021

关于模板中添加图片,表格双语标题的问题

Open
#11 6 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
TeX
Stars
448
Forks
71
PR merge metrics
No merged PRs in 30d

Description

我尝试在模板中使用**bicaption**宏包,解决图片,表格双语标题的问题。
代码参考了刘海洋《LaTeX入门》中p349中的部分代码:
```LaTeX
\documentclass{ctexart}
\usepackage{bicaption}
\DeclareCaptionOption{english}[]{%
\renewcommand\figurename{Figure}%
\renewcommand\tablename{Table}}
\captionsetup[bi-second]{english}
```
但模板中没有使用**ctexbook**,而采用**book**,对此,我并没有找到合理的办法使用双语标题。
编译环境:**TeX Live 2019,VS Code 1.64.2**
编译方法:**XeLaTeX ->BibTeX -> XeLaTeX*2**

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue is about adding bilingual captions for figures and tables in a LaTeX thesis template. The user tried the bicaption package with ctexart but the template uses book class. Look at the template's document class and caption setup. Check how captions are currently defined and see if bicaption can be integrated with the book class. Test compiling with XeLaTeX to verify the solution works.

Written by the indexing model from the issue text.

Assessment

Tech stack
latex, tex
Domain
content, documentation
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.