
Sun Jul 31 14:22:17 MST 2005

corrected a few errors in recipes, flagged by troff
	granola
	spanokopita
	soap
	chicken-curry
	spanish-cream

and added macro: .ds o'  -- for proper name o' in alt.gourmand 

and added filter to convert \z\(?a to usage in jar modified rcbook.t macros
check:
	grep "\\\\\\*" Scr.troffinp |wc		159 - 11 from macros
	grep "\\\\z" ../Recipes/[a-z]* |wc	148

a few checks on Cookbook.ps seem ok

see diff file at end of this file

----------------------------------------------------------------------
 any errors?-- 
 <standard input>:27154: backtrace: string `=1'
 <standard input>:94: backtrace: macro `IG'
 <standard input>:27154: warning: can't find special character `13'
.RH MOD.RECIPES-SOURCE SPANISH-CREAM D "16 Jun 86" 1986
.RZ "SPANISH CREAM" "Exquisite New Zealand custard dessert"
.IG "\(13 cup" "sugar" "60 g"
should be "1/3 cup"



----------------------------------------------------------------------

any errors?-- 
<standard input>:14254: backtrace: string `=1'
<standard input>:126: backtrace: macro `AB'
<standard input>:14254: warning: can't find special character `19'
.RH MOD.RECIPES-SOURCE GRANOLA C "27 Sep 87" 1987
.RZ "SESAME GRANOLA" "A crunchy sesame seed granola"
...
.AB "13\(19-inch" "35\(mu45 cm"
should be .AB "13\(mu19-inch" "35\(mu45 cm"


<standard input>:26075: warning: can't find font `IR'
.RH MOD.RECIPES-SOURCE SOAP O "7 Aug 86" 1986
.RZ "SOAP" "A nice body and face soap"
...
diameter.  \FIdo not use metal\fR, as it will corrode. Even stainless steel
should be: \fI


<standard input>:26955: backtrace: string `=1'
<standard input>:126: backtrace: macro `AB'
<standard input>:26955: warning: can't find special character `13'
.RH MOD.RECIPES-SOURCE SPANAKOPITA MV "22 Dec 83" 1986
.RZ "SPANAKOPITA" "Greek spinach and cheese pie"
.AB "9\(13 inch" "22\(33 cm"
should be \(mu.....\(mu


<standard input>:31762: backtrace: macro `XX'
/tmp/INDEXFILE.15447:566: normal or special character expected (got a tab character)
.XX "" "(aaed chicken with a tarragon" "cream sauce" "Saut\z\" "142 CHICKEN-TARRAG"$
incorrect line break in ptx, from replacement of saute'd

<standard input>:31762: backtrace: macro `XX'
/tmp/INDEXFILE.15447:749: normal or special character expected (got a tab character)
.XX "" "(aaeed scallops with snow peas in" "fish sauce" "Saut\z\" "480 SCALLOPS-1"$
incorrect line break in ptx, from replacement of saute'd


wrt latter two errors:
ag cookbook uses \z\(aa and \z\(ga for accent acute and grave
filter this to usage of jar modified macros

almost all uses are \z\(aae for saute, puree, etc.
and a few other uses:
	\z\(aao		in proper name
	\z\(gaa		as in  a la

checked for misuse of \z\(: - only one found -

chicken-curry:Saut\z\(aee until the onions are cooked but not browned.
should be             aa


------------------------------------------------------------------------------
:r !diff rcbook.t ../../Programs/rcbook.t
39c39
< TITLE="Alt.Gourmand Cookbook"
---
> TITLE="Test Cookbook"
54c54
< COVER=../Cookbook/rcbook.cover.altgourmand
---
> COVER=../Programs/rcbook.cover
134d133
< .\" and a proper-name o' from alt.gourmand
153d151
< .ds o' \o'o\(aa'
514,520c512
< 	# switch alt.gourmand use of .TE -> .To, to avoid table conflict
< 	awk '/^\.TE / {if (NF > 1) sub("\.TE", ".To")}; {print}' |
< 	# conversions for special French characters as in alt.gourmand
< 	# and a proper-name o' also from alt.gourmand
< 	sed	-e "s/\\\\z\\\(aae/\\\*\(e\'/g" \
< 		-e "s/\\\\z\\\(aao/\\\*\(o\'/g" \
< 		-e "s/\\\\z\\\(gaa/\\\*\(a\`/g" 
---
> 	awk '/^\.TE / {if (NF > 1) sub("\.TE", ".To")}; {print}'
558c550
< #exit
---
> exit
