當我寫\addsec{Acronymes}
時,LaTeX將它放在目錄中,並確定headsepline部分。當我寫\addsec*{Acronymes}
時,LaTeX並沒有把它放在目錄中,也沒有將它寫在headsepline部分。但是我希望它不會出現在目錄中,並且出現在headset中。乳膠 - addsec和headsepline
那麼它是如何做到的呢?
那是什麼,我這個做:
\documentclass[a4paper, 12pt, german, headsepline, footsepline, listtotoc, bibtotoc] {scrartcl}
\bibliographystyle{annotate}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ansinew]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[babel, german=quotes]{csquotes}
\usepackage[printonlyused]{acronym}
%head and footsepline
\usepackage[headsepline,plainheadsepline]{scrpage2}
\clearscrheadfoot
\pagestyle{scrheadings}
\automark[subsection]{section}
\ihead{my title}
\ohead{\headmark}
\ifoot{my name}
\ofoot{\pagemark}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue
}
\begin{document}
\input{include/Abstract}
\newpage
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\newpage
\addsec*{Acronymes}
%\addsec{Acronymes}
\begin{acronym}
\acro{HTTP}{Hypertext Transfer Protocol}
\end{acronym}
\end{document}
LaTeX相關問題最好發佈在[TeX.SE](http://meta.tex.stackexchange.com/questions/1436/welcome-to-tex-sx)。 – 2012-04-17 00:35:27