mirror of https://github.com/CGAL/cgal
bugfix: cc[Ref,User]Chapter only accept _one_ argument.
This commit is contained in:
parent
ae2e6cbc2f
commit
e6e6f13b32
|
|
@ -43,8 +43,8 @@
|
||||||
\newcommand{\lciIfRef}{\ccFalse}
|
\newcommand{\lciIfRef}{\ccFalse}
|
||||||
\gdef\lciFirstRefPageAlreadySeen{\lcFalse}%
|
\gdef\lciFirstRefPageAlreadySeen{\lcFalse}%
|
||||||
|
|
||||||
\newcommand{\ccUserChapter}[2]{\chapter{#1}}
|
\newcommand{\ccUserChapter}[1]{\chapter{#1}}
|
||||||
\newcommand{\ccRefChapter}[2]{%
|
\newcommand{\ccRefChapter}[1]{%
|
||||||
\chapter{#1\\
|
\chapter{#1\\
|
||||||
Reference Manual}%
|
Reference Manual}%
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -104,9 +104,9 @@
|
||||||
% |
|
% |
|
||||||
% ###########################################################################
|
% ###########################################################################
|
||||||
|
|
||||||
\newcommand{\ccUserChapter}[2]{\chapter{#1}}
|
\newcommand{\ccUserChapter}[1]{\chapter{#1}}
|
||||||
|
|
||||||
\newcommand{\ccRefChapter}[2]{%
|
\newcommand{\ccRefChapter}[1]{%
|
||||||
\chapter{#1\\
|
\chapter{#1\\
|
||||||
Reference Manual}%
|
Reference Manual}%
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue