作者CCY0927 (只是个昵称罢了)
看板LaTeX
标题[问题] 中文章节目录
时间Tue Apr 15 00:33:01 2008
刚刚搭配了 CJKnumb 设定
可以顺利完成一般中文论文当中章节的表现
http://inspic.com/6CAF7F6E
http://inspic.com/F4FF7F7D
不过在目录上面
\usepackage{titletoc}
似乎没有办法顺利成功
只有「章」可以很顺利的成功
「节」之後的部份,并没有办法显示
http://inspic.com/6B36935D
我觉得问题是出在「章」的部份很容易定义取代掉
但是「节」会出现 1.1 这样的数字
没办法顺利用 \CJKnumber 取代掉
不知道关於这部份,有没有人有好的建议呢?
-------------------------------------------------------------------
底下附上测试的程式码:
\documentclass[12pt,a4paper]{report}
\usepackage{CJK,CJKnumb}
\usepackage{indentfirst}
\usepackage{titletoc}
\usepackage[bf,small,center,indentafter,pagestyles]{titlesec}
\begin{document}
\begin{CJK}{UTF8}{nkai}
\CJKindent
%% 定义常要用到的指令
\renewcommand{\figurename}{图~}
\renewcommand{\tablename}{表~}
\renewcommand{\contentsname}{目~录~}
\renewcommand{\listfigurename}{图~目~录~}
\renewcommand{\listtablename}{表~目~录~}
\renewcommand{\appendixname}{附~录~}
%\renewcommand{\refname}{参~考~文~献}
%\renewcommand{\bibname}{参~考~文~献~名~称}
\renewcommand{\indexname}{索~引}
\renewcommand{\abstractname}{\Large 摘 \quad 要}
%\renewcommand{\today}{\number\year~年~\number\month~月~\number\day~日}
\newcommand{\zhtoday}{\CJKdigits{\the\year}年\CJKnumber{\the\month}月\CJKnumber{\the\day}日}
%% 使用 book 的时候各级标题设置
%\titleformat{\chapter}[hang]{\bf\large}{\CJKnumber{\arabic{chapter}}、}{1em}{}
\titleformat{\chapter}[hang]{\bf\Huge}{第\CJKnumber{\arabic{chapter}}章}{1em}{}
\titleformat{\section}{\bf\Large}{第\CJKnumber{\arabic{section}}节}{1em}{}
\titleformat{\subsection}{\bf}{\CJKnumber{\arabic{subsection}}、}{1em}{}
\titleformat{\subsubsection}{\bf\normalsize}{\arabic{(subsubsection})}{1em}{}
% 换索引的 title
\titlecontents{chapter}
[0em]
{}
{第\CJKnumber{\thecontentslabel}章~~}
{}{\titlerule*{.}\contentspage}
\titlecontents{section}
[4em]
{}
{\contentslabel{2em}}
{}{\titlerule*{.} \contentspage}
\titlecontents{subsection}
[8em]
{}
{\contentslabel{3em}}
{}{\titlerule*{.} \contentspage}
\title{题目}
\author{作者}
\date{\zhtoday}
\maketitle
\begin{abstract}
......
\end{abstract}
\tableofcontents
\chapter{章标题}
......
\section{节标题}
......
\subsection{子标题}
......
\chapter{章标题}
......
\section{节标题}
......
\end{CJK}
\end{document}
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 122.116.111.182