* added a \slash macro

* create a default *.stage_0 file
This commit is contained in:
Andreas Meyer 2006-10-10 16:32:25 +00:00
parent 75d9ae66f1
commit b61e418b88
2 changed files with 2 additions and 0 deletions

View File

@ -910,6 +910,7 @@ td.TocChapter { font-weight: normal; }
\newcommand{\|}{\parallel}
\newcommand{\neg}{\lcRawHtml{ ¬ }}
\newcommand{\backslash}{\verb+\+}
\newcommand{\slash}{\verb+/+}
\newcommand{\aleph}{\lcRawHtml%
{ <IMG BORDER=0 WIDTH=8 HEIGHT=13 ALIGN=BOTTOM SRC="cc_aleph.gif"> }}

View File

@ -428,6 +428,7 @@ convert() {
lgout -n ", "
lgout -n "creating stage 2 anchor rules"
# bottom up propagation of rule sets
touch cc_anchor_rules.stage_0
for dir in ${AllSubDirsPostfix} ; do
vout -n " "$dir
\touch ${dir}/cc_anchor_rules.stage_2 # necessary to make stage_3 work