作者jay750719 (Yes we can !! Da Cin )
看板LaTeX
标题[问题] 图的标号???~~
时间Mon May 10 20:15:55 2010
我是写论文时发现,我的图标号不会跟我的章节一起跑
如果我是第2章一个章图照理说是图2.1,但是跑出来是图1
我找好久找不到以下是我的设定
\documentclass[12pt,oneside,openany,a4paper]{report}
.........
%设定图表标题和排序方式
\usepackage{caption}
\captionsetup{font=sf,font=small}
\renewcommand{\figurename}{\ctxfk 图}
\renewcommand{\tablename}{\ctxfk 表}
\renewcommand{\thetable}{\arabic{table}}
\renewcommand{\thefigure}{\arabic{figure}}
.......
\begin{figure}[h]
\begin{center}
\includegraphics[width=0.5\textwidth]{3DMGX2.eps}
\caption{三种E值独特CDS群组数量统计图(Identity$\geq$$30\%$)}
\label{g13}
\end{center}
\end{figure}
--
Yes we can !!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.121.136.151