[問題] Figure 圖說明 取消冒號:

看板LaTeX (論文排版)作者 (http://0rz.tw/3109S )時間18年前 (2007/05/31 14:03), 編輯推噓0(003)
留言3則, 1人參與, 最新討論串1/1
這是我的tex file (連結進去後 左上角有灰色 Download file) http://s19.quicksharing.com/v/9423345/ask.tex.html 每張圖的說明 都會有冒號 請問該怎麼做 才能把冒號 改成空格? 謝謝各位先進的指導. Fig. 1.1: Sliding function S1 (solid), S2 (dotted). Fig. 1.2: Control e寸rts u1 (solid), u2 (dotted). 我是使用Scientific WorkPlace 5.0編輯 -- 以下是Tex file 的檔案 (如果最上面的連結不能下載,才需要看如下的內容) -- \documentclass[12pt,a4paper]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{makeidx} \usepackage{amssymb} \usepackage{amsmath} \setcounter{MaxMatrixCols}{10} %TCIDATA{OutputFilter=LATEX.DLL} %TCIDATA{Version=5.00.0.2606} %TCIDATA{<META NAME="SaveForMode" CONTENT="1">} %TCIDATA{BibliographyScheme=Manual} %TCIDATA{Created=Thursday, March 01, 2007 20:04:12} %TCIDATA{LastRevised=Thursday, May 31, 2007 13:54:45} %TCIDATA{<META NAME="GraphicsSave" CONTENT="32">} %TCIDATA{<META NAME="DocumentShell" CONTENT="Standard LaTeX\Blank - Standard LaTeX Article">} %TCIDATA{Language=American English} %TCIDATA{CSTFile=LaTeX article (bright).cst} %TCIDATA{PageSetup=0,0,0,0,0} %TCIDATA{Counters=Roman,1} %TCIDATA{AllPages= %H=0 %F=0 %} \headheight=0cm \headsep=0cm \topmargin=-0cm \textheight=24.7cm \textheight=25.2cm \textwidth=16cm \oddsidemargin -0mm \evensidemargin -0mm \newtheorem{theorem}{Theorem} \newtheorem{acknowledgement}[theorem]{Acknowledgement} \newtheorem{algorithm}[theorem]{Algorithm} \newtheorem{axiom}[theorem]{Axiom} \newtheorem{case}{Case} \newtheorem{claim}[theorem]{Claim} \newtheorem{conclusion}[theorem]{Conclusion} \newtheorem{condition}[theorem]{Condition} \newtheorem{conjecture}[theorem]{Conjecture} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{criterion}[theorem]{Criterion} \newtheorem{definition}[theorem]{Definition} \newtheorem{example}[theorem]{Example} \newtheorem{lemma}{Lemma} \newtheorem{notation}[theorem]{Notation} \newtheorem{problem}[theorem]{Problem} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{remark}{Remark} \newtheorem{summary}[theorem]{Summary} \newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}} \input{tcilatex} \renewcommand{\baselinestretch}{1.9} \renewcommand{\theequation}{\thesection.\arabic{equation}} \renewcommand{\thecase}{\Alph{case}:} \renewcommand{\figurename}{Fig.} \renewcommand{\thefigure}{\thesection.\arabic{figure}} \begin{document} \listoffigures \newpage \section{Introduction} \FRAME{ftbphFU}{5.0972in}{3.87in}{0pt}{\Qcb{Sliding function $S_{1}$ (solid), $S_{2}$ (dotted).}}{\Qlb{f2_S}}{1_ftsm_fig2.eps}{\special{language "Scientific Word";type "GRAPHIC";maintain-aspect-ratio TRUE;display "USEDEF";valid_file "F";width 5.0972in;height 3.87in;depth 0pt;original-width 5.0704in;original-height 3.8424in;cropleft "0";croptop "1";cropright "1";cropbottom "0";filename '1_ftsm_fig2.eps';file-properties "XNPEU";}} \end{document} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 203.68.92.218 ※ 編輯: kkhi 來自: 203.68.92.218 (05/31 14:04)

06/02 18:59, , 1F
根據 Edward. 前輩的回應
06/02 18:59, 1F

06/02 19:01, , 2F
\usepackage{caption}
06/02 19:01, 2F

06/02 19:02, , 3F
\DeclareCaptionLabelSeparator{colon}{ }
06/02 19:02, 3F
文章代碼(AID): #16NcLCgW (LaTeX)
文章代碼(AID): #16NcLCgW (LaTeX)