[問題] CWTEX錄目改為中文章節

看板LaTeX作者 (Yes we can !! Da Cin )時間14年前 (2010/05/22 01:13), 編輯推噓3(304)
留言7則, 4人參與, 最新討論串1/1
現在我的目錄是 1 緒論 1.1 我是 1.2 我是 2 前言 2.1 2.2 3.主題 我要改成 第一章 緒論 1.1 1.2 第二章 前言 2.1 2.2 目前全部目錄設定如下 %設定各目次的標題 \usepackage{titletoc} \renewcommand{\contentsname}{\ctxfk 目錄} \renewcommand{\listfigurename}{\ctxfk 圖目錄} \renewcommand{\listtablename}{\ctxfk 表目錄} %\usepackage{CJKutf8} %設定圖表標題和排序方式 \usepackage{caption} \captionsetup{font=sf,font=small} \renewcommand{\figurename}{\ctxfk 圖} \renewcommand{\tablename}{\ctxfk 表} \renewcommand{\thetable}{\arabic{table}} %\renewcommand{\thefigure}{\arabic{figure}} %設定附錄標題 \usepackage{appendix} \renewcommand{\appendixpagename}{\Large\ctxfk 附錄} -------------------------------------------------- 而在本文章節是這樣打的如下 \titleformat{\chapter}[display]{\LARGE\sf} {\k25 第一章}{1cm}{} \chapter{\k25 緒論} \section{\k17 我是} \setcounter{page}{1} \section{\k17 我是 } ...... ...... \titleformat{\chapter}[display]{\LARGE\sf} {\k25 第二章}{1cm}{} \chapter{\k25 XXXX} \section{\k17 XXXXX} 因為之前PO的不是很清楚< 但是真的很想知道如何解決 希望這要會比較清楚 -- Yes we can !! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.121.136.151

05/22 03:29, , 1F
你要不要看看 cwtex 手冊 228 頁?
05/22 03:29, 1F

05/22 03:35, , 2F
如果你不只是為了論文而想學習latex, 建議讀完cwtex手冊.
05/22 03:35, 2F

05/22 11:15, , 3F
我就是為了論文~哈哈哈~有快一點的方法嗎
05/22 11:15, 3F

05/22 11:50, , 5F
EAT IT SLOWLY...GOOD LUCKY!
05/22 11:50, 5F

05/22 15:20, , 6F
試看看 \renewcommand{\thechapter}{\textsf{第\arabic{
05/22 15:20, 6F

05/22 15:22, , 7F
chapter}章}}
05/22 15:22, 7F
文章代碼(AID): #1BzhyaL3 (LaTeX)