27 use_arg_as_title: true
28 stick_in_front_of_header: ! 'Example NNNEG: '
29 optionaltopic: ! 'Optional topic: '
42 stick_in: <h2>Exercises</h2>
54 use_arg_as_title: true
60 use_arg_as_title: true
62 surround_with_tag: pre
77 stick_in: <i>self-check:</i>
78 stick_at_end: (answer in the back of the PDF version of the book)
88 surround_with_tag: pre
96 # 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.
97 # 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.
99 <!-- ============== ad =============== -->
101 <object data="http://www.lightandmatter.com/adsense_for_xhtml.html" type="text/html" width="728" height="90">
104 # If I change the following, I also need to change it in http://www.lightandmatter.com/adsense_for_xhtml.html.
106 <!-- ============== ad =============== -->
107 <script type="text/javascript"><!--
108 google_ad_client = "pub-2202341256191765";
109 google_ad_width = 728;
110 google_ad_height = 90;
111 google_ad_format = "728x90_as";
112 google_ad_type = "text";
113 google_ad_channel ="";
114 google_color_border = "dddddd";
115 google_color_bg = "FFFFFF";
116 google_color_link = "444444";
117 google_color_text = "000000";
118 google_color_url = "000000";
121 <script type="text/javascript"
122 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
125 <p>This is the wiki version of #{$config["title"]}, by Benjamin Crowell.
126 This version may have some formatting problems.
127 For serious reading, you want the printer-friendly <a href="#{$config["url"]}">Adobe
128 Acrobat version</a>.</p>
129 <p>(c) 1998-2009 Benjamin Crowell, licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
130 Commons Attribution-ShareAlike license</a>.
131 Photo credits are given at the end of the Adobe Acrobat version.</p>
134 <div class="topstuff">
135 #{boilerplate("valid_icon",format)}
136 <p>You are viewing the html version of <b>#{$config["title"]}</b>, by
137 Benjamin Crowell. This version is only designed for casual browsing, and may have
138 some formatting problems.
139 For serious reading, you want the <a href="#{$config["url"]}">Adobe Acrobat
141 <p><a href="..">Table of Contents</a></p>
143 copyright_footer_html: |-
144 <div class="topstuff">
145 <p>(c) 1998-2013 Benjamin Crowell, licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
146 Commons Attribution-ShareAlike license</a>.
147 Photo credits are given at the end of the Adobe Acrobat version.</p>