Offset 1, 1 lines modified | Offset 1, 1 lines modified | ||
1 | {"name":"aft","origin":"textproc/aft","version":"5.098,1","comment":"Document·preparation·system·using·an·Almost·Free·Text·input·format","maintainer":"culot@FreeBSD.org","www":"http://www.maplefish.com/todd/aft.html","abi":"FreeBSD:11:amd64","arch":"freebsd:11:x86:64","prefix":"/usr/local","flatsize":298681,"licenselogic":"single","licenses":["CART"],"desc":"AFT·(Almost·Free·Text)·is·a·document·preparation·system.·It·is·mostly\nfree·form·meaning·that·there·is·little·intrusive·markup.·AFT·source\ndocuments·look·a·lot·like·plain·old·ASCII·text.\n\nAFT·has·a·few·rules·for·structuring·your·document·and·these·rules·have\nmore·to·do·with·formatting·your·text·rather·than·embedding·commands.\n\nRight·now,·AFT·produces·pretty·good·(weblint-able)·HTML,·XHTML,·LaTeX,\nlout·and·RTF.·It·can,·in·fact,·be·coerced·into·producing·all·types·of\noutput·(e.g.·roll-your-own·XML).·All·that·needs·to·be·done·is·to·edit\na·rule·file.·You·can·even·customize·your·own·HTML·rule·files·for\nspecialized·output.\n\nWWW:·http://www.maplefish·✂ | 1 | {"name":"aft","origin":"textproc/aft","version":"5.098,1","comment":"Document·preparation·system·using·an·Almost·Free·Text·input·format","maintainer":"culot@FreeBSD.org","www":"http://www.maplefish.com/todd/aft.html","abi":"FreeBSD:11:amd64","arch":"freebsd:11:x86:64","prefix":"/usr/local","flatsize":298681,"licenselogic":"single","licenses":["CART"],"desc":"AFT·(Almost·Free·Text)·is·a·document·preparation·system.·It·is·mostly\nfree·form·meaning·that·there·is·little·intrusive·markup.·AFT·source\ndocuments·look·a·lot·like·plain·old·ASCII·text.\n\nAFT·has·a·few·rules·for·structuring·your·document·and·these·rules·have\nmore·to·do·with·formatting·your·text·rather·than·embedding·commands.\n\nRight·now,·AFT·produces·pretty·good·(weblint-able)·HTML,·XHTML,·LaTeX,\nlout·and·RTF.·It·can,·in·fact,·be·coerced·into·producing·all·types·of\noutput·(e.g.·roll-your-own·XML).·All·that·needs·to·be·done·is·to·edit\na·rule·file.·You·can·even·customize·your·own·HTML·rule·files·for\nspecialized·output.\n\nWWW:·http://www.maplefish·✂ |
Offset 1, 9 lines modified | Offset 1, 9 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | #·Using·features·from·aft-html.dat. | 4 | #·Using·features·from·aft-html.dat. |
5 | package·AFT_OUTPUT; | 5 | package·AFT_OUTPUT; |
6 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 6 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
Offset 13, 104 lines modified | Offset 13, 104 lines modified | ||
13 | sub·init_elements·{ | 13 | sub·init_elements·{ |
14 | » %pragma_postvar·=·( | 14 | » %pragma_postvar·=·( |
15 | » » 'stylesheet'·=>» ·'none', | 15 | » » 'stylesheet'·=>» ·'none', |
16 | » ); | 16 | » ); |
17 | » %elem·=·( | 17 | » %elem·=·( |
18 | » » ' | 18 | » » 'BeginSectLevel2'·=>» ·qq'<!--·Start·SectLevel2·-->', |
19 | » » 'StartBulletList'·=>» ·qq'<ul>', | ||
20 | » » 'LineBreak'·=>» ·qq'<br>', | ||
21 | » » 'StartTeletype'·=>» ·qq'<tt>', | ||
22 | » » 'EndVerbatim'·=>» ·qq'</pre></div>', | ||
23 | » » 'EndTable'·=>» ·qq'</table></center>', | ||
24 | » » 'StrikeLine'·=>» ·qq'<!--·Striken:·\%line\%·-->', | ||
25 | » » 'CommentLine'·=>» ·qq'<!--·\%line\%·-->', | ||
26 | » » 'TableHeader'·=>» ·qq'<th>\%stuff\%</th>', | ||
27 | » » 'interpolate'·=>» ·qq'yes', | 19 | » » 'interpolate'·=>» ·qq'yes', |
20 | » » '^**'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h3><a·name="\%section\%">\%text\%</a></h3>', | ||
21 | » » 'EndSectLevel1'·=>» ·qq'<!--·End·SectLevel1·-->', | ||
22 | » » '**'·=>» ·qq'<h3><a·name="\%section\%">\%text\%</a></h3>', | ||
23 | » » 'EndNamedList'·=>» ·qq'</dl>', | ||
28 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', | 24 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', |
29 | » » ' | 25 | » » 'CommentLine'·=>» ·qq'<!--·\%line\%·-->', |
26 | » » 'ID'·=>» ·qq'HTML', | ||
27 | » » 'EndNumberedListElement'·=>» ·qq'</li>', | ||
28 | » » 'StartVerbatim'·=>» ·qq'<div·class="block"><pre>', | ||
29 | » » 'EndSect5'·=>» ·qq'</div>·<!--End·Section·5-->', | ||
30 | » » 'StartSmall'·=>» ·qq'<small>', | ||
31 | » » 'EndSect7'·=>» ·qq'</div>·<!--End·Section·7-->', | ||
30 | » » 'EndParagraph'·=>» ·qq'</p>', | 32 | » » 'EndParagraph'·=>» ·qq'</p>', |
31 | » » ' | 33 | » » 'Image-center'·=>» ·qq'<center><img·src="\%image\%"·alt=""·align=bottom></center><br·clear=all>', |
32 | » » ' | 34 | » » 'Note'·=>» ·qq'<sup>[\%notereftxt\%(\%notetarget\%)]</sup>', |
33 | » » ' | 35 | » » 'EndSect6'·=>» ·qq'</div>·<!--End·Section·6-->', |
34 | » » ' | 36 | » » 'Target'·=>» ·qq'<a·name="\%target\%">\%text\%</a>', |
35 | » » ' | 37 | » » 'Author'·=>» ·qq'<br><center><h2>\%author\%</h2></center>', |
36 | » » ' | 38 | » » 'StartBlockedVerbatim'·=>» ·qq'<div·class="block"><pre>', |
37 | » » 'StartQuote'·=>» ·qq'<blockquote>', | ||
38 | » » 'HorizontalLine'·=>» ·qq'<hr>', | ||
39 | » » '^****'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h5><a·name="\%section\%">\%text\%</a></h5>', | 39 | » » '^****'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h5><a·name="\%section\%">\%text\%</a></h5>', |
40 | » » 'EndEmphasis'·=>» ·qq'</em>', | ||
41 | » » 'EndQuote'·=>» ·qq'</blockquote>', | ||
42 | » » 'StartNumberedList'·=>» ·qq'<ol>', | ||
43 | » » 'StartStrong'·=>» ·qq'<strong>', | ||
40 | » » '*'·=>» ·qq'<h2><a·name="\%section\%">\%text\%</a></h2>', | 44 | » » '*'·=>» ·qq'<h2><a·name="\%section\%">\%text\%</a></h2>', |
45 | » » 'StartEmphasis'·=>» ·qq'<em>', | ||
46 | » » 'EndBulletListElement'·=>» ·qq'</li>', | ||
47 | » » 'EndSmall'·=>» ·qq'</small>', | ||
48 | » » 'LineBreak'·=>» ·qq'<br>', | ||
49 | » » 'StartParagraph'·=>» ·qq'<p·class="Body">', | ||
41 | » » 'Superscript'·=>» ·qq'<sup>\%stuff\%</sup>', | 50 | » » 'Superscript'·=>» ·qq'<sup>\%stuff\%</sup>', |
42 | » » ' | 51 | » » 'URL'·=>» ·qq'<a·class="link"·href="\%target\%">\%text\%</a>', |
52 | » » 'StartBulletList'·=>» ·qq'<ul>', | ||
53 | » » 'StartTable'·=>» ·qq'<!--·\%columns\%·columns·--><center><table·cellspacing="0">', | ||
54 | » » 'EndSectLevel3'·=>» ·qq'<!--·End·SectLevel3·-->', | ||
55 | » » 'EndSectLevel2'·=>» ·qq'<!--·End·SectLevel2·-->', | ||
56 | » » 'StrikeLine'·=>» ·qq'<!--·Striken:·\%line\%·-->', | ||
57 | » » 'EndSect1'·=>» ·qq'<!--End·Section·1-->', | ||
58 | » » '^*'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h2><a·name="\%section\%">\%text\%</a></h2>', | ||
43 | » » 'StartFilteredVerbatim'·=>» ·qq'<pre>', | 59 | » » 'StartFilteredVerbatim'·=>» ·qq'<pre>', |
44 | » » ' | 60 | » » 'NBSPACE'·=>» ·qq' ', |
61 | » » 'EndFilteredVerbatim'·=>» ·qq'</pre>', | ||
62 | » » '******'·=>» ·qq'<div·class="section6"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
45 | » » 'NoteRef'·=>» ·qq'<sup>\%ref\%</sup>', | 63 | » » 'NoteRef'·=>» ·qq'<sup>\%ref\%</sup>', |
46 | » » ' | 64 | » » '*******'·=>» ·qq'<div·class="section7"><h6><a·name="\%section\%">\%text\%</a></h6>', |
47 | 65 | » » 'EndTeletype'·=>» ·qq'</tt>', | |
66 | » » 'TableRowEnd'·=>» ·qq'</tr>', | ||
48 | » » 'EndNumberedList'·=>» ·qq'</ol>', | 67 | » » 'EndNumberedList'·=>» ·qq'</ol>', |
49 | » » ' | 68 | » » 'StartQuote'·=>» ·qq'<blockquote>', |
50 | » » 'URL'·=>» ·qq'<a·class="link"·href="\%target\%">\%text\%</a>', | ||
51 | » » 'Image'·=>» ·qq'<img·src="\%image\%"·alt=""·align=bottom>', | ||
52 | » » 'Note'·=>» ·qq'<sup>[\%notereftxt\%(\%notetarget\%)]</sup>', | ||
53 | » » 'BeginSectLevel1'·=>» ·qq'<!--·Start·SectLevel1·-->', | ||
54 | » » 'StartBlockedVerbatim'·=>» ·qq'<div·class="block"><pre>', | ||
55 | » » 'Index'·=>» ·qq'<a·name="\%target\%"></a>', | ||
56 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', | ||
57 | » » 'Image-center'·=>» ·qq'<center><img·src="\%image\%"·alt=""·align=bottom></center><br·clear=all>', | ||
58 | » » 'BulletListElement'·=>» ·qq'<li>', | 69 | » » 'BulletListElement'·=>» ·qq'<li>', |
59 | » » ' | 70 | » » 'NotesAtEnd?'·=>» ·qq'yes', |
60 | » » ' | 71 | » » 'EndSectLevel4'·=>» ·qq'<!--·End·SectLevel4·-->', |
61 | » » ' | 72 | » » 'StartNamedList'·=>» ·qq'<dl>', |
62 | » » 'S | 73 | » » 'BeginSectLevel4'·=>» ·qq'<!--·Start·SectLevel4·-->', |
74 | » » '***'·=>» ·qq'<h4><a·name="\%section\%">\%text\%</a></h4>', | ||
75 | » » 'Center'·=>» ·qq'<center>\%center\%</center>', | ||
76 | » » 'InternalReference'·=>» ·qq'<a·class="link"·href="#\%target\%">\%text\%</a>', | ||
77 | » » 'Image'·=>» ·qq'<img·src="\%image\%"·alt=""·align=bottom>', | ||
63 | » » 'EndSect4'·=>» ·qq'<!--End·Section·4-->', | 78 | » » 'EndSect4'·=>» ·qq'<!--End·Section·4-->', |
64 | » » ' | 79 | » » 'NumberedListElement'·=>» ·qq'<li>', |
65 | » » 'EndBulletList'·=>» ·qq'</ul>', | 80 | » » 'EndBulletList'·=>» ·qq'</ul>', |
66 | » » ' | 81 | » » 'StartTeletype'·=>» ·qq'<tt>', |
67 | » » 'End | 82 | » » 'EndVerbatim'·=>» ·qq'</pre></div>', |
68 | » » 'Author'·=>» ·qq'<br><center><h2>\%author\%</h2></center>', | ||
69 | » » 'EndSect5'·=>» ·qq'</div>·<!--End·Section·5-->', | ||
70 | » » '**'·=>» ·qq'<h3><a·name="\%section\%">\%text\%</a></h3>', | ||
71 | » » 'TableElement'·=>» ·qq'<td>\%stuff\%</td>', | 83 | » » 'TableElement'·=>» ·qq'<td>\%stuff\%</td>', |
72 | » » ' | 84 | » » 'EndStrong'·=>» ·qq'</strong>', |
73 | » » ' | 85 | » » 'TableRowStart'·=>» ·qq'<tr>', |
86 | » » 'Image-right'·=>» ·qq'<img·src="\%image\%"·alt=""·align=right><br·clear=all>', | ||
87 | » » 'BeginSectLevel3'·=>» ·qq'<!--·Start·SectLevel3·-->', | ||
88 | » » 'Index'·=>» ·qq'<a·name="\%target\%"></a>', | ||
74 | » » 'EndSect2'·=>» ·qq'<!--End·Section·2-->', | 89 | » » 'EndSect2'·=>» ·qq'<!--End·Section·2-->', |
75 | » » ' | 90 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', |
76 | » » '^***'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h4><a·name="\%section\%">\%text\%</a></h4>', | 91 | » » '^***'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h4><a·name="\%section\%">\%text\%</a></h4>', |
77 | » » ' | 92 | » » 'TableCaption'·=>» ·qq'<caption>\%caption\%</caption>', |
78 | 93 | » » 'EndNamedListElement'·=>» ·qq'</dd>', | |
79 | » » 'EndQuote'·=>» ·qq'</blockquote>', | ||
80 | » » 'EndNumberedListElement'·=>» ·qq'</li>', | ||
81 | » » 'EndBulletListElement'·=>» ·qq'</li>', | ||
82 | » » 'StartVerbatim'·=>» ·qq'<div·class="block"><pre>', | ||
83 | » » 'StartEmphasis'·=>» ·qq'<em>', | ||
84 | » » 'Subscript'·=>» ·qq'<sub>\%stuff\%</sub>', | ||
85 | » » '*****'·=>» ·qq'<div·class="section5"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
86 | » » 'EndSectLevel1'·=>» ·qq'<!--·End·SectLevel1·-->', | ||
87 | » » '****'·=>» ·qq'<h5><a·name="\%section\%">\%text\%</a></h5>', | 94 | » » '****'·=>» ·qq'<h5><a·name="\%section\%">\%text\%</a></h5>', |
88 | » » ' | 95 | » » '*****'·=>» ·qq'<div·class="section5"><h6><a·name="\%section\%">\%text\%</a></h6>', |
89 | » » ' | 96 | » » 'TableHeader'·=>» ·qq'<th>\%stuff\%</th>', |
90 | » » ' | 97 | » » 'Image-left'·=>» ·qq'<img·src="\%image\%"·alt=""·align=left><br·clear=all>', |
91 | » » ' | 98 | » » 'Subscript'·=>» ·qq'<sub>\%stuff\%</sub>', |
92 | » » ' | 99 | » » 'TOC'·=>» ·qq'', |
93 | » » 'End | 100 | » » 'EndTable'·=>» ·qq'</table></center>', |
94 | » » ' | 101 | » » 'Title'·=>» ·qq'<br><center><h1><a·name="AFT-top">\%title\%</a></h1></center>', |
95 | » » 'TableElementSep'·=>» ·qq'', | 102 | » » 'TableElementSep'·=>» ·qq'', |
96 | » » ' | 103 | » » 'HorizontalLine'·=>» ·qq'<hr>', |
97 | » » 'EndSect | 104 | » » 'EndSect3'·=>» ·qq'<!--End·Section·3-->', |
98 | » » ' | 105 | » » 'BeginSectLevel1'·=>» ·qq'<!--·Start·SectLevel1·-->', |
99 | 106 | » » 'EndBlockedVerbatim'·=>» ·qq'</pre></div>', | |
100 | » » 'Center'·=>» ·qq'<center>\%center\%</center>', | ||
101 | » » 'NamedListElement'·=>» ·qq'<dt><strong>\%name\%</strong></dt><dd>', | 107 | » » 'NamedListElement'·=>» ·qq'<dt><strong>\%name\%</strong></dt><dd>', |
102 | » » 'Image-right'·=>» ·qq'<img·src="\%image\%"·alt=""·align=right><br·clear=all>', | ||
103 | » » 'NBSPACE'·=>» ·qq' ', | ||
104 | » » 'StartNamedList'·=>» ·qq'<dl>', | ||
105 | » » 'EndSectLevel3'·=>» ·qq'<!--·End·SectLevel3·-->', | ||
106 | » » 'NotesAtEnd?'·=>» ·qq'yes', | ||
107 | » » '******'·=>» ·qq'<div·class="section6"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
108 | » ); | 108 | » ); |
109 | ##·Preamble: | 109 | ##·Preamble: |
110 | $file_preamble·=·'<!DOCTYPE·HTML·PUBLIC·"-//W3C//DTD·HTML·4.0·Transitional//EN"> | 110 | $file_preamble·=·'<!DOCTYPE·HTML·PUBLIC·"-//W3C//DTD·HTML·4.0·Transitional//EN"> |
111 | <html> | 111 | <html> |
112 | <head> | 112 | <head> |
Offset 1, 86 lines modified | Offset 1, 86 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | package·AFT_OUTPUT; | 4 | package·AFT_OUTPUT; |
5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. | 6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. |
7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. | 7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. |
8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. | 8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. |
9 | sub·init_elements·{ | 9 | sub·init_elements·{ |
10 | » %pragma_postvar·=·( | 10 | » %pragma_postvar·=·( |
11 | » ); | 11 | » ); |
12 | » %elem·=·( | 12 | » %elem·=·( |
13 | » » ' | 13 | » » 'Image-right'·=>» ·qq'<inlinegraphic·fileref="\%image\%"·format="gif"·align=right></inlinegraphic>', |
14 | » » ' | 14 | » » 'TableElement'·=>» ·qq'<entry>\%stuff\%</entry>', |
15 | » » 'S | 15 | » » 'Subscript'·=>» ·qq'<subscript>\%stuff\%</subscript>', |
16 | » » 'EndBulletList'·=>» ·qq'</itemizedlist>', | ||
17 | » » 'TableRowEnd'·=>» ·qq'</row>', | ||
18 | » » 'Image-left'·=>» ·qq'<inlinegraphic·fileref="\%image\%"·format="gif"·align=left></inlinegraphic>', | ||
19 | » » 'StartTable'·=>» ·qq'<table><tgroup·cols="\%columns\%">', | ||
20 | » » 'TableHeader'·=>» ·qq'<entry>\%stuff\%</entry>', | ||
21 | » » 'StartFilteredVerbatim'·=>» ·qq'<programlisting>', | ||
22 | » » 'EndSect4'·=>» ·qq'</sec4>', | ||
23 | » » 'Image'·=>» ·qq'<inlinegraphic·fileref="\%image\%"·format="gif"></inlinegraphic>', | ||
24 | » » 'StrikeLine'·=>» ·qq'<comment>·Striken:·\%line\%·</comment>', | ||
25 | » » 'Title'·=>» ·qq'<title·id="AFT-top">\%title\%</title>', | ||
26 | » » 'StartVerbatim'·=>» ·qq'<literallayout>', | ||
16 | » » 'StartBlockedVerbatim'·=>» ·qq'<programlisting><![CDATA[', | 27 | » » 'StartBlockedVerbatim'·=>» ·qq'<programlisting><![CDATA[', |
17 | » » 'StartStrong'·=>» ·qq'<emphasis·role=bold>', | ||
18 | » » 'NamedListElement'·=>» ·qq'<varlistentry><term>\%name\%</term><listitem>', | ||
19 | » » '*'·=>» ·qq'<sec4·id="\%section\%"><title>\%section\%</title>', | ||
20 | » » 'StartEmphasis'·=>» ·qq'<emphasis>', | ||
21 | » » 'EndNumberedListElement'·=>» ·qq'</listitem>', | 28 | » » 'EndNumberedListElement'·=>» ·qq'</listitem>', |
22 | » » ' | 29 | » » 'EndBulletListElement'·=>» ·qq'</listitem>', |
30 | » » 'InternalReference'·=>» ·qq'<link·linkend="\%target\%">\%text\%</link>', | ||
31 | » » 'CommentLine'·=>» ·qq'<comment>·\%line\%·</comment>', | ||
32 | » » 'StartBulletList'·=>» ·qq'<itemizedlist·mark=opencircle>', | ||
33 | » » 'HorizontalLine'·=>» ·qq'', | ||
23 | » » 'ID'·=>» ·qq'DocBookArticle» ', | 34 | » » 'ID'·=>» ·qq'DocBookArticle» ', |
24 | » » ' | 35 | » » 'EndTable'·=>» ·qq'</table>', |
25 | » » 'NoteRef'·=>» ·qq'<superscript>\%ref\%</superscript>', | 36 | » » 'NoteRef'·=>» ·qq'<superscript>\%ref\%</superscript>', |
26 | » » 'StartTeletype'·=>» ·qq'<computeroutput>', | ||
27 | » » 'Image-right'·=>» ·qq'<inlinegraphic·fileref="\%image\%"·format="gif"·align=right></inlinegraphic>', | ||
28 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', | ||
29 | » » 'Subscript'·=>» ·qq'<subscript>\%stuff\%</subscript>', | ||
30 | » » 'EndVerbatim'·=>» ·qq'</literallayout>', | ||
31 | » » 'TableElement'·=>» ·qq'<entry>\%stuff\%</entry>', | ||
32 | » » 'Image-center'·=>» ·qq'<inlinegraphic·fileref="\%image\%"·format="gif"·align=center></inlinegraphic>', | ||
33 | » » 'TableCaption'·=>» ·qq'<title>\%caption\%</title>', | ||
34 | » » 'EndBulletList'·=>» ·qq'</itemizedlist>', | ||
35 | » » 'StartNamedList'·=>» ·qq'<variablelist>', | 37 | » » 'StartNamedList'·=>» ·qq'<variablelist>', |
36 | » » ' | 38 | » » 'TOC'·=>» ·qq'', |
37 | » » 'NumberedListElement'·=>» ·qq'<listitem>', | ||
38 | » » 'EndSect1'·=>» ·qq'</sec1>', | ||
39 | » » 'StartVerbatim'·=>» ·qq'<literallayout>', | ||
40 | » » 'StartParagraph'·=>» ·qq'<para>', | 39 | » » 'StartParagraph'·=>» ·qq'<para>', |
41 | » » ' | 40 | » » 'EndSect1'·=>» ·qq'</sec1>', |
42 | » » 'Image'·=>» ·qq'<inlinegraphic·fileref="\%image\%"·format="gif"></inlinegraphic>', | 41 | » » 'Image-center'·=>» ·qq'<inlinegraphic·fileref="\%image\%"·format="gif"·align=center></inlinegraphic>', |
42 | » » 'NamedListElement'·=>» ·qq'<varlistentry><term>\%name\%</term><listitem>', | ||
43 | » » 'EndTeletype'·=>» ·qq'</computeroutput>', | 43 | » » 'EndTeletype'·=>» ·qq'</computeroutput>', |
44 | » » ' | 44 | » » 'NBSPACE'·=>» ·qq' ', |
45 | » » ' | 45 | » » 'EndNamedList'·=>» ·qq'</variablelist>', |
46 | » » 'End | 46 | » » 'EndEmphasis'·=>» ·qq'</emphasis>', |
47 | » » ' | 47 | » » 'EndVerbatim'·=>» ·qq'</literallayout>', |
48 | » » 'EndStrong'·=>» ·qq'</emphasis>', | ||
49 | » » 'StartQuote'·=>» ·qq'<blockquote>', | ||
50 | » » 'StartSmall'·=>» ·qq'<small>', | ||
48 | » » 'Superscript'·=>» ·qq'<superscript>\%stuff\%</supscript>', | 51 | » » 'Superscript'·=>» ·qq'<superscript>\%stuff\%</supscript>', |
49 | » » 'Table | 52 | » » 'TableCaption'·=>» ·qq'<title>\%caption\%</title>', |
50 | » » ' | 53 | » » 'Author'·=>» ·qq'<author>\%author\%</author>', |
51 | » » ' | 54 | » » 'EndSect3'·=>» ·qq'</sec3>', |
52 | » » ' | 55 | » » 'BulletListElement'·=>» ·qq'<listitem>', |
56 | » » 'StartNumberedList'·=>» ·qq'<orderedlist>', | ||
53 | » » 'Target'·=>» ·qq'<anchor·id="\%target\%">\%text\%', | 57 | » » 'Target'·=>» ·qq'<anchor·id="\%target\%">\%text\%', |
54 | » » 'End | 58 | » » 'EndBlockedVerbatim'·=>» ·qq']]></programlisting>»', |
55 | » » 'StartQuote'·=>» ·qq'<blockquote>', | ||
56 | » » 'EndNumberedList'·=>» ·qq'</orderedlist>', | 59 | » » 'EndNumberedList'·=>» ·qq'</orderedlist>', |
57 | » » ' | 60 | » » 'NumberedListElement'·=>» ·qq'<listitem>', |
58 | » » ' | 61 | » » 'StartEmphasis'·=>» ·qq'<emphasis>', |
59 | » » 'End | 62 | » » 'EndQuote'·=>» ·qq'</blockquote>', |
60 | » » ' | 63 | » » 'TableRowStart'·=>» ·qq'<row>', |
61 | » » 'StartBulletList'·=>» ·qq'<itemizedlist·mark=opencircle>', | ||
62 | » » 'EndNamedList'·=>» ·qq'</variablelist>', | ||
63 | » » 'Center'·=>» ·qq'\%center\%', | ||
64 | » » 'URL'·=>» ·qq'<ulink·url="\%target\%">\%text\%</ulink>', | 64 | » » 'URL'·=>» ·qq'<ulink·url="\%target\%">\%text\%</ulink>', |
65 | » » ' | 65 | » » '*'·=>» ·qq'<sec4·id="\%section\%"><title>\%section\%</title>', |
66 | » » | 66 | » » 'EndFilteredVerbatim'·=>» ·qq'</programlisting>', |
67 | » » ' | 67 | » » 'EndParagraph'·=>» ·qq'</para>', |
68 | » » 'HorizontalLine'·=>» ·qq'', | ||
69 | » » 'EndBlockedVerbatim'·=>» ·qq']]></programlisting>»', | ||
70 | » » 'Title'·=>» ·qq'<title·id="AFT-top">\%title\%</title>', | ||
71 | » » 'EndTable'·=>» ·qq'</table>', | ||
72 | » » 'EndBulletListElement'·=>» ·qq'</listitem>', | ||
73 | » » 'TOC'·=>» ·qq'', | ||
74 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', | 68 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', |
75 | » » ' | 69 | » » 'Center'·=>» ·qq'\%center\%', |
70 | » » 'EndSmall'·=>» ·qq'</small>', | ||
71 | » » 'EndNamedListElement'·=>» ·qq'</listitem></varlistentry>', | ||
72 | » » 'StartTeletype'·=>» ·qq'<computeroutput>', | ||
73 | » » 'StartStrong'·=>» ·qq'<emphasis·role=bold>', | ||
74 | » » 'EndSect2'·=>» ·qq'</sec2>', | ||
75 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', | ||
76 | » ); | 76 | » ); |
77 | ##·Preamble: | 77 | ##·Preamble: |
78 | $file_preamble·=·'<!doctype·article·PUBLIC·"-//OASIS//DTD·DocBook·V3.1//EN"> | 78 | $file_preamble·=·'<!doctype·article·PUBLIC·"-//OASIS//DTD·DocBook·V3.1//EN"> |
79 | <article> | 79 | <article> |
80 | <artheader> | 80 | <artheader> |
Offset 1, 9 lines modified | Offset 1, 9 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | package·AFT_OUTPUT; | 4 | package·AFT_OUTPUT; |
5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. | 6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. |
7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. | 7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. |
Offset 11, 104 lines modified | Offset 11, 104 lines modified | ||
11 | sub·init_elements·{ | 11 | sub·init_elements·{ |
12 | » %pragma_postvar·=·( | 12 | » %pragma_postvar·=·( |
13 | » » 'stylesheet'·=>» ·'none', | 13 | » » 'stylesheet'·=>» ·'none', |
14 | » ); | 14 | » ); |
15 | » %elem·=·( | 15 | » %elem·=·( |
16 | » » 'StartStrong'·=>» ·qq'<strong>', | ||
17 | » » 'NotesAtEnd?'·=>» ·qq'yes', | ||
18 | » » '*******'·=>» ·qq'<div·class="section7"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
16 | » » 'BeginSectLevel1'·=>» ·qq'<!--·Start·SectLevel1·-->', | 19 | » » 'BeginSectLevel1'·=>» ·qq'<!--·Start·SectLevel1·-->', |
17 | » » ' | 20 | » » 'StartTeletype'·=>» ·qq'<tt>', |
18 | » » ' | 21 | » » 'Center'·=>» ·qq'<center>\%center\%</center>', |
19 | » » ' | 22 | » » 'Subscript'·=>» ·qq'<sub>\%stuff\%</sub>', |
20 | » » ' | 23 | » » 'Image-center'·=>» ·qq'<center><img·src="\%image\%"·alt=""·align=bottom></center><br·clear=all>', |
21 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', | ||
22 | » » 'TableElement'·=>» ·qq'<td>\%stuff\%</td>', | 24 | » » 'TableElement'·=>» ·qq'<td>\%stuff\%</td>', |
23 | » » ' | 25 | » » 'StartBulletList'·=>» ·qq'<ul>', |
24 | » » ' | 26 | » » '^****'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h5><a·name="\%section\%">\%text\%</a></h5>', |
25 | » » ' | 27 | » » 'BeginSectLevel4'·=>» ·qq'<!--·Start·SectLevel4·-->', |
26 | » » ' | 28 | » » 'Superscript'·=>» ·qq'<sup>\%stuff\%</sup>', |
29 | » » 'EndStrong'·=>» ·qq'</strong>', | ||
27 | » » 'StartVerbatim'·=>» ·qq'<div·class="block"><pre>', | 30 | » » 'StartVerbatim'·=>» ·qq'<div·class="block"><pre>', |
31 | » » 'TableRowEnd'·=>» ·qq'</tr>', | ||
32 | » » 'BeginSectLevel3'·=>» ·qq'<!--·Start·SectLevel3·-->', | ||
33 | » » 'StartQuote'·=>» ·qq'<blockquote>', | ||
28 | » » 'NBSPACE'·=>» ·qq' ', | 34 | » » 'NBSPACE'·=>» ·qq' ', |
29 | » » 'EndQuote'·=>» ·qq'</blockquote>', | ||
30 | » » 'StartStrong'·=>» ·qq'<strong>', | ||
31 | » » 'interpolate'·=>» ·qq'yes', | 35 | » » 'interpolate'·=>» ·qq'yes', |
32 | » » ' | 36 | » » 'NumberedListElement'·=>» ·qq'<li>', |
33 | » » ' | 37 | » » 'EndSectLevel2'·=>» ·qq'<!--·End·SectLevel2·-->', |
34 | » » 'End | 38 | » » 'EndQuote'·=>» ·qq'</blockquote>', |
35 | » » ' | 39 | » » 'EndSect3'·=>» ·qq'<!--End·Section·3-->', |
36 | 40 | » » 'EndNamedList'·=>» ·qq'</dl>', | |
37 | » » 'StartTeletype'·=>» ·qq'<tt>', | ||
38 | » » 'TableRowStart'·=>» ·qq'<tr>', | ||
39 | » » 'EndSect2'·=>» ·qq'<!--End·Section·2-->', | ||
40 | » » 'EndTable'·=>» ·qq'</table>', | ||
41 | » » 'EndSect6'·=>» ·qq'</div>·<!--End·Section·6-->', | ||
42 | » » 'TableElementSep'·=>» ·qq'', | ||
43 | » » '*'·=>» ·qq'<h2><a·name="\%section\%">\%text\%</a></h2>', | ||
44 | » » 'BeginSectLevel4'·=>» ·qq'<!--·Start·SectLevel4·-->', | ||
45 | » » 'StartTable'·=>» ·qq'<!--·\%columns\%·columns·--><table·border>', | ||
46 | » » '^*'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h2><a·name="\%section\%">\%text\%</a></h2>', | ||
47 | » » 'EndSectLevel4'·=>» ·qq'<!--·End·SectLevel4·-->', | ||
48 | » » 'Target'·=>» ·qq'<a·name="\%target\%">\%text\%</a>', | 41 | » » 'Target'·=>» ·qq'<a·name="\%target\%">\%text\%</a>', |
49 | » » 'TOC'·=>» ·qq'', | ||
50 | » » 'Center'·=>» ·qq'<center>\%center\%</center>', | ||
51 | » » 'StartQuote'·=>» ·qq'<blockquote>', | ||
52 | » » 'URL'·=>» ·qq'<a·class="link"·href="\%target\%">\%text\%</a>', | ||
53 | » » 'NotesAtEnd?'·=>» ·qq'yes', | ||
54 | » » 'StartNumberedList'·=>» ·qq'<ol>', | ||
55 | » » 'TableCaption'·=>» ·qq'<caption>\%caption\%</caption>', | 42 | » » 'TableCaption'·=>» ·qq'<caption>\%caption\%</caption>', |
56 | » » ' | 43 | » » 'Image'·=>» ·qq'<img·src="\%image\%"·alt=""·align=bottom>', |
57 | » » ' | 44 | » » 'Author'·=>» ·qq'<br><center><h2>\%author\%</h2></center>', |
58 | » » 'Image-right'·=>» ·qq'<img·src="\%image\%"·alt=""·align=right><br·clear=all>', | ||
59 | » » 'Image-center'·=>» ·qq'<center><img·src="\%image\%"·alt=""·align=bottom></center><br·clear=all>', | ||
60 | » » 'EndVerbatim'·=>» ·qq'</pre></div>', | ||
61 | » » 'LineBreak'·=>» ·qq'<br>', | ||
62 | » » 'EndBlockedVerbatim'·=>» ·qq'</pre></div>', | ||
63 | » » 'EndNamedListElement'·=>» ·qq'</dd>', | 45 | » » 'EndNamedListElement'·=>» ·qq'</dd>', |
64 | 46 | » » 'EndTeletype'·=>» ·qq'</tt>', | |
65 | » » 'EndSect1'·=>» ·qq'<!--End·Section·1-->', | ||
66 | » » '***'·=>» ·qq'<h4><a·name="\%section\%">\%text\%</a></h4>', | ||
67 | » » 'StartParagraph'·=>» ·qq'<p·class="Body">', | ||
68 | » » '******'·=>» ·qq'<div·class="section6"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
69 | » » 'EndNamedList'·=>» ·qq'</dl>', | ||
70 | » » 'EndFilteredVerbatim'·=>» ·qq'</pre>', | ||
71 | » » '*******'·=>» ·qq'<div·class="section7"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
72 | » » 'EndSect7'·=>» ·qq'</div>·<!--End·Section·7-->', | ||
73 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', | ||
74 | » » 'EndSectLevel1'·=>» ·qq'<!--·End·SectLevel1·-->', | 47 | » » 'EndSectLevel1'·=>» ·qq'<!--·End·SectLevel1·-->', |
75 | » » 'E | 48 | » » 'TableElementSep'·=>» ·qq'', |
76 | » » ' | 49 | » » 'EndSect2'·=>» ·qq'<!--End·Section·2-->', |
77 | » » ' | 50 | » » '****'·=>» ·qq'<h5><a·name="\%section\%">\%text\%</a></h5>', |
51 | » » 'EndBulletListElement'·=>» ·qq'</li>', | ||
52 | » » 'EndSectLevel4'·=>» ·qq'<!--·End·SectLevel4·-->', | ||
78 | » » 'EndParagraph'·=>» ·qq'</p>', | 53 | » » 'EndParagraph'·=>» ·qq'</p>', |
79 | » » ' | 54 | » » 'EndSect5'·=>» ·qq'</div>·<!--End·Section·5-->', |
80 | » » 'StartBlockedVerbatim'·=>» ·qq'<div·class="block"><pre>', | ||
81 | » » 'Title'·=>» ·qq'<br><center><h1><a·name="AFT-top">\%title\%</a></h1></center>', | 55 | » » 'Title'·=>» ·qq'<br><center><h1><a·name="AFT-top">\%title\%</a></h1></center>', |
56 | » » 'CommentLine'·=>» ·qq'<!--·\%line\%·-->', | ||
57 | » » '******'·=>» ·qq'<div·class="section6"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
58 | » » 'EndSect6'·=>» ·qq'</div>·<!--End·Section·6-->', | ||
59 | » » 'EndNumberedList'·=>» ·qq'</ol>', | ||
60 | » » 'ID'·=>» ·qq'HTML', | ||
61 | » » 'EndBlockedVerbatim'·=>» ·qq'</pre></div>', | ||
62 | » » 'StartEmphasis'·=>» ·qq'<em>', | ||
63 | » » 'Image-right'·=>» ·qq'<img·src="\%image\%"·alt=""·align=right><br·clear=all>', | ||
64 | » » 'HorizontalLine'·=>» ·qq'<hr>', | ||
82 | » » 'EndNumberedListElement'·=>» ·qq'</li>', | 65 | » » 'EndNumberedListElement'·=>» ·qq'</li>', |
83 | » » ' | 66 | » » 'BeginSectLevel2'·=>» ·qq'<!--·Start·SectLevel2·-->', |
67 | » » '*'·=>» ·qq'<h2><a·name="\%section\%">\%text\%</a></h2>', | ||
68 | » » 'StartNamedList'·=>» ·qq'<dl>', | ||
69 | » » 'URL'·=>» ·qq'<a·class="link"·href="\%target\%">\%text\%</a>', | ||
70 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', | ||
84 | » » 'NamedListElement'·=>» ·qq'<dt><strong>\%name\%</strong></dt><dd>', | 71 | » » 'NamedListElement'·=>» ·qq'<dt><strong>\%name\%</strong></dt><dd>', |
85 | » » ' | 72 | » » '^***'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h4><a·name="\%section\%">\%text\%</a></h4>', |
86 | » » 'Start | 73 | » » 'StartParagraph'·=>» ·qq'<p·class="Body">', |
87 | » » ' | 74 | » » 'EndTable'·=>» ·qq'</table>', |
75 | » » 'StrikeLine'·=>» ·qq'<!--·Striken:·\%line\%·-->', | ||
76 | » » 'EndEmphasis'·=>» ·qq'</em>', | ||
77 | » » 'StartFilteredVerbatim'·=>» ·qq'<pre>', | ||
88 | » » 'EndSectLevel3'·=>» ·qq'<!--·End·SectLevel3·-->', | 78 | » » 'EndSectLevel3'·=>» ·qq'<!--·End·SectLevel3·-->', |
79 | » » 'StartBlockedVerbatim'·=>» ·qq'<div·class="block"><pre>', | ||
80 | » » 'TableRowStart'·=>» ·qq'<tr>', | ||
81 | » » '***'·=>» ·qq'<h4><a·name="\%section\%">\%text\%</a></h4>', | ||
82 | » » 'NoteRef'·=>» ·qq'<sup>\%ref\%</sup>', | ||
83 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', | ||
84 | » » 'EndBulletList'·=>» ·qq'</ul>', | ||
85 | » » '^*'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h2><a·name="\%section\%">\%text\%</a></h2>', | ||
86 | » » 'TOC'·=>» ·qq'', | ||
87 | » » 'EndSmall'·=>» ·qq'</small>', | ||
88 | » » 'StartSmall'·=>» ·qq'<small>', | ||
89 | » » 'InternalReference'·=>» ·qq'<a·class="link"·href="#\%target\%">\%text\%</a>', | 89 | » » 'InternalReference'·=>» ·qq'<a·class="link"·href="#\%target\%">\%text\%</a>', |
90 | » » ' | 90 | » » '**'·=>» ·qq'<h3><a·name="\%section\%">\%text\%</a></h3>', |
91 | » » 'Image-left'·=>» ·qq'<img·src="\%image\%"·alt=""·align=left><br·clear=all>', | ||
92 | » » 'EndFilteredVerbatim'·=>» ·qq'</pre>', | ||
93 | » » 'LineBreak'·=>» ·qq'<br>', | ||
94 | » » 'StartTable'·=>» ·qq'<!--·\%columns\%·columns·--><table·border>', | ||
95 | » » 'BulletListElement'·=>» ·qq'<li>', | ||
96 | » » 'TableHeader'·=>» ·qq'<th>\%stuff\%</th>', | ||
97 | » » 'EndSect7'·=>» ·qq'</div>·<!--End·Section·7-->', | ||
91 | » » '*****'·=>» ·qq'<div·class="section5"><h6><a·name="\%section\%">\%text\%</a></h6>', | 98 | » » '*****'·=>» ·qq'<div·class="section5"><h6><a·name="\%section\%">\%text\%</a></h6>', |
92 | » » ' | 99 | » » 'EndSect1'·=>» ·qq'<!--End·Section·1-->', |
100 | » » 'EndVerbatim'·=>» ·qq'</pre></div>', | ||
101 | » » 'EndSect4'·=>» ·qq'<!--End·Section·4-->', | ||
102 | » » '^**'·=>» ·qq'<br><a·href="#AFT-top">[Top]</a><h3><a·name="\%section\%">\%text\%</a></h3>', | ||
103 | » » 'StartNumberedList'·=>» ·qq'<ol>', | ||
93 | » » 'Note'·=>» ·qq'<sup>[\%notereftxt\%(\%notetarget\%)]</sup>', | 104 | » » 'Note'·=>» ·qq'<sup>[\%notereftxt\%(\%notetarget\%)]</sup>', |
94 | » » 'Superscript'·=>» ·qq'<sup>\%stuff\%</sup>', | ||
95 | » » 'TableHeader'·=>» ·qq'<th>\%stuff\%</th>', | ||
96 | » » 'Index'·=>» ·qq'<a·name="\%target\%"></a>', | 105 | » » 'Index'·=>» ·qq'<a·name="\%target\%"></a>', |
97 | » » 'StartFilteredVerbatim'·=>» ·qq'<pre>', | ||
98 | » » 'CommentLine'·=>» ·qq'<!--·\%line\%·-->', | ||
99 | » » '****'·=>» ·qq'<h5><a·name="\%section\%">\%text\%</a></h5>', | ||
100 | » » 'EndSmall'·=>» ·qq'</small>', | ||
101 | » » 'TableRowEnd'·=>» ·qq'</tr>', | ||
102 | » » 'StartBulletList'·=>» ·qq'<ul>', | ||
103 | » » 'EndSect4'·=>» ·qq'<!--End·Section·4-->', | ||
104 | » » 'Image-left'·=>» ·qq'<img·src="\%image\%"·alt=""·align=left><br·clear=all>', | ||
105 | » » '**'·=>» ·qq'<h3><a·name="\%section\%">\%text\%</a></h3>', | ||
106 | » ); | 106 | » ); |
107 | ##·Preamble: | 107 | ##·Preamble: |
108 | $file_preamble·=·'<!DOCTYPE·HTML·PUBLIC·"-//W3C//DTD·HTML·4.0·Transitional//EN"> | 108 | $file_preamble·=·'<!DOCTYPE·HTML·PUBLIC·"-//W3C//DTD·HTML·4.0·Transitional//EN"> |
109 | <html> | 109 | <html> |
110 | <head> | 110 | <head> |
Offset 1, 90 lines modified | Offset 1, 90 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | package·AFT_OUTPUT; | 4 | package·AFT_OUTPUT; |
5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. | 6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. |
7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. | 7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. |
8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. | 8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. |
9 | sub·init_elements·{ | 9 | sub·init_elements·{ |
10 | » %pragma_postvar·=·( | 10 | » %pragma_postvar·=·( |
11 | » ); | 11 | » ); |
12 | » %elem·=·( | 12 | » %elem·=·( |
13 | » » ' | 13 | » » 'ID'·=>» ·qq'LOUT', |
14 | » » 'BeginSectLevel1'·=>» ·qq'\n\@BeginSections·', | ||
15 | » » 'Image-left'·=>» ·qq'\n\@LD·\@IncludeGraphic·\%image\%·', | ||
16 | » » '***'·=>» ·qq'\n\@SubSubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
17 | » » 'Superscript'·=>» ·qq'\@Sup·{\%stuff\%}·', | ||
18 | » » 'StartTeletype'·=>» ·qq'\@F·{', | ||
19 | » » 'StartQuote'·=>» ·qq'\n\@QD·{·', | ||
20 | » » 'EndSectLevel1'·=>» ·qq'\n\@EndSections·', | ||
21 | » » '****'·=>» ·qq'', | ||
22 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'No', | ||
23 | » » '*'·=>» ·qq'\n\@Section·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
24 | » » '**'·=>» ·qq'\n\@SubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
25 | » » 'BulletListElement'·=>» ·qq'\n\@LI·{\n', | ||
26 | » » 'StartParagraph'·=>» ·qq'\n\@PP\n·', | ||
27 | » » 'Image-right'·=>» ·qq'\n\@RightDisplay·\@IncludeGraphic·\%image\%·', | 14 | » » 'Image-right'·=>» ·qq'\n\@RightDisplay·\@IncludeGraphic·\%image\%·', |
28 | » » 'Target'·=>» ·qq'\%text\%·\@PageMark·{\%target\%}··', | ||
29 | » » 'NumberedListElement'·=>» ·qq'\n\@LI·{\n', | ||
30 | » » 'EndSect2'·=>» ·qq'\n\@End·\@SubSection·', | 15 | » » 'EndSect2'·=>» ·qq'\n\@End·\@SubSection·', |
31 | » » ' | 16 | » » 'NumberedListElement'·=>» ·qq'\n\@LI·{\n', |
32 | » » ' | 17 | » » 'EndBulletListElement'·=>» ·qq'\n}', |
33 | » » 'EndSectLevel2'·=>» ·qq'\n\@EndSubSections·', | ||
34 | » » 'EndBlockedVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | ||
35 | » » 'NBSPACE'·=>» ·qq'\"·\"', | ||
36 | » » 'EndNumberedListElement'·=>» ·qq'\n}', | ||
37 | » » 'EndNamedListElement'·=>» ·qq'\n}', | ||
38 | » » 'EndNumberedList'·=>» ·qq'\n\@EndList·', | ||
39 | » » 'Image'·=>» ·qq'\n\@IncludeGraphic·\%image\%', | ||
40 | » » 'StartVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·{', | ||
41 | » » 'URL'·=>» ·qq'\@F·{<\%target\%>}·', | ||
42 | » » 'EndSect3'·=>» ·qq'\n\@End·\@SubSubSection·', | ||
43 | » » 'StrikeLine'·=>» ·qq'#·\%line\%·', | ||
44 | » » 'StartBulletList'·=>» ·qq'\n\@BL·', | ||
45 | » » 'StartFilteredVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', | ||
46 | » » 'EndBulletList'·=>» ·qq'\n\@EndList·', | ||
47 | » » 'prefilter'·=>» ·qq'\014»» \@NP·', | ||
48 | » » 'NoteRef'·=>» ·qq'\@Sup·{\%ref\%}·', | ||
49 | » » 'CommentLine'·=>» ·qq'#·\%line\%·', | ||
50 | » » 'Subscript'·=>» ·qq'\@Sub·{\%stuff\%}·', | ||
51 | » » 'StartBlockedVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', | ||
52 | » » 'EndQuote'·=>» ·qq'}·', | ||
53 | » » 'StartEmphasis'·=>» ·qq'\@I·{', | ||
54 | » » 'EndFilteredVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | ||
55 | » » 'EndTeletype'·=>» ·qq'}·', | ||
56 | » » 'EndSmall'·=>» ·qq'}', | 18 | » » 'EndSmall'·=>» ·qq'}', |
57 | » » 'End | 19 | » » 'EndFilteredVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', |
58 | » » ' | 20 | » » 'BulletListElement'·=>» ·qq'\n\@LI·{\n', |
59 | » » ' | 21 | » » 'StartTeletype'·=>» ·qq'\@F·{', |
22 | » » 'EndQuote'·=>» ·qq'}·', | ||
23 | » » 'NoteRef'·=>» ·qq'\@Sup·{\%ref\%}·', | ||
24 | » » 'Center'·=>» ·qq'\n\@CD·{\%center\%}·', | ||
25 | » » '****'·=>» ·qq'', | ||
26 | » » 'LineBreak'·=>» ·qq'\n\@LLP·', | ||
27 | » » 'StartBulletList'·=>» ·qq'\n\@BL·', | ||
28 | » » 'StartTable'·=>» ·qq'#·WARNING:·AFT·doesn\'t·support·Lout·tables·yet!·#\n\@CD·TABLE\n', | ||
29 | » » 'EndSect1'·=>» ·qq'\n\@End·\@Section·', | ||
30 | » » 'URL'·=>» ·qq'\@F·{<\%target\%>}·', | ||
60 | » » 'EndParagraph'·=>» ·qq'', | 31 | » » 'EndParagraph'·=>» ·qq'', |
32 | » » 'EndNumberedListElement'·=>» ·qq'\n}', | ||
33 | » » 'ParagraphBreak'·=>» ·qq'', | ||
61 | » » 'InternalReference'·=>» ·qq'\%text\%·(p.·\@PageOf·{\%target\%})·', | 34 | » » 'InternalReference'·=>» ·qq'\%text\%·(p.·\@PageOf·{\%target\%})·', |
35 | » » 'prefilter'·=>» ·qq'\014»» \@NP·', | ||
36 | » » '*'·=>» ·qq'\n\@Section·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
37 | » » 'Image'·=>» ·qq'\n\@IncludeGraphic·\%image\%', | ||
62 | » » 'Image-center'·=>» ·qq'\n\@CD·\@IncludeGraphic·\%image\%·', | 38 | » » 'Image-center'·=>» ·qq'\n\@CD·\@IncludeGraphic·\%image\%·', |
63 | » » 'PreFilterVerbatim?'·=>» ·qq'No', | ||
64 | » » 'EndSect1'·=>» ·qq'\n\@End·\@Section·', | ||
65 | » » 'NamedListElement'·=>» ·qq'\n\@DTI·{\%name\%}·{\n', | ||
66 | » » 'HorizontalLine'·=>» ·qq'\n\@D·\@FullWidthRule·', | ||
67 | » » 'EndSectLevel3'·=>» ·qq'\n\@EndSubSubSections·', | ||
68 | » » 'BeginSectLevel2'·=>» ·qq'\n\@BeginSubSections·', | ||
69 | » » 'Center'·=>» ·qq'\n\@CD·{\%center\%}·', | ||
70 | » » 'TOC'·=>» ·qq'#·TOC·must·be·made·from·your·lout·file.·', | 39 | » » 'TOC'·=>» ·qq'#·TOC·must·be·made·from·your·lout·file.·', |
71 | » » ' | 40 | » » 'BeginSectLevel2'·=>» ·qq'\n\@BeginSubSections·', |
72 | » » 'StartStrong'·=>» ·qq'\@B·{', | ||
73 | » » 'EndStrong'·=>» ·qq'}', | 41 | » » 'EndStrong'·=>» ·qq'}', |
42 | » » 'StartNumberedList'·=>» ·qq'\n\@PNL·', | ||
43 | » » 'NBSPACE'·=>» ·qq'\"·\"', | ||
44 | » » 'EndBlockedVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | ||
45 | » » 'Superscript'·=>» ·qq'\@Sup·{\%stuff\%}·', | ||
74 | » » 'EndNamedList'·=>» ·qq'\n\@EndList·', | 46 | » » 'EndNamedList'·=>» ·qq'\n\@EndList·', |
75 | » » ' | 47 | » » 'BeginSectLevel3'·=>» ·qq'\n\@BeginSubSubSections·', |
76 | » » 'St | 48 | » » 'StrikeLine'·=>» ·qq'#·\%line\%·', |
49 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'No', | ||
50 | » » 'Subscript'·=>» ·qq'\@Sub·{\%stuff\%}·', | ||
51 | » » 'EndEmphasis'·=>» ·qq'}', | ||
52 | » » 'CommentLine'·=>» ·qq'#·\%line\%·', | ||
53 | » » 'EndBulletList'·=>» ·qq'\n\@EndList·', | ||
54 | » » 'NamedListElement'·=>» ·qq'\n\@DTI·{\%name\%}·{\n', | ||
55 | » » 'EndSect4'·=>» ·qq'', | ||
56 | » » '**'·=>» ·qq'\n\@SubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
57 | » » 'StartBlockedVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', | ||
77 | » » 'StartNamedList'·=>» ·qq'\n\@TL·', | 58 | » » 'StartNamedList'·=>» ·qq'\n\@TL·', |
59 | » » 'EndTeletype'·=>» ·qq'}·', | ||
60 | » » 'StartEmphasis'·=>» ·qq'\@I·{', | ||
61 | » » 'StartParagraph'·=>» ·qq'\n\@PP\n·', | ||
62 | » » 'EndSectLevel3'·=>» ·qq'\n\@EndSubSubSections·', | ||
63 | » » 'StartFilteredVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', | ||
64 | » » 'StartSmall'·=>» ·qq'\@S·{', | ||
78 | » » 'EndVerbatim'·=>» ·qq'}', | 65 | » » 'EndVerbatim'·=>» ·qq'}', |
79 | » » ' | 66 | » » 'Image-left'·=>» ·qq'\n\@LD·\@IncludeGraphic·\%image\%·', |
67 | » » 'EndSect3'·=>» ·qq'\n\@End·\@SubSubSection·', | ||
68 | » » 'StartStrong'·=>» ·qq'\@B·{', | ||
69 | » » 'EndSectLevel2'·=>» ·qq'\n\@EndSubSections·', | ||
70 | » » 'BeginSectLevel1'·=>» ·qq'\n\@BeginSections·', | ||
71 | » » '***'·=>» ·qq'\n\@SubSubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
72 | » » 'EndNamedListElement'·=>» ·qq'\n}', | ||
73 | » » 'StartVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·{', | ||
74 | » » 'StartQuote'·=>» ·qq'\n\@QD·{·', | ||
75 | » » 'HorizontalLine'·=>» ·qq'\n\@D·\@FullWidthRule·', | ||
76 | » » 'PreFilterVerbatim?'·=>» ·qq'No', | ||
77 | » » 'Target'·=>» ·qq'\%text\%·\@PageMark·{\%target\%}··', | ||
78 | » » 'EndNumberedList'·=>» ·qq'\n\@EndList·', | ||
79 | » » 'EndSectLevel1'·=>» ·qq'\n\@EndSections·', | ||
80 | » ); | 80 | » ); |
81 | ##·Preamble: | 81 | ##·Preamble: |
82 | $file_preamble·=·'#·Basser·Lout·Version·3.25·output·generated·by·AFT· | 82 | $file_preamble·=·'#·Basser·Lout·Version·3.25·output·generated·by·AFT· |
83 | @SysInclude·{·doc·} | 83 | @SysInclude·{·doc·} |
84 | @Document | 84 | @Document |
Offset 1, 92 lines modified | Offset 1, 92 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | package·AFT_OUTPUT; | 4 | package·AFT_OUTPUT; |
5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. | 6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. |
7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. | 7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. |
8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. | 8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. |
9 | sub·init_elements·{ | 9 | sub·init_elements·{ |
10 | » %pragma_postvar·=·( | 10 | » %pragma_postvar·=·( |
11 | » ); | 11 | » ); |
12 | » %elem·=·( | 12 | » %elem·=·( |
13 | » » ' | 13 | » » 'HorizontalLine'·=>» ·qq'\n\@D·\@FullWidthRule·', |
14 | » » ' | 14 | » » 'EndEmphasis'·=>» ·qq'}', |
15 | » » 'EndSectLevel2'·=>» ·qq'\n\@EndSections·', | ||
16 | » » 'StartEmphasis'·=>» ·qq'\@I·{', | ||
17 | » » '**'·=>» ·qq'\n\@Section·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
18 | » » 'Image-center'·=>» ·qq'\n\@CD·\@IncludeGraphic·\%image\%·', | ||
19 | » » 'EndParagraph'·=>» ·qq'', | ||
20 | » » 'EndSect1'·=>» ·qq'\n\@End·\@Chapter·', | ||
21 | » » 'Image-left'·=>» ·qq'\n\@LD·\@IncludeGraphic·\%image\%·', | ||
22 | » » 'StartParagraph'·=>» ·qq'\n\@PP\n·', | 15 | » » 'StartParagraph'·=>» ·qq'\n\@PP\n·', |
23 | » » ' | 16 | » » 'EndSectLevel1'·=>» ·qq'', |
24 | » » ' | 17 | » » 'EndVerbatim'·=>» ·qq'}', |
25 | » » ' | 18 | » » 'BeginSectLevel3'·=>» ·qq'\n\@BeginSubSections·', |
26 | » » 'EndStrong'·=>» ·qq'}', | ||
27 | » » 'TOC'·=>» ·qq'#·TOC·should·be·made·from·your·lout·file.·', | ||
28 | » » 'EndTeletype'·=>» ·qq'}·', | ||
29 | » » 'LineBreak'·=>» ·qq'\n\@LLP·', | ||
30 | » » 'StartQuote'·=>» ·qq'\n\@QD·{·', | ||
31 | » » 'URL'·=>» ·qq'\@F·{<\%target\%>}·', | ||
32 | » » '*'·=>» ·qq'\n\@Chapter·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
33 | » » 'EndBulletListElement'·=>» ·qq'\n}', | ||
34 | » » 'BeginSectLevel1'·=>» ·qq'', | 19 | » » 'BeginSectLevel1'·=>» ·qq'', |
35 | » » ' | 20 | » » 'Image-center'·=>» ·qq'\n\@CD·\@IncludeGraphic·\%image\%·', |
36 | » » ' | 21 | » » 'StartBulletList'·=>» ·qq'\n\@BL·', |
37 | » » ' | 22 | » » 'EndSect3'·=>» ·qq'\n\@End·\@SubSection·', |
38 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'No', | ||
39 | » » 'StartBlockedVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', | ||
40 | » » 'NoteRef'·=>» ·qq'\@Sup·{\%ref\%}·', | ||
41 | » » 'Subscript'·=>» ·qq'\@Sub·{\%stuff\%}·', | ||
42 | » » 'EndNumberedList'·=>» ·qq'\n\@EndList·', | ||
43 | » » 'NamedListElement'·=>» ·qq'\n\@DTI·{\%name\%}·{\n', | ||
44 | » » 'Superscript'·=>» ·qq'\@Sup·{\%stuff\%}·', | 23 | » » 'Superscript'·=>» ·qq'\@Sup·{\%stuff\%}·', |
45 | » » 'Image'·=>» ·qq'\n\@IncludeGraphic·\%image\%', | ||
46 | » » 'StartTeletype'·=>» ·qq'\@F·{', | ||
47 | » » 'BeginSectLevel2'·=>» ·qq'\n\@BeginSections·', | ||
48 | » » 'StrikeLine'·=>» ·qq'#·\%line\%·', | 24 | » » 'StrikeLine'·=>» ·qq'#·\%line\%·', |
49 | » » ' | 25 | » » 'StartQuote'·=>» ·qq'\n\@QD·{·', |
50 | » » ' | 26 | » » '****'·=>» ·qq'\n\@SubSubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', |
51 | » » ' | 27 | » » 'ID'·=>» ·qq'LOUTBOOK', |
28 | » » 'URL'·=>» ·qq'\@F·{<\%target\%>}·', | ||
29 | » » 'EndParagraph'·=>» ·qq'', | ||
30 | » » 'StartFilteredVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', | ||
31 | » » 'EndNumberedListElement'·=>» ·qq'\n}', | ||
32 | » » 'StartTable'·=>» ·qq'########·WARNING:·AFT·doesn\'t·support·Lout·tables·yet!·########', | ||
33 | » » 'EndNamedListElement'·=>» ·qq'\n}', | ||
34 | » » 'StartStrong'·=>» ·qq'\@B·{', | ||
35 | » » 'BulletListElement'·=>» ·qq'\n\@LI·{\n', | ||
36 | » » 'StartTeletype'·=>» ·qq'\@F·{', | ||
52 | » » 'NBSPACE'·=>» ·qq'\"·\"', | 37 | » » 'NBSPACE'·=>» ·qq'\"·\"', |
53 | » » ' | 38 | » » 'BeginSectLevel2'·=>» ·qq'\n\@BeginSections·', |
54 | » » 'ParagraphBreak'·=>» ·qq'', | 39 | » » 'ParagraphBreak'·=>» ·qq'', |
55 | » » ' | 40 | » » 'TOC'·=>» ·qq'#·TOC·should·be·made·from·your·lout·file.·', |
56 | » » 'EndSectLevel | 41 | » » 'EndSectLevel4'·=>» ·qq'\n\@EndSubSubSections·', |
57 | » » ' | 42 | » » 'StartSmall'·=>» ·qq'\@S·{', |
43 | » » 'EndBlockedVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | ||
44 | » » 'EndSectLevel2'·=>» ·qq'\n\@EndSections·', | ||
45 | » » 'StartNumberedList'·=>» ·qq'\n\@PNL·', | ||
46 | » » 'NumberedListElement'·=>» ·qq'\n\@LI·{\n', | ||
47 | » » 'Image-right'·=>» ·qq'\n\@RightDisplay·\@IncludeGraphic·\%image\%·', | ||
48 | » » 'EndFilteredVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | ||
49 | » » 'Target'·=>» ·qq'\%text\%·\@PageMark·{\%target\%}··', | ||
58 | » » 'EndSect2'·=>» ·qq'\n\@End·\@Section·', | 50 | » » 'EndSect2'·=>» ·qq'\n\@End·\@Section·', |
59 | » » ' | 51 | » » 'StartBlockedVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', |
52 | » » 'EndSect4'·=>» ·qq'\n\@End·\@SubSubSection·', | ||
60 | » » 'EndQuote'·=>» ·qq'}·', | 53 | » » 'EndQuote'·=>» ·qq'}·', |
61 | » » ' | 54 | » » '***'·=>» ·qq'\n\@SubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', |
62 | » » ' | 55 | » » 'NoteRef'·=>» ·qq'\@Sup·{\%ref\%}·', |
63 | » » ' | 56 | » » 'LineBreak'·=>» ·qq'\n\@LLP·', |
57 | » » 'PreFilterVerbatim?'·=>» ·qq'No', | ||
64 | » » 'EndBulletList'·=>» ·qq'\n\@EndList·', | 58 | » » 'EndBulletList'·=>» ·qq'\n\@EndList·', |
65 | » » 'StartTable'·=>» ·qq'########·WARNING:·AFT·doesn\'t·support·Lout·tables·yet!·########', | ||
66 | » » 'Target'·=>» ·qq'\%text\%·\@PageMark·{\%target\%}··', | ||
67 | » » 'EndNamedListElement'·=>» ·qq'\n}', | ||
68 | » » 'prefilter'·=>» ·qq'\014»» \@NP·', | 59 | » » 'prefilter'·=>» ·qq'\014»» \@NP·', |
69 | » » ' | 60 | » » 'EndNumberedList'·=>» ·qq'\n\@EndList·', |
70 | » » ' | 61 | » » 'Subscript'·=>» ·qq'\@Sub·{\%stuff\%}·', |
71 | 62 | » » 'EndTeletype'·=>» ·qq'}·', | |
72 | » » 'I | 63 | » » 'Image-left'·=>» ·qq'\n\@LD·\@IncludeGraphic·\%image\%·', |
73 | » » ' | 64 | » » 'Center'·=>» ·qq'\n\@CD·{\%center\%}·', |
65 | » » 'StartNamedList'·=>» ·qq'\n\@TL·', | ||
66 | » » 'EndBulletListElement'·=>» ·qq'\n}', | ||
67 | » » 'EndNamedList'·=>» ·qq'\n\@EndList·', | ||
74 | » » 'EndSmall'·=>» ·qq'}', | 68 | » » 'EndSmall'·=>» ·qq'}', |
75 | » » | 69 | » » 'StartVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·{', |
70 | » » 'BeginSectLevel4'·=>» ·qq'\n\@BeginSubSubSections·', | ||
71 | » » 'InternalReference'·=>» ·qq'\%text\%·(p.·\@PageOf·{\%target\%})·', | ||
72 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'No', | ||
73 | » » '**'·=>» ·qq'\n\@Section·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
76 | » » 'EndSectLevel3'·=>» ·qq'\n\@EndSubSections·', | 74 | » » 'EndSectLevel3'·=>» ·qq'\n\@EndSubSections·', |
77 | » » ' | 75 | » » 'StartEmphasis'·=>» ·qq'\@I·{', |
76 | » » 'EndStrong'·=>» ·qq'}', | ||
77 | » » 'Image'·=>» ·qq'\n\@IncludeGraphic·\%image\%', | ||
78 | » » 'EndSect1'·=>» ·qq'\n\@End·\@Chapter·', | ||
79 | » » '*'·=>» ·qq'\n\@Chapter·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
80 | » » 'NamedListElement'·=>» ·qq'\n\@DTI·{\%name\%}·{\n', | ||
78 | » » 'CommentLine'·=>» ·qq'#·\%line\%·', | 81 | » » 'CommentLine'·=>» ·qq'#·\%line\%·', |
79 | » » 'BeginSectLevel4'·=>» ·qq'\n\@BeginSubSubSections·', | ||
80 | » » 'EndVerbatim'·=>» ·qq'}', | ||
81 | » » 'NumberedListElement'·=>» ·qq'\n\@LI·{\n', | ||
82 | » ); | 82 | » ); |
83 | ##·Preamble: | 83 | ##·Preamble: |
84 | $file_preamble·=·'#·Basser·Lout·Version·3.25··-·Book·-·Output·generated·by·AFT·5.08 | 84 | $file_preamble·=·'#·Basser·Lout·Version·3.25··-·Book·-·Output·generated·by·AFT·5.08 |
85 | @SysInclude·{·book·} | 85 | @SysInclude·{·book·} |
86 | @Book | 86 | @Book |
Offset 1, 88 lines modified | Offset 1, 88 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | package·AFT_OUTPUT; | 4 | package·AFT_OUTPUT; |
5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. | 6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. |
7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. | 7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. |
8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. | 8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. |
9 | sub·init_elements·{ | 9 | sub·init_elements·{ |
10 | » %pragma_postvar·=·( | 10 | » %pragma_postvar·=·( |
11 | » ); | 11 | » ); |
12 | » %elem·=·( | 12 | » %elem·=·( |
13 | » » 'NamedListElement'·=>» ·qq'\n\@DTI·{\%name\%}·{\n', | ||
14 | » » 'BulletListElement'·=>» ·qq'\n\@LI·{\n', | ||
15 | » » 'EndSect4'·=>» ·qq'', | ||
16 | » » 'EndStrong'·=>» ·qq'}', | ||
17 | » » 'EndTeletype'·=>» ·qq'}·', | ||
18 | » » 'ID'·=>» ·qq'LOUTREPORT', | ||
19 | » » 'EndNumberedListElement'·=>» ·qq'\n}', | ||
20 | » » 'EndNamedList'·=>» ·qq'\n\@EndList·', | ||
21 | » » 'EndSmall'·=>» ·qq'}', | ||
22 | » » '*'·=>» ·qq'\n\@Section·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | 13 | » » '*'·=>» ·qq'\n\@Section·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', |
23 | » » 'StartVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·{', | ||
24 | » » '***'·=>» ·qq'\n\@SubSubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
25 | » » 'Center'·=>» ·qq'\n\@CD·{\%center\%}·', | ||
26 | » » 'HorizontalLine'·=>» ·qq'\n\@D·\@FullWidthRule·', | ||
27 | » » 'EndNumberedList'·=>» ·qq'\n\@EndList·', | ||
28 | » » 'LineBreak'·=>» ·qq'\n\@LLP·', | ||
29 | » » 'StartTeletype'·=>» ·qq'\@F·{', | ||
30 | » » '**'·=>» ·qq'\n\@SubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
31 | » » 'StrikeLine'·=>» ·qq'#·\%line\%·', | ||
32 | » » 'StartBulletList'·=>» ·qq'\n\@BL·', | 14 | » » 'StartBulletList'·=>» ·qq'\n\@BL·', |
33 | » » ' | 15 | » » 'StartFilteredVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', |
34 | » » ' | 16 | » » 'Target'·=>» ·qq'\%text\%·\@PageMark·{\%target\%}··', |
35 | » » 'ParagraphBreak'·=>» ·qq'', | ||
36 | » » 'Image'·=>» ·qq'\n\@IncludeGraphic·\%image\%', | ||
37 | » » 'StartSmall'·=>» ·qq'\@S·{', | ||
38 | » » 'BeginSectLevel3'·=>» ·qq'\n\@BeginSubSubSections·', | 17 | » » 'BeginSectLevel3'·=>» ·qq'\n\@BeginSubSubSections·', |
39 | » » 'StartNumberedList'·=>» ·qq'\n\@PNL·', | 18 | » » 'StartNumberedList'·=>» ·qq'\n\@PNL·', |
40 | » » 'EndBlockedVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | 19 | » » 'EndBlockedVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', |
41 | » » ' | 20 | » » 'EndEmphasis'·=>» ·qq'}', |
42 | » » 'EndQuote'·=>» ·qq'}·', | 21 | » » 'EndQuote'·=>» ·qq'}·', |
43 | » » 'StartBlockedVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', | ||
44 | » » 'Target'·=>» ·qq'\%text\%·\@PageMark·{\%target\%}··', | ||
45 | » » 'StartTable'·=>» ·qq'###·WARNING:·AFT·doesn\'t·support·Lout·tables·yet!·###', | ||
46 | » » 'Image-center'·=>» ·qq'\n\@CD·\@IncludeGraphic·\%image\%·', | ||
47 | » » 'EndNamedListElement'·=>» ·qq'\n}', | ||
48 | » » 'NoteRef'·=>» ·qq'\@Sup·{\%ref\%}·', | 22 | » » 'NoteRef'·=>» ·qq'\@Sup·{\%ref\%}·', |
49 | » » ' | 23 | » » 'StartBlockedVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·\@Begin', |
50 | » » ' | 24 | » » 'StartStrong'·=>» ·qq'\@B·{', |
25 | » » 'ID'·=>» ·qq'LOUTREPORT', | ||
26 | » » 'EndSectLevel3'·=>» ·qq'\n\@EndSubSubSections·', | ||
27 | » » 'EndNumberedList'·=>» ·qq'\n\@EndList·', | ||
51 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'No', | 28 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'No', |
52 | » » ' | 29 | » » 'Image-right'·=>» ·qq'\n\@RightDisplay·\@IncludeGraphic·\%image\%·', |
53 | » » 'StartQuote'·=>» ·qq'\n\@QD·{·', | 30 | » » 'StartQuote'·=>» ·qq'\n\@QD·{·', |
54 | » » 'EndS | 31 | » » 'EndSmall'·=>» ·qq'}', |
55 | » » ' | 32 | » » 'StrikeLine'·=>» ·qq'#·\%line\%·', |
56 | » » ' | 33 | » » 'EndBulletList'·=>» ·qq'\n\@EndList·', |
57 | » » 'N | 34 | » » 'EndNamedList'·=>» ·qq'\n\@EndList·', |
58 | » » ' | 35 | » » 'EndStrong'·=>» ·qq'}', |
59 | » » ' | 36 | » » 'NamedListElement'·=>» ·qq'\n\@DTI·{\%name\%}·{\n', |
60 | » » ' | 37 | » » 'StartParagraph'·=>» ·qq'\n\@PP\n·', |
61 | » » 'EndBulletListElement'·=>» ·qq'\n}', | ||
62 | » » 'Image-left'·=>» ·qq'\n\@LD·\@IncludeGraphic·\%image\%·', | 38 | » » 'Image-left'·=>» ·qq'\n\@LD·\@IncludeGraphic·\%image\%·', |
39 | » » 'EndSectLevel2'·=>» ·qq'\n\@EndSubSections·', | ||
40 | » » 'EndBulletListElement'·=>» ·qq'\n}', | ||
41 | » » 'EndVerbatim'·=>» ·qq'}', | ||
63 | » » 'EndSect3'·=>» ·qq'\n\@End·\@SubSubSection·', | 42 | » » 'EndSect3'·=>» ·qq'\n\@End·\@SubSubSection·', |
43 | » » 'InternalReference'·=>» ·qq'\%text\%·(p.·\@PageOf·{\%target\%})·', | ||
64 | » » 'URL'·=>» ·qq'\@F·{<\%target\%>}·', | 44 | » » 'URL'·=>» ·qq'\@F·{<\%target\%>}·', |
65 | » » ' | 45 | » » '****'·=>» ·qq'', |
66 | » » 'EndSectLevel2'·=>» ·qq'\n\@EndSubSections·', | ||
67 | » » 'EndSect2'·=>» ·qq'\n\@End·\@SubSection·', | 46 | » » 'EndSect2'·=>» ·qq'\n\@End·\@SubSection·', |
47 | » » 'Image-center'·=>» ·qq'\n\@CD·\@IncludeGraphic·\%image\%·', | ||
48 | » » 'HorizontalLine'·=>» ·qq'\n\@D·\@FullWidthRule·', | ||
49 | » » 'Superscript'·=>» ·qq'\@Sup·{\%stuff\%}·', | ||
50 | » » 'EndTeletype'·=>» ·qq'}·', | ||
51 | » » 'PreFilterVerbatim?'·=>» ·qq'No', | ||
52 | » » 'BulletListElement'·=>» ·qq'\n\@LI·{\n', | ||
53 | » » 'BeginSectLevel2'·=>» ·qq'\n\@BeginSubSections·', | ||
54 | » » '**'·=>» ·qq'\n\@SubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
55 | » » 'Subscript'·=>» ·qq'\@Sub·{\%stuff\%}·', | ||
56 | » » 'ParagraphBreak'·=>» ·qq'', | ||
57 | » » 'StartSmall'·=>» ·qq'\@S·{', | ||
58 | » » 'LineBreak'·=>» ·qq'\n\@LLP·', | ||
59 | » » 'NBSPACE'·=>» ·qq'\"·\"', | ||
60 | » » 'StartTable'·=>» ·qq'###·WARNING:·AFT·doesn\'t·support·Lout·tables·yet!·###', | ||
61 | » » 'TOC'·=>» ·qq'#·TOC·must·be·made·from·your·lout·file.·', | ||
62 | » » '***'·=>» ·qq'\n\@SubSubSection·\@Title·{\%section\%}·\@Tag·{\%section\%}·\@Begin·', | ||
63 | » » 'EndFilteredVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | ||
68 | » » 'NumberedListElement'·=>» ·qq'\n\@LI·{\n', | 64 | » » 'NumberedListElement'·=>» ·qq'\n\@LI·{\n', |
69 | » » ' | 65 | » » 'EndNamedListElement'·=>» ·qq'\n}', |
70 | » » 'EndBulletList'·=>» ·qq'\n\@EndList·', | ||
71 | » » 'CommentLine'·=>» ·qq'#·\%line\%·', | 66 | » » 'CommentLine'·=>» ·qq'#·\%line\%·', |
72 | » » ' | 67 | » » 'StartEmphasis'·=>» ·qq'\@I·{', |
68 | » » 'StartNamedList'·=>» ·qq'\n\@TL·', | ||
69 | » » 'EndSect4'·=>» ·qq'', | ||
70 | » » 'StartVerbatim'·=>» ·qq'\n\@ID·\@F·\@Verbatim·{', | ||
71 | » » 'Image'·=>» ·qq'\n\@IncludeGraphic·\%image\%', | ||
73 | » » 'EndParagraph'·=>» ·qq'', | 72 | » » 'EndParagraph'·=>» ·qq'', |
73 | » » 'StartTeletype'·=>» ·qq'\@F·{', | ||
74 | » » 'EndNumberedListElement'·=>» ·qq'\n}', | ||
75 | » » 'EndSect1'·=>» ·qq'\n\@End·\@Section·', | ||
76 | » » 'Center'·=>» ·qq'\n\@CD·{\%center\%}·', | ||
74 | » » 'prefilter'·=>» ·qq'\014»» \@NP·', | 77 | » » 'prefilter'·=>» ·qq'\014»» \@NP·', |
75 | » » 'StartStrong'·=>» ·qq'\@B·{', | ||
76 | » » 'InternalReference'·=>» ·qq'\%text\%·(p.·\@PageOf·{\%target\%})·', | ||
77 | » » 'EndFilteredVerbatim'·=>» ·qq'\n\@End·\@Verbatim·', | ||
78 | » ); | 78 | » ); |
79 | ##·Preamble: | 79 | ##·Preamble: |
80 | $file_preamble·=·'#·Basser·Lout·Version·3.24·output·generated·by·AFT· | 80 | $file_preamble·=·'#·Basser·Lout·Version·3.24·output·generated·by·AFT· |
81 | #@SysInclude·{tbl}» » #·Table·formatting | 81 | #@SysInclude·{tbl}» » #·Table·formatting |
82 | #@SysInclude·{eq}» » #·Equations | 82 | #@SysInclude·{eq}» » #·Equations |
Offset 1, 92 lines modified | Offset 1, 92 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | package·AFT_OUTPUT; | 4 | package·AFT_OUTPUT; |
5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. | 6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. |
7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. | 7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. |
8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. | 8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. |
9 | sub·init_elements·{ | 9 | sub·init_elements·{ |
10 | » %pragma_postvar·=·( | 10 | » %pragma_postvar·=·( |
11 | » ); | 11 | » ); |
12 | » %elem·=·( | 12 | » %elem·=·( |
13 | » » 'NamedListElement'·=>» ·'\par\pard{\b·%name%}·\par\tx500\li500\fi-500·\tab', | ||
14 | » » '^**'·=>» ·'', | 13 | » » '^**'·=>» ·'', |
15 | » » 'StartTable'·=>» ·'\tabcols%columns%\endtabcols', | ||
16 | » » 'EndNumberedListElement'·=>» ·'', | ||
17 | » » 'EndNumberedList'·=>» ·'\endnumlist', | ||
18 | » » 'PreFilterVerbatim?'·=>» ·'Yes', | ||
19 | » » 'EndSect2'·=>» ·'', | ||
20 | » » 'Center'·=>» ·'\pard\qc·{%center%}·\par\pard·', | ||
21 | » » 'EndFilteredVerbatim'·=>» ·'\endverbatim}', | ||
22 | » » 'EndNamedListElement'·=>» ·'', | ||
23 | » » '****'·=>» ·'{\f0\fs20·{\par\pard\b·%section%\par}}', | ||
24 | » » 'ID'·=>» ·'RTF', | 14 | » » 'ID'·=>» ·'RTF', |
25 | » » ' | 15 | » » 'StartNumberedList'·=>» ·'\numlist', |
26 | » » 'NumberedListElement'·=>» ·'\numitem', | ||
27 | » » 'InternalReference'·=>» ·'{\cf1\ul·%text%\cf0}', | 16 | » » 'InternalReference'·=>» ·'{\cf1\ul·%text%\cf0}', |
28 | 17 | » » 'CommentLine'·=>» ·'', | |
29 | » » ' | 18 | » » 'StartTeletype'·=>» ·'{\f1\fs20·', |
30 | » » 'PostProcessor'·=>» ·'exec·"$^X·@INC[0]/postrtf.pl·$outputfile"', | ||
31 | » » 'TableRowStart'·=>» ·'\intbl', | ||
32 | » » '*'·=>» ·'{\f0\fs36·{\par\pard\b·%section%\par}}', | 19 | » » '*'·=>» ·'{\f0\fs36·{\par\pard\b·%section%\par}}', |
33 | » » ' | 20 | » » 'StartParagraph'·=>» ·'\par\pard·', |
34 | » » '^****'·=>» ·'', | ||
35 | » » 'NBSPACE'·=>» ·'\~', | ||
36 | » » 'TOC'·=>» ·'', | ||
37 | » » '**'·=>» ·'{\f0\fs28·{\par\pard\b·%section%\par}}', | ||
38 | » » 'EndQuote'·=>» ·'}·\par\pard', | ||
39 | » » 'StartNamedList'·=>» ·'{', | ||
40 | » » 'Author'·=>» ·'\par\pard·\qc·{\fs36\b·%author%}·\par\pard·\par\pard', | ||
41 | » » 'TableCaption'·=>» ·'\par\pard%caption%\par\par\pard\trowd\cellxx', | ||
42 | » » 'FullFilterFilteredVerbatim?'·=>» ·'Yes', | 21 | » » 'FullFilterFilteredVerbatim?'·=>» ·'Yes', |
43 | » » ' | 22 | » » 'StartTable'·=>» ·'\tabcols%columns%\endtabcols', |
44 | » » ' | 23 | » » 'EndNamedList'·=>» ·'\par}', |
24 | » » 'EndSect3'·=>» ·'', | ||
25 | » » 'EndBulletListElement'·=>» ·'', | ||
26 | » » 'StartNamedList'·=>» ·'{', | ||
27 | » » 'EndBulletList'·=>» ·'\endbullist', | ||
28 | » » 'EndVerbatim'·=>» ·'\endverbatim}', | ||
29 | » » 'EndSect4'·=>» ·'', | ||
45 | » » 'StartQuote'·=>» ·'\par\pard\li500\ri500·{·', | 30 | » » 'StartQuote'·=>» ·'\par\pard\li500\ri500·{·', |
31 | » » 'TableRowStart'·=>» ·'\intbl', | ||
32 | » » 'Image-right'·=>» ·'', | ||
33 | » » 'EndEmphasis'·=>» ·'}', | ||
34 | » » '^***'·=>» ·'', | ||
35 | » » 'EndSmall'·=>» ·'}', | ||
36 | » » 'PreFilterVerbatim?'·=>» ·'Yes', | ||
46 | » » 'EndTeletype'·=>» ·'}', | 37 | » » 'EndTeletype'·=>» ·'}', |
47 | » » ' | 38 | » » 'EndTable'·=>» ·'\pard\par', |
48 | » » ' | 39 | » » 'StartStrong'·=>» ·'{\b·', |
40 | » » 'EndSect2'·=>» ·'', | ||
41 | » » 'StartBulletList'·=>» ·'\bullist', | ||
42 | » » 'HorizontalLine'·=>» ·'{\emdash\emdash\emdash\emdash\emdash\emdash\emdash\emdash\emdash\emdash}', | ||
43 | » » 'URL'·=>» ·'{\cf1\ul·%text%\cf0}', | ||
44 | » » 'TableCaption'·=>» ·'\par\pard%caption%\par\par\pard\trowd\cellxx', | ||
45 | » » 'EndStrong'·=>» ·'}', | ||
46 | » » 'Image-left'·=>» ·'', | ||
47 | » » 'NBSPACE'·=>» ·'\~', | ||
49 | » » 'StartFilteredVerbatim'·=>» ·'{\f1\fs20\verbatim', | 48 | » » 'StartFilteredVerbatim'·=>» ·'{\f1\fs20\verbatim', |
50 | » » 'End | 49 | » » 'EndFilteredVerbatim'·=>» ·'\endverbatim}', |
50 | » » 'Image'·=>» ·'', | ||
51 | » » 'EndNumberedListElement'·=>» ·'', | ||
52 | » » 'StartVerbatim'·=>» ·'{\f1\fs20\verbatim', | ||
53 | » » '**'·=>» ·'{\f0\fs28·{\par\pard\b·%section%\par}}', | ||
51 | » » 'TableElement'·=>» ·'%stuff%\cell', | 54 | » » 'TableElement'·=>» ·'%stuff%\cell', |
52 | » » ' | 55 | » » '^****'·=>» ·'', |
53 | » » ' | 56 | » » 'TOC'·=>» ·'', |
54 | » » ' | 57 | » » 'PostProcessor'·=>» ·'exec·"$^X·@INC[0]/postrtf.pl·$outputfile"', |
55 | » » ' | 58 | » » 'TableRowEnd'·=>» ·'\row', |
56 | » » ' | 59 | » » 'StartBlockedVerbatim'·=>» ·'{\f1\fs20\verbatim', |
57 | » » ' | 60 | » » 'Center'·=>» ·'\pard\qc·{%center%}·\par\pard·', |
61 | » » 'EndQuote'·=>» ·'}·\par\pard', | ||
58 | » » 'TableHeader'·=>» ·'{\b·%stuff%}\cell', | 62 | » » 'TableHeader'·=>» ·'{\b·%stuff%}\cell', |
59 | » » 'StartTeletype'·=>» ·'{\f1\fs20·', | ||
60 | » » 'Image-left'·=>» ·'', | ||
61 | » » 'EndBlockedVerbatim'·=>» ·'\endverbatim}', | ||
62 | » » 'Image-right'·=>» ·'', | ||
63 | » » '^*'·=>» ·'', | ||
64 | » » 'Image-center'·=>» ·'', | 63 | » » 'Image-center'·=>» ·'', |
65 | » » ' | 64 | » » 'Target'·=>» ·'{\cf1\ul·%text%\cf0}', |
66 | » » ' | 65 | » » 'NumberedListElement'·=>» ·'\numitem', |
67 | » » 'EndStrong'·=>» ·'}', | ||
68 | » » 'BulletListElement'·=>» ·'\bulitem', | ||
69 | » » 'HorizontalLine'·=>» ·'{\emdash\emdash\emdash\emdash\emdash\emdash\emdash\emdash\emdash\emdash}', | ||
70 | » » 'StartBulletList'·=>» ·'\bullist', | ||
71 | » » 'EndParagraph'·=>» ·'\par·', | 66 | » » 'EndParagraph'·=>» ·'\par·', |
72 | » » ' | 67 | » » 'EndBlockedVerbatim'·=>» ·'\endverbatim}', |
73 | » » ' | 68 | » » '***'·=>» ·'{\f0\fs24·{\par\pard\b·%section%\par}}', |
74 | » » ' | 69 | » » 'Author'·=>» ·'\par\pard·\qc·{\fs36\b·%author%}·\par\pard·\par\pard', |
75 | » » 'End | 70 | » » 'EndNumberedList'·=>» ·'\endnumlist', |
76 | » » ' | 71 | » » 'StartSmall'·=>» ·'{\fs16·', |
77 | » » ' | 72 | » » 'BulletListElement'·=>» ·'\bulitem', |
78 | » » 'StartStrong'·=>» ·'{\b·', | ||
79 | » » 'StartNumberedList'·=>» ·'\numlist', | ||
80 | » » 'StartParagraph'·=>» ·'\par\pard·', | ||
81 | » » 'StartEmphasis'·=>» ·'{\i·', | 73 | » » 'StartEmphasis'·=>» ·'{\i·', |
74 | » » '^*'·=>» ·'', | ||
75 | » » '****'·=>» ·'{\f0\fs20·{\par\pard\b·%section%\par}}', | ||
76 | » » 'StrikeLine'·=>» ·'%%---·%line%', | ||
77 | » » 'EndSect1'·=>» ·'', | ||
78 | » » 'interpolate'·=>» ·'no', | ||
79 | » » 'Title'·=>» ·'\par\pard·\qc·{\fs48\b·%title%}·\par\pard', | ||
80 | » » 'EndNamedListElement'·=>» ·'', | ||
81 | » » 'NamedListElement'·=>» ·'\par\pard{\b·%name%}·\par\tx500\li500\fi-500·\tab', | ||
82 | » ); | 82 | » ); |
83 | ##·Preamble: | 83 | ##·Preamble: |
84 | $file_preamble·=·'{\rtf1\ansi\ansicpg1252\deff0\deftab720 | 84 | $file_preamble·=·'{\rtf1\ansi\ansicpg1252\deff0\deftab720 |
85 | {\fonttbl{\f0\froman·Times·New·Roman;}{\f1\fmodern·Courier;}{\f2\fswiss·Arial;}} | 85 | {\fonttbl{\f0\froman·Times·New·Roman;}{\f1\fmodern·Courier;}{\f2\fswiss·Arial;}} |
86 | {\info{\title·%title%}{\author·%author%}} | 86 | {\info{\title·%title%}{\author·%author%}} |
Offset 1, 106 lines modified | Offset 1, 106 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | package·AFT_OUTPUT; | 4 | package·AFT_OUTPUT; |
5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 5 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. | 6 | $file_preamble·=·'';» #·Holds·preamble·for·output·file. |
7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. | 7 | $file_postamble·=·'';» #·Holds·postamble·for·output·file. |
8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. | 8 | %elem·=·();» » #·Element·commands·for·producing·output·file.%pragma_postvar·=·();» #·Variables·for·substitution·post-filtering. |
9 | sub·init_elements·{ | 9 | sub·init_elements·{ |
10 | » %pragma_postvar·=·( | 10 | » %pragma_postvar·=·( |
11 | » ); | 11 | » ); |
12 | » %elem·=·( | 12 | » %elem·=·( |
13 | » » ' | 13 | » » 'Center'·=>» ·qq'\\begin{center}\n\%center\%\n\\end{center}', |
14 | » » 'NBSPACE'·=>» ·qq'', | ||
15 | » » 'PreFilterVerbatim?'·=>» ·qq'No', | ||
16 | » » 'Index'·=>» ·qq'\\index{\%text\%}', | ||
17 | » » '^****'·=>» ·qq'\\paragraph*{\%text\%}\n\\label{\%section\%}', | ||
18 | » » 'ID'·=>» ·qq'LaTeX', | ||
19 | » » 'Image-center'·=>» ·qq'\\begin{center}\n\\includegraphics{\%image\%}\n\\end{center}', | ||
20 | » » 'EndStrong'·=>» ·qq'}', | ||
21 | » » 'StartBulletList'·=>» ·qq'\\begin{itemize}', | ||
22 | » » '^***'·=>» ·qq'\\subsubsection*{\%text\%}\n\\addcontentsline{toc}{subsubsection}{\%text\%}\n\\label{\%section\%}', | 14 | » » '^***'·=>» ·qq'\\subsubsection*{\%text\%}\n\\addcontentsline{toc}{subsubsection}{\%text\%}\n\\label{\%section\%}', |
23 | » » ' | 15 | » » 'NumberedListElement'·=>» ·qq'\\item', |
16 | » » 'StrikeLine'·=>» ·qq'\%\%---·\%line\%', | ||
17 | » » 'BulletListElement'·=>» ·qq'\\item[\$\\bullet\$]', | ||
18 | » » 'StartVerbatim'·=>» ·qq'\\begin{verbatim}', | ||
19 | » » '*******'·=>» ·qq'\\addtolength{\\oddsidemargin}{1in}\%text\%\n\\label{\%section\%}', | ||
20 | » » 'Note'·=>» ·qq'\\footnote{\%note\%}', | ||
21 | » » '^*****'·=>» ·qq'\\subparagraph{\%text\%}\n\\label{\%section\%}', | ||
22 | » » '^****'·=>» ·qq'\\paragraph*{\%text\%}\n\\label{\%section\%}', | ||
23 | » » 'TableRowEnd'·=>» ·qq'\\\\', | ||
24 | » » 'EndBulletList'·=>» ·qq'\\end{itemize}', | ||
25 | » » 'EndSect6'·=>» ·qq'\\addtolength{\\oddsidemargin}{-1in}', | ||
26 | » » 'EndFilteredVerbatim'·=>» ·qq'\\end{alltt}', | ||
24 | » » 'TOC'·=>» ·qq'\\tableofcontents', | 27 | » » 'TOC'·=>» ·qq'\\tableofcontents', |
25 | 28 | » » 'EndBlockedVerbatim'·=>» ·qq'\\end{verbatim}', | |
26 | » » 'EndNumberedList'·=>» ·qq'\\end{enumerate}', | ||
27 | » » 'StartTeletype'·=>» ·qq'\\texttt\%lbrack\%', | 29 | » » 'StartTeletype'·=>» ·qq'\\texttt\%lbrack\%', |
28 | » » ' | 30 | » » 'StartTable'·=>» ·qq'\n\\begin{center}\n\%caption\%\\\\\n\\medskip\n\\begin{tabular}{\%columns\%}\n\\hline', |
31 | » » 'EndSect4'·=>» ·qq'', | ||
29 | » » 'EndNamedListElement'·=>» ·qq'', | 32 | » » 'EndNamedListElement'·=>» ·qq'', |
30 | » » ' | 33 | » » 'Index'·=>» ·qq'\\index{\%text\%}', |
31 | » » '****'·=>» ·qq'\\paragraph{\%text\%}\n\\label{\%section\%}', | 34 | » » '****'·=>» ·qq'\\paragraph{\%text\%}\n\\label{\%section\%}', |
32 | » » ' | 35 | » » 'EndBulletListElement'·=>» ·qq'', |
33 | » » 'Image-left'·=>» ·qq'\\begin{flushleft}\n\\includegraphics{\%image\%}\n\\end{flushleft}', | ||
34 | » » '**'·=>» ·qq'\\subsection{\%text\%}\n\\label{\%section\%}', | ||
35 | » » 'NumberedListElement'·=>» ·qq'\\item', | ||
36 | » » 'EXT'·=>» ·qq'tex', | ||
37 | » » 'StrikeLine'·=>» ·qq'\%\%---·\%line\%', | ||
38 | » » 'EndNumberedListElement'·=>» ·qq'', | ||
39 | » » 'EndSect6'·=>» ·qq'\\addtolength{\\oddsidemargin}{-1in}', | ||
40 | » » 'sub'·=>» ·qq'columns·{·my·\$ccnt·=·shift;·return·"".("l"·x·\$ccnt).""·}', | ||
41 | » » 'interpolate'·=>» ·qq'yes', | ||
42 | » » 'EndSect7'·=>» ·qq'\\addtolength{\\oddsidemargin}{-1in}', | ||
43 | » » 'StartSmall'·=>» ·qq'{\\small\%lbrack\%', | ||
44 | » » '***'·=>» ·qq'\\subsubsection{\%text\%}\n\\label{\%section\%}', | ||
45 | » » 'StartNamedList'·=>» ·qq'\\begin{description}', | 36 | » » 'StartNamedList'·=>» ·qq'\\begin{description}', |
46 | 37 | » » 'StartParagraph'·=>» ·qq'', | |
47 | » » 'LineBreak'·=>» ·qq'\\\\', | ||
48 | » » 'EndTeletype'·=>» ·qq'}', | ||
49 | » » 'InternalReference'·=>» ·qq'\%text\%·(\\$\S\%TiLdE\%\\$\ref{\%target\%})', | ||
50 | » » 'TableRowStart'·=>» ·qq'', | ||
51 | » » 'StartQuote'·=>» ·qq'\\begin{quotation}', | ||
52 | » » 'EndSect5'·=>» ·qq'', | ||
53 | » » 'EndEmphasis'·=>» ·qq'}', | ||
54 | » » 'EndNamedList'·=>» ·qq'\\end{description}', | ||
55 | » » 'TableElement'·=>» ·qq'\%stuff\%', | 38 | » » 'TableElement'·=>» ·qq'\%stuff\%', |
56 | » » ' | 39 | » » 'EndParagraph'·=>» ·qq'', |
57 | » » ' | 40 | » » 'StartNumberedList'·=>» ·qq'\\begin{enumerate}', |
58 | » » 'Center'·=>» ·qq'\\begin{center}\n\%center\%\n\\end{center}', | ||
59 | » » 'Image'·=>» ·qq'\\includegraphics{\%image\%}', | ||
60 | » » 'StartFilteredVerbatim'·=>» ·qq'\\begin{alltt}', | 41 | » » 'StartFilteredVerbatim'·=>» ·qq'\\begin{alltt}', |
61 | » » 'EndSect1'·=>» ·qq'', | ||
62 | » » 'Title'·=>» ·qq'\\title{\%title\%}', | ||
63 | » » 'EndTable'·=>» ·qq'\n\\hline\n\\end{tabular}\n\\end{center}', | 42 | » » 'EndTable'·=>» ·qq'\n\\hline\n\\end{tabular}\n\\end{center}', |
64 | » » ' | 43 | » » 'sub'·=>» ·qq'columns·{·my·\$ccnt·=·shift;·return·"".("l"·x·\$ccnt).""·}', |
65 | » » ' | 44 | » » 'PreFilterVerbatim?'·=>» ·qq'No', |
66 | » » ' | 45 | » » 'ID'·=>» ·qq'LaTeX', |
67 | » » 'End | 46 | » » 'EndSect3'·=>» ·qq'', |
68 | » » ' | 47 | » » 'TableElementSep'·=>» ·qq'\&', |
69 | » » ' | 48 | » » 'NBSPACE'·=>» ·qq'', |
70 | » » | 49 | » » 'EndNumberedList'·=>» ·qq'\\end{enumerate}', |
71 | » » ' | 50 | » » 'LineBreak'·=>» ·qq'\\\\', |
72 | » » 'EndBlockedVerbatim'·=>» ·qq'\\end{verbatim}', | ||
73 | » » 'NotesAtEnd?'·=>» ·qq'no', | 51 | » » 'NotesAtEnd?'·=>» ·qq'no', |
74 | » » ' | 52 | » » '^*'·=>» ·qq'\\section*{\%text\%}\n\\addcontentsline{toc}{section}{\%text\%}\n\\label{\%section\%}', |
75 | » » | 53 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', |
54 | » » 'StartBulletList'·=>» ·qq'\\begin{itemize}', | ||
55 | » » 'interpolate'·=>» ·qq'yes', | ||
56 | » » 'EndSect1'·=>» ·qq'', | ||
57 | » » 'NamedListElement'·=>» ·qq'\\item[\%name\%]', | ||
58 | » » 'StartQuote'·=>» ·qq'\\begin{quotation}', | ||
59 | » » 'EndEmphasis'·=>» ·qq'}', | ||
60 | » » 'StartBlockedVerbatim'·=>» ·qq'\\begin{verbatim}', | ||
61 | » » 'StartSmall'·=>» ·qq'{\\small\%lbrack\%', | ||
62 | » » 'EndSect5'·=>» ·qq'', | ||
63 | » » 'EndTeletype'·=>» ·qq'}', | ||
76 | » » 'StartEmphasis'·=>» ·qq'\\emph\%lbrack\%', | 64 | » » 'StartEmphasis'·=>» ·qq'\\emph\%lbrack\%', |
77 | » » 'Author'·=>» ·qq'\\author{\%author\%}\n\\maketitle', | ||
78 | » » 'EndVerbatim'·=>» ·qq'\\end{verbatim}', | 65 | » » 'EndVerbatim'·=>» ·qq'\\end{verbatim}', |
79 | » » ' | 66 | » » 'EXT'·=>» ·qq'tex', |
67 | » » '***'·=>» ·qq'\\subsubsection{\%text\%}\n\\label{\%section\%}', | ||
68 | » » 'EndNumberedListElement'·=>» ·qq'', | ||
69 | » » 'Image-left'·=>» ·qq'\\begin{flushleft}\n\\includegraphics{\%image\%}\n\\end{flushleft}', | ||
70 | » » 'TableHeader'·=>» ·qq'\%stuff\%', | ||
80 | » » '*****'·=>» ·qq'\\subparagraph{\%text\%}\n\\label{\%section\%}', | 71 | » » '*****'·=>» ·qq'\\subparagraph{\%text\%}\n\\label{\%section\%}', |
81 | » » ' | 72 | » » '*'·=>» ·qq'\\section{\%text\%}\n\\label{\%section\%}', |
82 | 73 | » » 'EndSect2'·=>» ·qq'', | |
83 | » » ' | 74 | » » 'Author'·=>» ·qq'\\author{\%author\%}\n\\maketitle', |
84 | » » ' | 75 | » » 'InternalReference'·=>» ·qq'\%text\%·(\\$\S\%TiLdE\%\\$\ref{\%target\%})', |
76 | » » 'TableRowStart'·=>» ·qq'', | ||
77 | » » 'SmartIndexing'·=>» ·qq'yes', | ||
78 | » » '**'·=>» ·qq'\\subsection{\%text\%}\n\\label{\%section\%}', | ||
79 | » » 'Image-right'·=>» ·qq'\\begin{flushright}\n\\includegraphics{\%image\%}\n\\end{flushright}', | ||
85 | » » 'EndSmall'·=>» ·qq'}}', | 80 | » » 'EndSmall'·=>» ·qq'}}', |
81 | » » 'Image'·=>» ·qq'\\includegraphics{\%image\%}', | ||
82 | » » 'StartStrong'·=>» ·qq'\\textbf\%lbrack\%', | ||
83 | » » 'EndNamedList'·=>» ·qq'\\end{description}', | ||
84 | » » 'URL'·=>» ·qq'\%_text\%·\\url{\%target\%}', | ||
85 | » » 'Title'·=>» ·qq'\\title{\%title\%}', | ||
86 | » » 'PrintIndex'·=>» ·qq'\\printindex', | ||
87 | » » 'EndStrong'·=>» ·qq'}', | ||
88 | » » '^**'·=>» ·qq'\\subsection*{\%text\%}\n\\addcontentsline{toc}{subsection}{\%text\%}\n\\label{\%section\%}', | ||
86 | » » 'HorizontalLine'·=>» ·qq'\\rule{\\linewidth}{1pt}', | 89 | » » 'HorizontalLine'·=>» ·qq'\\rule{\\linewidth}{1pt}', |
90 | » » '******'·=>» ·qq'\\addtolength{\\oddsidemargin}{1in}\%text\%\n\\label{\%section\%}', | ||
91 | » » 'EndQuote'·=>» ·qq'\\end{quotation}', | ||
92 | » » 'Image-center'·=>» ·qq'\\begin{center}\n\\includegraphics{\%image\%}\n\\end{center}', | ||
87 | » » 'CommentLine'·=>» ·qq'\%\%---·\%line\%', | 93 | » » 'CommentLine'·=>» ·qq'\%\%---·\%line\%', |
88 | » » 'EndSect3'·=>» ·qq'', | ||
89 | » » 'Target'·=>» ·qq'\%text\%\\label{\%target\%}', | 94 | » » 'Target'·=>» ·qq'\%text\%\\label{\%target\%}', |
90 | » » 'End | 95 | » » 'EndSect7'·=>» ·qq'\\addtolength{\\oddsidemargin}{-1in}', |
91 | » » 'PrintIndex'·=>» ·qq'\\printindex', | ||
92 | » » 'BulletListElement'·=>» ·qq'\\item[\$\\bullet\$]', | ||
93 | » » 'StartTable'·=>» ·qq'\n\\begin{center}\n\%caption\%\\\\\n\\medskip\n\\begin{tabular}{\%columns\%}\n\\hline', | ||
94 | » » 'TableRowEnd'·=>» ·qq'\\\\', | ||
95 | » » 'SmartIndexing'·=>» ·qq'yes', | ||
96 | » ); | 96 | » ); |
97 | ##·Preamble: | 97 | ##·Preamble: |
98 | $file_preamble·=·'% | 98 | $file_preamble·=·'% |
99 | %LaTeX·2.e·output·generated·byt·AFT | 99 | %LaTeX·2.e·output·generated·byt·AFT |
100 | % | 100 | % |
Offset 1, 9 lines modified | Offset 1, 9 lines modified | ||
1 | #·AFT·Output·Elements. | 1 | #·AFT·Output·Elements. |
2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on· | 2 | #·!!DO·NOT·EDIT!!·This·file·was·automatically·generated·by·aft-compile·v2.07·on·Sat·Jun·11·20:17:10·2016 |
3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. | 3 | #·See·http://www.maplefish.com/todd/aft.html·for·details. |
4 | #·Using·features·from·aft-html.dat. | 4 | #·Using·features·from·aft-html.dat. |
5 | package·AFT_OUTPUT; | 5 | package·AFT_OUTPUT; |
6 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); | 6 | use·vars·qw·($file_preamble·$file_postamble·%elem·%pragma_postvar); |
Offset 13, 105 lines modified | Offset 13, 105 lines modified | ||
13 | sub·init_elements·{ | 13 | sub·init_elements·{ |
14 | » %pragma_postvar·=·( | 14 | » %pragma_postvar·=·( |
15 | » » 'stylesheet'·=>» ·'none', | 15 | » » 'stylesheet'·=>» ·'none', |
16 | » ); | 16 | » ); |
17 | » %elem·=·( | 17 | » %elem·=·( |
18 | » » ' | 18 | » » 'interpolate'·=>» ·qq'yes', |
19 | » » 'BeginSectLevel | 19 | » » 'BeginSectLevel4'·=>» ·qq'<!--·Start·SectLevel4·-->', |
20 | » » | 20 | » » 'NBSPACE'·=>» ·qq' ', |
21 | » » ' | 21 | » » '^***'·=>» ·qq'<br·/><div·id="\%section\%"><a·href="#AFT-top">[Top]</a><h4><a·name="\%section\%">\%section\%</a></h4>', |
22 | » » ' | 22 | » » '^*'·=>» ·qq'<br·/><div·id="\%section\%"><a·href="#AFT-top">[Top]</a><h2><a·name="\%section\%">\%section\%</a></h2>', |
23 | » » ' | 23 | » » '^****'·=>» ·qq'<br·/><div·id="\%section\%"><a·href="#AFT-top">[Top]</a><h5>\%section\%</h5>', |
24 | » » 'Target'·=>» ·qq'<a·name="\%target\%">\%text\%</a>', | ||
24 | » » 'TableHeader'·=>» ·qq'<th>\%stuff\%</th>', | 25 | » » 'TableHeader'·=>» ·qq'<th>\%stuff\%</th>', |
25 | » » ' | 26 | » » 'Image'·=>» ·qq'<img·src="\%image\%"·alt=""·align="bottom"·/>', |
26 | » » ' | 27 | » » 'TableRowEnd'·=>» ·qq'</tr>', |
28 | » » 'StartParagraph'·=>» ·qq'<p·class="Body">', | ||
29 | » » 'NamedListElement'·=>» ·qq'<dt><strong>\%name\%</strong></dt><dd>', | ||
27 | » » 'BulletListElement'·=>» ·qq'<li>', | 30 | » » 'BulletListElement'·=>» ·qq'<li>', |
28 | » » ' | 31 | » » 'Index'·=>» ·qq'<a·name="\%target\%"></a>', |
29 | » » ' | 32 | » » 'StartBlockedVerbatim'·=>» ·qq'<div·class="block"><pre>', |
30 | » » 'BeginSectLevel1'·=>» ·qq'<!--·Start·SectLevel1·-->', | ||
31 | » » '**'·=>» ·qq'<div·id="\%section\%"><h3><a·name="\%section\%">\%section\%</a></h3>', | ||
32 | » » 'EndBlockedVerbatim'·=>» ·qq'</pre></div>', | 33 | » » 'EndBlockedVerbatim'·=>» ·qq'</pre></div>', |
33 | » » ' | 34 | » » 'Center'·=>» ·qq'<center>\%center\%</center>', |
34 | » » 'StartNamedList'·=>» ·qq'<dl>', | 35 | » » 'StartNamedList'·=>» ·qq'<dl>', |
35 | » » ' | 36 | » » 'URL'·=>» ·qq'<a·class="link"·href="\%target\%">\%text\%</a>', |
36 | » » ' | 37 | » » 'BeginSectLevel3'·=>» ·qq'<!--·Start·SectLevel3·-->', |
37 | » » 'TableElementSep'·=>» ·qq'', | 38 | » » 'TableElementSep'·=>» ·qq'', |
38 | » » '*****'·=>» ·qq'<div·class="section5"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
39 | » » 'InternalReference'·=>» ·qq'<a·class="link"·href="#\%target\%">\%text\%</a>', | ||
40 | » » 'StartStrong'·=>» ·qq'<strong>', | ||
41 | » » 'NamedListElement'·=>» ·qq'<dt><strong>\%name\%</strong></dt><dd>', | ||
42 | » » 'EndSect7'·=>» ·qq'</div>·<!--End·Section·7-->', | 39 | » » 'EndSect7'·=>» ·qq'</div>·<!--End·Section·7-->', |
43 | » » ' | 40 | » » '^**'·=>» ·qq'<br·/><div·id="\%section\%"><a·href="#AFT-top">[Top]</a><h3><a·name="\%section\%">\%section\%</a></h3>', |
44 | » » ' | 41 | » » 'Image-left'·=>» ·qq'<img·src="\%image\%"·alt=""·align="left"·/><br·clear="all"·/>', |
45 | » » 'Start | 42 | » » 'StartFilteredVerbatim'·=>» ·qq'<pre>', |
46 | » » 'NBSPACE'·=>» ·qq' ', | ||
47 | » » 'EndSmall'·=>» ·qq'</small>', | ||
48 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', | ||
49 | » » 'Target'·=>» ·qq'<a·name="\%target\%">\%text\%</a>', | ||
50 | » » 'EndBulletList'·=>» ·qq'</ul>', | ||
51 | » » 'StrikeLine'·=>» ·qq'<!--·Striken:·\%line\%·-->', | ||
52 | » » 'HorizontalLine'·=>» ·qq'<hr·/>', | ||
53 | » » 'EndParagraph'·=>» ·qq'</p>', | 43 | » » 'EndParagraph'·=>» ·qq'</p>', |
54 | » » 'URL'·=>» ·qq'<a·class="link"·href="\%target\%">\%text\%</a>', | ||
55 | » » '^***'·=>» ·qq'<br·/><div·id="\%section\%"><a·href="#AFT-top">[Top]</a><h4><a·name="\%section\%">\%section\%</a></h4>', | ||
56 | » » 'EndSectLevel4'·=>» ·qq'<!--·End·SectLevel4·-->', | 44 | » » 'EndSectLevel4'·=>» ·qq'<!--·End·SectLevel4·-->', |
57 | » » ' | 45 | » » 'CommentLine'·=>» ·qq'<!--·\%line\%·-->', |
58 | » » 'EndTeletype'·=>» ·qq'</tt>', | ||
59 | » » 'BeginSectLevel4'·=>» ·qq'<!--·Start·SectLevel4·-->', | ||
60 | » » 'EndTable'·=>» ·qq'</table>', | 46 | » » 'EndTable'·=>» ·qq'</table>', |
61 | » » ' | 47 | » » 'InternalReference'·=>» ·qq'<a·class="link"·href="#\%target\%">\%text\%</a>', |
62 | » » ' | 48 | » » 'EndNamedListElement'·=>» ·qq'</dd>', |
63 | 49 | » » 'StartEmphasis'·=>» ·qq'<em>', | |
64 | » » ' | 50 | » » 'HorizontalLine'·=>» ·qq'<hr·/>', |
65 | » » 'EndStrong'·=>» ·qq'</strong>', | ||
66 | » » 'StartSmall'·=>» ·qq'<small>', | ||
67 | » » '^****'·=>» ·qq'<br·/><div·id="\%section\%"><a·href="#AFT-top">[Top]</a><h5>\%section\%</h5>', | ||
68 | » » 'NumberedListElement'·=>» ·qq'<li>', | ||
69 | » » 'EndNumberedListElement'·=>» ·qq'</li>', | 51 | » » 'EndNumberedListElement'·=>» ·qq'</li>', |
70 | » » ' | 52 | » » 'TableElement'·=>» ·qq'<td>\%stuff\%</td>', |
53 | » » '*******'·=>» ·qq'<div·class="section7"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
54 | » » 'EndSmall'·=>» ·qq'</small>', | ||
55 | » » 'PreFilterVerbatim?'·=>» ·qq'Yes', | ||
56 | » » 'StartQuote'·=>» ·qq'<blockquote>', | ||
57 | » » 'TOC'·=>» ·qq'', | ||
58 | » » 'EndQuote'·=>» ·qq'</blockquote>', | ||
59 | » » 'StartTeletype'·=>» ·qq'<tt>', | ||
60 | » » 'EndSect6'·=>» ·qq'</div>·<!--End·Section·6-->', | ||
61 | » » 'Image-right'·=>» ·qq'<img·src="\%image\%"·alt=""·align="right"·/><br·clear="all"·/>', | ||
62 | » » 'NoteRef'·=>» ·qq'<sup>\%ref\%</sup>', | ||
71 | » » 'EndSect4'·=>» ·qq'</div><!--End·Section·h5-->', | 63 | » » 'EndSect4'·=>» ·qq'</div><!--End·Section·h5-->', |
72 | » » ' | 64 | » » 'EndBulletList'·=>» ·qq'</ul>', |
73 | » » ' | 65 | » » 'Note'·=>» ·qq'<sup>[\%notereftxt\%(\%notetarget\%)]</sup>', |
74 | » » 'Image-center'·=>» ·qq'<center><img·src="\%image\%"·alt=""·align="bottom"·/></center><br·clear="all"·/>', | ||
75 | » » 'Center'·=>» ·qq'<center>\%center\%</center>', | ||
76 | » » 'EndSect1'·=>» ·qq'</div><!--End·Section·h2-->', | 66 | » » 'EndSect1'·=>» ·qq'</div><!--End·Section·h2-->', |
77 | » » ' | 67 | » » '*'·=>» ·qq'<div·id="\%section\%"><h2><a·name="\%section\%">\%section\%</a></h2>', |
68 | » » '***'·=>» ·qq'<div·id="\%section\%"><h4><a·name="\%section\%">\%section\%</a></h4>', | ||
78 | » » 'EndFilteredVerbatim'·=>» ·qq'</pre>', | 69 | » » 'EndFilteredVerbatim'·=>» ·qq'</pre>', |
79 | » » 'EndSectLevel1'·=>» ·qq'<!--·End·SectLevel1·-->', | ||
80 | » » 'TableElement'·=>» ·qq'<td>\%stuff\%</td>', | ||
81 | » » 'BeginSectLevel2'·=>» ·qq'<!--·Start·SectLevel2·-->', | ||
82 | » » 'Title'·=>» ·qq'<h1><a·name="AFT-top"><center>\%title\%</center></a></h1>', | ||
83 | » » 'EndSectLevel2'·=>» ·qq'<!--·End·SectLevel2·-->', | ||
84 | » » '*******'·=>» ·qq'<div·class="section7"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
85 | » » 'EndNamedList'·=>» ·qq'</dl>', | ||
86 | » » 'StartVerbatim'·=>» ·qq'<div·class="block"><pre>', | 70 | » » 'StartVerbatim'·=>» ·qq'<div·class="block"><pre>', |
87 | » » 'St | 71 | » » 'StrikeLine'·=>» ·qq'<!--·Striken:·\%line\%·-->', |
88 | » » ' | 72 | » » 'BeginSectLevel2'·=>» ·qq'<!--·Start·SectLevel2·-->', |
73 | » » 'LineBreak'·=>» ·qq'<br>', | ||
89 | » » 'ID'·=>» ·qq'XHTML', | 74 | » » 'ID'·=>» ·qq'XHTML', |
90 | » » ' | 75 | » » 'StartNumberedList'·=>» ·qq'<ol>', |
91 | » » 'End | 76 | » » 'EndTeletype'·=>» ·qq'</tt>', |
92 | » » ' | 77 | » » '****'·=>» ·qq'<div·id="\%section\%"><h5><a·name="\%section\%">\%section\%</a></h5>', |
93 | » » ' | 78 | » » 'EndStrong'·=>» ·qq'</strong>', |
94 | » » ' | 79 | » » 'TableRowStart'·=>» ·qq'<tr>', |
80 | » » 'EndVerbatim'·=>» ·qq'</pre></div>', | ||
95 | » » 'EndSectLevel3'·=>» ·qq'<!--·End·SectLevel3·-->', | 81 | » » 'EndSectLevel3'·=>» ·qq'<!--·End·SectLevel3·-->', |
96 | » » '^**'·=>» ·qq'<br·/><div·id="\%section\%"><a·href="#AFT-top">[Top]</a><h3><a·name="\%section\%">\%section\%</a></h3>', | ||
97 | » » 'Author'·=>» ·qq'<br·/><center><h2>\%author\%</h2></center>', | 82 | » » 'Author'·=>» ·qq'<br·/><center><h2>\%author\%</h2></center>', |
98 | » » ' | 83 | » » 'Title'·=>» ·qq'<h1><a·name="AFT-top"><center>\%title\%</center></a></h1>', |
99 | » » ' | 84 | » » 'EndNumberedList'·=>» ·qq'</ol>', |
85 | » » 'EndNamedList'·=>» ·qq'</dl>', | ||
100 | » » 'EndBulletListElement'·=>» ·qq'</li>', | 86 | » » 'EndBulletListElement'·=>» ·qq'</li>', |
87 | » » 'TableCaption'·=>» ·qq'<caption>\%caption\%</caption>', | ||
88 | » » 'NumberedListElement'·=>» ·qq'<li>', | ||
101 | » » 'EndSect3'·=>» ·qq'</div><!--End·Section·h4-->', | 89 | » » 'EndSect3'·=>» ·qq'</div><!--End·Section·h4-->', |
102 | » » ' | 90 | » » 'Image-center'·=>» ·qq'<center><img·src="\%image\%"·alt=""·align="bottom"·/></center><br·clear="all"·/>', |
103 | » » ' | 91 | » » 'ParagraphBreak'·=>» ·qq'<br·/>', |
104 | » » ' | 92 | » » 'BeginSectLevel1'·=>» ·qq'<!--·Start·SectLevel1·-->', |
105 | 93 | » » 'FullFilterFilteredVerbatim?'·=>» ·qq'Yes', | |
106 | » » ' | 94 | » » 'NotesAtEnd?'·=>» ·qq'yes', |
107 | » » ' | 95 | » » 'StartStrong'·=>» ·qq'<strong>', |
108 | » » ' | 96 | » » 'StartSmall'·=>» ·qq'<small>', |
97 | » » 'Superscript'·=>» ·qq'<sup>\%stuff\%</sup>', | ||
98 | » » '**'·=>» ·qq'<div·id="\%section\%"><h3><a·name="\%section\%">\%section\%</a></h3>', | ||
99 | » » 'StartTable'·=>» ·qq'<!--·\%columns\%·columns·--><table>', | ||
100 | » » 'EndSectLevel2'·=>» ·qq'<!--·End·SectLevel2·-->', | ||
101 | » » '******'·=>» ·qq'<div·class="section6"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
102 | » » 'EndSect2'·=>» ·qq'</div><!--End·Section·h3-->', | ||
103 | » » 'EndEmphasis'·=>» ·qq'</em>', | ||
104 | » » 'EndSect5'·=>» ·qq'</div>·<!--End·Section·5-->', | ||
105 | » » 'EndSectLevel1'·=>» ·qq'<!--·End·SectLevel1·-->', | ||
106 | » » '*****'·=>» ·qq'<div·class="section5"><h6><a·name="\%section\%">\%text\%</a></h6>', | ||
107 | » » 'Subscript'·=>» ·qq'<sub>\%stuff\%</sub>', | ||
108 | » » 'StartBulletList'·=>» ·qq'<ul>', | ||
109 | » ); | 109 | » ); |
110 | ##·Preamble: | 110 | ##·Preamble: |
111 | $file_preamble·=·'<?xml·version=\\'1.0\\'·encoding=\\'iso-8859-1\\'?> | 111 | $file_preamble·=·'<?xml·version=\\'1.0\\'·encoding=\\'iso-8859-1\\'?> |
112 | <!DOCTYPE·html·PUBLIC·"-//W3C//DTD·XHTML·1.0·Transitional//EN" | 112 | <!DOCTYPE·html·PUBLIC·"-//W3C//DTD·XHTML·1.0·Transitional//EN" |
113 | ···"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 113 | ···"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |