Whittle | 5 Nov 2004 19:07
Picon

Re: Calling galleys in <at> Figure

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)


Gmane