bugfix: cc[Ref,User]Chapter only accept _one_ argument.

This commit is contained in:
Andreas Meyer 2006-04-06 18:09:54 +00:00
parent ae2e6cbc2f
commit e6e6f13b32
2 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@
\newcommand{\lciIfRef}{\ccFalse}
\gdef\lciFirstRefPageAlreadySeen{\lcFalse}%
\newcommand{\ccUserChapter}[2]{\chapter{#1}}
\newcommand{\ccRefChapter}[2]{%
\newcommand{\ccUserChapter}[1]{\chapter{#1}}
\newcommand{\ccRefChapter}[1]{%
\chapter{#1\\
Reference Manual}%
}

View File

@ -104,9 +104,9 @@
% |
% ###########################################################################
\newcommand{\ccUserChapter}[2]{\chapter{#1}}
\newcommand{\ccUserChapter}[1]{\chapter{#1}}
\newcommand{\ccRefChapter}[2]{%
\newcommand{\ccRefChapter}[1]{%
\chapter{#1\\
Reference Manual}%
}