5 Nov 2004 19:07
Re: Calling galleys in <at> Figure
Whittle <jasonwhittle <at> gmail.com>
2004-11-05 18:07:49 GMT
2004-11-05 18:07:49 GMT
Now that I've caught up to the latest version, I thought I would post
the smallest example of the problem I was having:
mydefs
----------
extend <at> BasicSetup <at> DocumentSetup <at> BookSetup <at> Chapter <at> Section
def <at> TestAlphaPlace { <at> Galley }
extend <at> BasicSetup <at> DocumentSetup <at> BookSetup <at> Chapter <at> Section
def <at> TestAlphaList { <at> TestAlphaPlace // <at> TestAlphaList }
extend <at> BasicSetup <at> DocumentSetup <at> BookSetup <at> Chapter <at> Section
def <at> TestAlphaDef into { <at> TestAlphaPlace&&following }
left <at> name
body <at> desc
{
<at> SubSection
<at> Title { <at> name }
<at> Begin
<at> desc
<at> End <at> SubSection
}
extend <at> BasicSetup <at> DocumentSetup <at> BookSetup <at> Chapter <at> Section
def <at> TestAlpha
left n
body y
{
{ n } <at> TestAlphaDef { y }
--- n ---
(Continue reading)
RSS Feed