27 use_arg_as_title: true
28 stick_in_front_of_header: ! 'Example NNNEG: '
29 optionaltopic: ! 'Optional topic: '
42 stick_in: <h2>Exercises</h2>
57 use_arg_as_title: true
63 use_arg_as_title: true
65 surround_with_tag: pre
80 stick_in: <i>self-check:</i>
81 stick_at_end: (answer in the back of the PDF version of the book)
91 surround_with_tag: pre
99 # The special-casing is to get adsense to work with xhtml, since document.write() doesn't work in xhtml. This is shown inside an <object> tag in the xhtml.
100 # In the xml case, I don't need to give an IE-compatible alternative to the object tag, since the xhtml version will never be shown to IE anyway.
102 <!-- ============== ad =============== -->
104 <object data="http://www.lightandmatter.com/adsense_for_xhtml.html" type="text/html" width="728" height="90">
107 # If I change the following, I also need to change it in http://www.lightandmatter.com/adsense_for_xhtml.html.
109 <!-- ============== ad =============== -->
110 <script type="text/javascript"><!--
111 google_ad_client = "pub-2202341256191765";
112 google_ad_width = 728;
113 google_ad_height = 90;
114 google_ad_format = "728x90_as";
115 google_ad_type = "text";
116 google_ad_channel ="";
117 google_color_border = "dddddd";
118 google_color_bg = "FFFFFF";
119 google_color_link = "444444";
120 google_color_text = "000000";
121 google_color_url = "000000";
124 <script type="text/javascript"
125 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
128 <p>This is the wiki version of #{$config["title"]}, by Benjamin Crowell.
129 This version may have some formatting problems.
130 For serious reading, you want the printer-friendly <a href="#{$config["url"]}">Adobe
131 Acrobat version</a>.</p>
132 <p>(c) 1998-2009 Benjamin Crowell, licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
133 Commons Attribution-ShareAlike license</a>.
134 Photo credits are given at the end of the Adobe Acrobat version.</p>
137 <div class="topstuff">
138 #{boilerplate("valid_icon",format)}
139 <p>You are viewing the html version of <b>#{$config["title"]}</b>, by
140 Benjamin Crowell. This version is only designed for casual browsing, and may have
141 some formatting problems.
142 For serious reading, you want the <a href="#{$config["url"]}">Adobe Acrobat
144 <p><a href="..">Table of Contents</a></p>
146 copyright_footer_html: |-
147 <div class="topstuff">
148 <p>(c) 1998-2013 Benjamin Crowell, licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
149 Commons Attribution-ShareAlike license</a>.
150 Photo credits are given at the end of the Adobe Acrobat version.</p>