作者ppc (Stand by me)
看板LaTeX
标题[问题] 如果把appendix 後面的--去掉?
时间Mon Jan 17 01:24:50 2011
我的table of content appendix的部分会显示
APPENDIX A -- EXISTENCE OF OPTIMAL DETECTION THRESHOLD
我希望他只有
APPENDIX A EXISTENCE OF OPTIMAL DETECTION THRESHOLD
要怎麽去掉-- ?
我的写法是:
\appendix
\chapter{Existence of Optimal Detection Threshold}
谢谢各位大大
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.162.102.225
※ 编辑: ppc 来自: 218.162.102.225 (01/17 01:29)
1F:→ rogerli:请问,你用的documentclass是啥? 01/17 09:45
2F:→ ppc:抱歉没说清楚 是论文的格式 01/17 14:18
3F:→ rogerli:article? 你有用appendix这个package 吗? 01/17 14:24
4F:→ rogerli:应该是report加上某些package,能把package的设定贴出吗? 01/17 14:29
我是直接拿以前学长的来改 我看了一下里面好像没有appendix这个package @@
\documentclass[12pt,oneandahalfspaced]{sty/gatech-thesis}
\usepackage{type1cm}
\usepackage{epsfig}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{cite}\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{amsmath}
\usepackage{tipa}
\usepackage{algorithm}
\usepackage{amsmath,epsfig,amssymb,amsthm}
\usepackage{algorithmic}
\usepackage{url}
\usepackage{array}
\usepackage{indentfirst}
\usepackage{textcomp}
\usepackage{sty/fancyhdr}
\pagestyle{fancy}
\setfrontpagestyle{fancy}
\setbackpagestyle{fancy}
\setbodypagestyle{fancy} \fancyhead{}
\fancyfoot{}
\fancyhead[LE]{\sffamily\bfseries\thepage}
\fancyhead[RE]{\sffamily\small{\nouppercase{\leftmark}}}
\fancyhead[RO]{\sffamily\bfseries\thepage}
\fancyhead[LO]{\sffamily\small{\uppercase{\rightmark}}}
\renewcommand{\headrulewidth}{0.4pt}
\fancypagestyle{plain}{%
\fancyhf{}
\fancyfoot[C]{\sffamily\bfseries\thepage}
\renewcommand\headrulewidth{0pt}
\renewcommand\footrulewidth{0pt} }
\usepackage{tabularx}
※ 编辑: ppc 来自: 218.162.102.225 (01/17 14:34)
※ 编辑: ppc 来自: 218.162.102.225 (01/17 14:35)
※ 编辑: ppc 来自: 218.162.102.225 (01/17 14:35)