Aetf / xjtuthesis

使用 LaTeX 排版学位论文!适用于西安交通大学学生
LaTeX Project Public License v1.3c
200 stars 53 forks source link

图题、标题冒号去掉 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
图 1-1 xxxxxx  ;表 2-1 xxxxxx
图 1-1:xxxxxx ;表 2-1:xxxxxx

What version of the product are you using? On what operating system?
0.6.0
Windows 7

Please provide any additional information below.

0.6.0里用的caption3宏包,不知该怎么改。
若是用caption2宏包,有:

%% 用caption2宏包
% 插图题头改为“图”
\renewcommand\figurename{\textbf{图}} 
%% 定义如 "图(表)1: 示例" 中的间隔符号,如 ":" ,这里定义为空
\renewcommand{\captionlabeldelim}{}
%定义图表编号与标题间的间隔距离
\renewcommand{\captionlabelsep}{\hspace{1em}}
%%此方法可以修改插图、表格的题头。

Original issue reported on code.google.com by delizhen...@gmail.com on 16 May 2012 at 12:40

GoogleCodeExporter commented 9 years ago
Problem sovled:

\captionsetup{labelsep=space}%设置一般的caption,比如table和figure的��
�
\captionsetup[longtable]{labelsep=space}%设置指定的宏包的caption。

Original comment by delizhen...@gmail.com on 16 May 2012 at 1:38

GoogleCodeExporter commented 9 years ago
Thank you for reporting.

Solved by 
  \captionsetup{labelsep=quad}
  \captionsetup[longtable]{labelsep=quad}
and this will be in the next release.

Original comment by multiple1902 on 16 May 2012 at 1:54