* cosmetic change: underline postconditions, instead of printing them

emphasized  (can be better distinguished then, from usual \ccc stuff)
* bug fix: macro \lciCloseCommentHeadingTable is now globally defined 
  by default, and clears itself after usage
This commit is contained in:
Andreas Meyer 2007-03-08 13:56:56 +00:00
parent 2d11f7c51a
commit 30c63fee12
1 changed files with 6 additions and 4 deletions

View File

@ -42,6 +42,7 @@
\newcommand{\lciIfRef}{\ccFalse} \newcommand{\lciIfRef}{\ccFalse}
\gdef\lciInsideListOfRefPages{\lcFalse} \gdef\lciInsideListOfRefPages{\lcFalse}
\gdef\lciCloseCommentHeadingTable{}%
\newcommand{\ccUserChapter}[1]{\chapter{#1}\lciChapterPartTocEntry{User Manual}} \newcommand{\ccUserChapter}[1]{\chapter{#1}\lciChapterPartTocEntry{User Manual}}
\newcommand{\ccRefChapter}[1]{% \newcommand{\ccRefChapter}[1]{%
@ -352,8 +353,8 @@
\newcommand{\ccHeading}[1]{\lcRawHtml{<H3>}#1\lcRawHtml{</H3>}} \newcommand{\ccHeading}[1]{\lcRawHtml{<H3>}#1\lcRawHtml{</H3>}}
\newcommand{\ccCommentHeading}[1]{% \newcommand{\ccCommentHeading}[1]{%
\lciCloseCommentHeadingTable% \lciCloseCommentHeadingTable%
\lcRawHtml{<table border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td><em>}#1:\lcRawHtml{</em>&nbsp;</td><td>}% \lcRawHtml{<table border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td><u>}#1:\lcRawHtml{</u>&nbsp;</td><td>}%
\gdef\lciCloseCommentHeadingTable{\lcRawHtml{</td></tr></table>}}% \gdef\lciCloseCommentHeadingTable{\lcRawHtml{</td></tr></table>}\gdef\lciCloseCommentHeadingTable{}}%
} }
\newcommand{\ccDefinition }{\ccHeading{Definition}} \newcommand{\ccDefinition }{\ccHeading{Definition}}
@ -870,7 +871,9 @@
{\lciTwoColumnX{#1}}} {\lciTwoColumnX{#1}}}
\newcommand{\lciTwoColumnX}[2]{\lciGluePostProcessing \newcommand{\lciTwoColumnX}[2]{\lciGluePostProcessing
\lciTwoColumnLayout{#1}\lciIfEmpty{#C2} \lciTwoColumnLayout{#1}\lciIfEmpty{#C2}
{\lciTwoColsEndEmpty}{\lciTwoColsSecond #C2\lciTwoColsEnd}% {\lciTwoColsEndEmpty}{\lciTwoColsSecond #C2%
\lciCloseCommentHeadingTable%
\lciTwoColsEnd}%
\gdef{\lciIfHtmlLinks}{\lcTrue}% \gdef{\lciIfHtmlLinks}{\lcTrue}%
\gdef{\lciIfHtmlIndex}{\lcTrue}% \gdef{\lciIfHtmlIndex}{\lcTrue}%
\lciPushOutput{comments}% \lciPushOutput{comments}%
@ -913,7 +916,6 @@
\newcommand{\lciThreeColumnX}[2]{\lciGluePostProcessing\lciIfEmpty{#C2} \newcommand{\lciThreeColumnX}[2]{\lciGluePostProcessing\lciIfEmpty{#C2}
{\lciThreeColumnLayout{#1}{1}\lciThreeColsEndEmpty} {\lciThreeColumnLayout{#1}{1}\lciThreeColsEndEmpty}
{\lciThreeColumnLayout{#1}{0}% {\lciThreeColumnLayout{#1}{0}%
\gdef\lciCloseCommentHeadingTable{}%
#C2% #C2%
\lciCloseCommentHeadingTable% \lciCloseCommentHeadingTable%
\lciThreeColsEnd}% \lciThreeColsEnd}%