Difference between revisions of "User:Alan C. Bowen"

From Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
  
 
  \defineblank[extractdistance][3pt]
 
  \defineblank[extractdistance][3pt]
 
 
  \definestartstop[extract][
 
  \definestartstop[extract][
 
     before={\blank[extractdistance]      %[extractdistance,force] causes spurious overfull \hbox warnings
 
     before={\blank[extractdistance]      %[extractdistance,force] causes spurious overfull \hbox warnings
Line 17: Line 16:
  
 
\defineblank[footenoteextractdistance][2.7pt]
 
\defineblank[footenoteextractdistance][2.7pt]
 
 
  \definestartstop[fnextract][
 
  \definestartstop[fnextract][
 
       before={ \blank[footenoteextractdistance]
 
       before={ \blank[footenoteextractdistance]

Revision as of 15:05, 9 November 2005

The following may serve as a guide to others in formatting long quotations or extracts:

%%%% In body text

\defineblank[extractdistance][3pt]
\definestartstop[extract][
    before={\blank[extractdistance]       %[extractdistance,force] causes spurious overfull \hbox warnings
   	\setupnarrower[left=1.5pc,right=1.5pc]
   	\startnarrower[left,right]

\noindent},

     after={\stopnarrower
  	\blank[extractdistance]

\indenting[yes]}]

%%%% In footnotes

\defineblank[footenoteextractdistance][2.7pt]

\definestartstop[fnextract][
     before={ \blank[footenoteextractdistance]
   	\setupnarrower[left=1.5pc,right=1.5pc]
   	\startnarrower[left,right]

\noindent},

     after={\stopnarrower
  	\blank[footenoteextractdistance]

\indenting[yes]}]