correct ms to microsec in cern muon graph
[light-and-matter.git] / custom_html.yaml
blobaeff861ca31cb0f025d805ad51e8cfd1dae32b77
1 ---
2 command:
3   myunit: {}
4   munit: {}
5   kgunit: {}
6   gunit: {}
7   sunit: {}
8   degcunit: {}
9   junit: {}
10   nunit: {}
11   kunit: {}
12   unitdot: {}
13   momunit: {}
14   btheta: {}
15   bomega: {}
16   balpha: {}
17   bsigma: {}
18   btau: {}
19   bell: {}
20   zu: {}
21   zb: {}
22 environment:
23   dialogline: {}
24   dq:
25     stick_in: ! '◊'
26   eg:
27     use_arg_as_title: true
28     stick_in_front_of_header: ! 'Example NNNEG: '
29     optionaltopic: ! 'Optional topic: '
30     n_req: 1
31     n_opt: 0
32   egnoheader: {}
33   enumerate:
34     surround_with_tag: ol
35     n_req: 0
36     n_opt: 0
37   exploring:
38     generate_header:
39     - 2
40     - Exploring further
41   exsection:
42     stick_in: <h2>Exercises</h2>
43   homework:
44     n_req: 3
45     n_opt: 0
46   hw:
47     n_req: 3
48     n_opt: 0
49   hwsection:
50     generate_header:
51     - 2
52     - Homework Problems
53   important:
54     use_arg_as_title: true
55   itemize:
56     surround_with_tag: ul
57     n_req: 0
58     n_opt: 0
59   lessimportant:
60     use_arg_as_title: true
61   listing:
62     surround_with_tag: pre
63     n_req: 1
64     n_opt: 0
65   notation:
66     generate_header:
67     - 2
68     - Notation
69   optionaltopic:
70     use_arg_as_title: 2
71   othernotation:
72     generate_header:
73     - 2
74     - Other Notation
75   reading: {}
76   selfcheck:
77     stick_in: <i>self-check:</i>
78     stick_at_end: (answer in the back of the PDF version of the book)
79   summary:
80     generate_header:
81     - 2
82     - Summary
83   summarytext:
84     generate_header:
85     - 2
86     - Summary
87   verbatim:
88     surround_with_tag: pre
89     n_req: 0
90     n_opt: 0
91   vocab:
92     generate_header:
93     - 2
94     - Vocabulary
95 boilerplate:
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.
98   google_ad_xhtml: |-
99         <!-- ============== ad =============== -->
100         <div id="ads">
101         <object data="http://www.lightandmatter.com/adsense_for_xhtml.html" type="text/html"  width="728" height="90">
102         </object>
103         </div>
104   # If I change the following, I also need to change it in http://www.lightandmatter.com/adsense_for_xhtml.html.
105   google_ad_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";
119           //--></script>
121           <script type="text/javascript"
122                     src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
123           </script>
124   disclaimer_wiki: |-
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>
132     </div>
133   disclaimer_html: |-
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
140     version</a>.</p>
141     <p><a href="..">Table of Contents</a></p>
142     </div>
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>
148     </div>