maruku 0.5.9 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. data/bin/maruku +6 -1
  2. data/bin/marutest +25 -18
  3. data/lib/maruku.rb +3 -0
  4. data/lib/maruku/ext/div.rb +39 -6
  5. data/lib/maruku/ext/math/latex_fix.rb +1 -0
  6. data/lib/maruku/ext/math/mathml_engines/blahtex.rb +9 -8
  7. data/lib/maruku/ext/math/parsing.rb +15 -1
  8. data/lib/maruku/ext/math/to_html.rb +34 -17
  9. data/lib/maruku/ext/math/to_latex.rb +4 -0
  10. data/lib/maruku/helpers.rb +3 -3
  11. data/lib/maruku/input/charsource.rb +1 -1
  12. data/lib/maruku/input/parse_block.rb +1 -0
  13. data/lib/maruku/input/parse_doc.rb +12 -5
  14. data/lib/maruku/input/parse_span_better.rb +24 -10
  15. data/lib/maruku/output/s5/to_s5.rb +14 -1
  16. data/lib/maruku/output/to_html.rb +20 -1
  17. data/lib/maruku/output/to_latex.rb +27 -0
  18. data/lib/maruku/output/to_latex_entities.rb +2 -2
  19. data/lib/maruku/output/to_s.rb +5 -2
  20. data/lib/maruku/string_utils.rb +2 -2
  21. data/lib/maruku/structures.rb +2 -0
  22. data/lib/maruku/tests/new_parser.rb +5 -2
  23. data/lib/maruku/version.rb +1 -1
  24. data/tests/bugs/code_in_links.md +85 -0
  25. data/tests/bugs/complex_escaping.md +34 -0
  26. data/tests/unittest/abbreviations.md +2 -10
  27. data/tests/unittest/alt.md +2 -3
  28. data/tests/unittest/attributes/att2.md +2 -4
  29. data/tests/unittest/attributes/att3.md +2 -7
  30. data/tests/unittest/attributes/attributes.md +2 -15
  31. data/tests/unittest/attributes/circular.md +2 -7
  32. data/tests/unittest/attributes/default.md +2 -6
  33. data/tests/unittest/blank.md +2 -5
  34. data/tests/unittest/blanks_in_code.md +2 -21
  35. data/tests/unittest/bug_def.md +2 -3
  36. data/tests/unittest/bug_table.md +2 -11
  37. data/tests/unittest/code.md +2 -9
  38. data/tests/unittest/code2.md +2 -8
  39. data/tests/unittest/code3.md +2 -21
  40. data/tests/unittest/data_loss.md +2 -7
  41. data/tests/unittest/divs/div1.md +32 -57
  42. data/tests/unittest/divs/div2.md +6 -7
  43. data/tests/unittest/divs/div3_nest.md +8 -13
  44. data/tests/unittest/easy.md +2 -3
  45. data/tests/unittest/email.md +2 -3
  46. data/tests/unittest/encoding/iso-8859-1.md +2 -5
  47. data/tests/unittest/encoding/utf-8.md +2 -5
  48. data/tests/unittest/entities.md +2 -20
  49. data/tests/unittest/escaping.md +2 -12
  50. data/tests/unittest/extra_dl.md +2 -10
  51. data/tests/unittest/extra_header_id.md +2 -13
  52. data/tests/unittest/extra_table1.md +2 -8
  53. data/tests/unittest/footnotes.md +2 -19
  54. data/tests/{bugs/html.md → unittest/hang.md} +9 -9
  55. data/tests/unittest/headers.md +2 -7
  56. data/tests/unittest/hex_entities.md +2 -3
  57. data/tests/unittest/hrule.md +2 -11
  58. data/tests/unittest/html2.md +2 -6
  59. data/tests/unittest/html3.md +2 -6
  60. data/tests/unittest/html4.md +2 -7
  61. data/tests/unittest/html5.md +2 -5
  62. data/tests/unittest/ie.md +2 -23
  63. data/tests/unittest/images.md +2 -14
  64. data/tests/unittest/images2.md +2 -5
  65. data/tests/unittest/inline_html.md +6 -102
  66. data/tests/unittest/inline_html2.md +2 -5
  67. data/tests/unittest/links.md +17 -50
  68. data/tests/unittest/links2.md +2 -3
  69. data/tests/unittest/list1.md +2 -10
  70. data/tests/unittest/list12.md +2 -5
  71. data/tests/unittest/list2.md +2 -10
  72. data/tests/unittest/list3.md +2 -14
  73. data/tests/unittest/list4.md +2 -17
  74. data/tests/unittest/lists.md +2 -39
  75. data/tests/unittest/lists10.md +2 -7
  76. data/tests/unittest/lists11.md +2 -5
  77. data/tests/unittest/lists6.md +2 -3
  78. data/tests/unittest/lists9.md +2 -11
  79. data/tests/unittest/lists_after_paragraph.md +3 -51
  80. data/tests/unittest/lists_ol.md +2 -52
  81. data/tests/unittest/loss.md +2 -3
  82. data/tests/unittest/math/equations.md +54 -37
  83. data/tests/unittest/math/inline.md +4 -12
  84. data/tests/unittest/math/math2.md +4 -57
  85. data/tests/unittest/math/notmath.md +2 -5
  86. data/tests/unittest/math/table.md +5 -11
  87. data/tests/unittest/math/table2.md +2 -8
  88. data/tests/unittest/misc_sw.md +2 -80
  89. data/tests/unittest/notyet/escape.md +2 -5
  90. data/tests/unittest/notyet/header_after_par.md +2 -13
  91. data/tests/unittest/notyet/ticks.md +2 -3
  92. data/tests/unittest/notyet/triggering.md +2 -39
  93. data/tests/unittest/olist.md +2 -9
  94. data/tests/unittest/one.md +2 -3
  95. data/tests/unittest/paragraph.md +2 -3
  96. data/tests/unittest/paragraph_rules/dont_merge_ref.md +2 -5
  97. data/tests/unittest/paragraph_rules/tab_is_blank.md +2 -5
  98. data/tests/unittest/paragraphs.md +2 -10
  99. data/tests/unittest/pending/amps.md +2 -4
  100. data/tests/unittest/pending/empty_cells.md +2 -6
  101. data/tests/unittest/pending/link.md +2 -21
  102. data/tests/unittest/pending/ref.md +2 -3
  103. data/tests/unittest/recover/recover_links.md +7 -8
  104. data/tests/{bugs → unittest/red_tests}/abbrev.md +12 -103
  105. data/tests/unittest/{lists7.md → red_tests/lists7.md} +2 -13
  106. data/tests/unittest/{lists7b.md → red_tests/lists7b.md} +2 -10
  107. data/tests/unittest/{lists8.md → red_tests/lists8.md} +2 -9
  108. data/tests/unittest/red_tests/xml.md +70 -0
  109. data/tests/unittest/references/long_example.md +2 -7
  110. data/tests/unittest/references/spaces_and_numbers.md +2 -3
  111. data/tests/unittest/smartypants.md +2 -47
  112. data/tests/unittest/syntax_hl.md +2 -18
  113. data/tests/unittest/table_attributes.md +2 -8
  114. data/tests/unittest/test.md +2 -3
  115. data/tests/unittest/underscore_in_words.md +27 -0
  116. data/tests/unittest/wrapping.md +2 -11
  117. data/tests/unittest/xml2.md +2 -5
  118. data/tests/unittest/xml3.md +2 -8
  119. data/tests/unittest/xml_instruction.md +2 -10
  120. data/unit_test_span.sh +2 -1
  121. metadata +242 -241
  122. data/docs/changelog.html +0 -490
  123. data/docs/entity_test.html +0 -258
  124. data/docs/exd.html +0 -307
  125. data/docs/index.html +0 -332
  126. data/docs/markdown_syntax.html +0 -690
  127. data/docs/maruku.html +0 -332
  128. data/docs/proposal.html +0 -326
  129. data/docs/tmp.md +0 -2
  130. data/lib/sort_prof.rb +0 -22
  131. data/tests/bugs/links.md +0 -47
  132. data/tests/diagrams/diagrams.md +0 -302
  133. data/tests/s5/a.md +0 -13
  134. data/tests/s5/instiki+s5.md +0 -105
  135. data/tests/unittest/xml.md +0 -54
@@ -1,258 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC
3
- "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
4
- "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
5
- <html xmlns:svg='http://www.w3.org/2000/svg' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
6
- <head><meta content='application/xhtml+xml;charset=utf-8' http-equiv='Content-type' /><title>List of symbols supported by Maruku</title></head>
7
- <body>
8
- <h1 id='list_of_symbols_supported_by_maruku'>List of symbols supported by Maruku</h1>
9
- <?maruku MaRuKu::Out::Latex.need_entity_table
10
-
11
- all = []
12
- ENTITY_TABLE.each do |k, e|
13
- if k.kind_of? String
14
- all << (h=md_code("&#{e.html_entity};")) <<
15
- " " << md_entity(e.html_entity) <<
16
- " (" << (l=md_code(e.latex_string)) << ") \n" <<
17
- md_entity('nbsp')<<md_entity('nbsp')<<md_entity('nbsp')
18
-
19
- h.attributes[:code_background_color] = '#eef'
20
- l.attributes[:code_background_color] = '#ffe'
21
- end
22
- end
23
- @doc.children.push md_par(all)?>
24
- <p><code style='background-color: #eef;'>&amp;oslash;</code> &#248; (<code style='background-color: #ffe;'>\o</code>)
25
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iexcl;</code> &#161; (<code style='background-color: #ffe;'>\textexclamdown</code>)
26
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;szlig;</code> &#223; (<code style='background-color: #ffe;'>\ss</code>)
27
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ETH;</code> &#208; (<code style='background-color: #ffe;'>$\eth$</code>)
28
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Oslash;</code> &#216; (<code style='background-color: #ffe;'>\O</code>)
29
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Yuml;</code> &#376; (<code style='background-color: #ffe;'>\&quot;Y</code>)
30
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rho;</code> &#961; (<code style='background-color: #ffe;'>$\rho$</code>)
31
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;psi;</code> &#968; (<code style='background-color: #ffe;'>$\psi$</code>)
32
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ecirc;</code> &#234; (<code style='background-color: #ffe;'>\^e</code>)
33
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;OElig;</code> &#338; (<code style='background-color: #ffe;'>\OE</code>)
34
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;euml;</code> &#235; (<code style='background-color: #ffe;'>\&quot;e</code>)
35
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;aelig;</code> &#230; (<code style='background-color: #ffe;'>\ae</code>)
36
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Theta;</code> &#920; (<code style='background-color: #ffe;'>$\Theta$</code>)
37
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Mu;</code> &#924; (<code style='background-color: #ffe;'>$M$</code>)
38
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;alefsym;</code> &#8501; (<code style='background-color: #ffe;'>$\aleph$</code>)
39
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;acirc;</code> &#226; (<code style='background-color: #ffe;'>\^a</code>)
40
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;piv;</code> &#982; (<code style='background-color: #ffe;'>$\varpi$</code>)
41
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;egrave;</code> &#232; (<code style='background-color: #ffe;'>\`e</code>)
42
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;not;</code> &#172; (<code style='background-color: #ffe;'>$\neg$</code>)
43
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Egrave;</code> &#200; (<code style='background-color: #ffe;'>\`E</code>)
44
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;para;</code> &#182; (<code style='background-color: #ffe;'>\P</code>)
45
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ugrave;</code> &#249; (<code style='background-color: #ffe;'>\`u</code>)
46
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Yacute;</code> &#221; (<code style='background-color: #ffe;'>\&#39;Y</code>)
47
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lsquo;</code> &#8216; (<code style='background-color: #ffe;'>`</code>)
48
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Phi;</code> &#934; (<code style='background-color: #ffe;'>$\Phi$</code>)
49
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;euro;</code> &#8364; (<code style='background-color: #ffe;'>\euro</code>)
50
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;icirc;</code> &#238; (<code style='background-color: #ffe;'>\^i</code>)
51
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iacute;</code> &#237; (<code style='background-color: #ffe;'>\&#39;i</code>)
52
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rArr;</code> &#8658; (<code style='background-color: #ffe;'>$\Rightarrow$</code>)
53
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ntilde;</code> &#209; (<code style='background-color: #ffe;'>\~N</code>)
54
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sim;</code> &#8764; (<code style='background-color: #ffe;'>$\sim$</code>)
55
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup1;</code> &#185; (<code style='background-color: #ffe;'>$^1$</code>)
56
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;amp;</code> &#38; (<code style='background-color: #ffe;'>\&amp;</code>)
57
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;thetasym;</code> &#977; (<code style='background-color: #ffe;'>$\vartheta$</code>)
58
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup2;</code> &#178; (<code style='background-color: #ffe;'>$^2$</code>)
59
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;pi;</code> &#960; (<code style='background-color: #ffe;'>$\pi$</code>)
60
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Gamma;</code> &#915; (<code style='background-color: #ffe;'>$\Gamma$</code>)
61
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;trade;</code> &#8482; (<code style='background-color: #ffe;'>$^{\rm TM}$</code>)
62
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup3;</code> &#179; (<code style='background-color: #ffe;'>$^3$</code>)
63
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Omicron;</code> &#927; (<code style='background-color: #ffe;'>$O$</code>)
64
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Iuml;</code> &#207; (<code style='background-color: #ffe;'>\&quot;I</code>)
65
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;THORN;</code> &#222; (<code style='background-color: #ffe;'>\Thorn</code>)
66
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;radic;</code> &#8730; (<code style='background-color: #ffe;'>$\surd$</code>)
67
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;forall;</code> &#8704; (<code style='background-color: #ffe;'>$\forall$</code>)
68
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;kappa;</code> &#954; (<code style='background-color: #ffe;'>$\kappa$</code>)
69
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sect;</code> &#167; (<code style='background-color: #ffe;'>\S</code>)
70
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Eta;</code> &#919; (<code style='background-color: #ffe;'>$H$</code>)
71
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Otilde;</code> &#213; (<code style='background-color: #ffe;'>\~O</code>)
72
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Uuml;</code> &#220; (<code style='background-color: #ffe;'>\&quot;U</code>)
73
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;int;</code> &#8747; (<code style='background-color: #ffe;'>$\int$</code>)
74
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Tau;</code> &#932; (<code style='background-color: #ffe;'>$T$</code>)
75
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;larr;</code> &#8592; (<code style='background-color: #ffe;'>$\leftarrow$</code>)
76
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ugrave;</code> &#217; (<code style='background-color: #ffe;'>\`U</code>)
77
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;tilde;</code> &#732; (<code style='background-color: #ffe;'>\textasciitilde</code>)
78
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;darr;</code> &#8595; (<code style='background-color: #ffe;'>$\downarrow$</code>)
79
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Pi;</code> &#928; (<code style='background-color: #ffe;'>$\Pi$</code>)
80
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;exist;</code> &#8707; (<code style='background-color: #ffe;'>$\exists$</code>)
81
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lowast;</code> &#8727; (<code style='background-color: #ffe;'>$\ast$</code>)
82
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rsaquo;</code> &#8250; (<code style='background-color: #ffe;'>\guilsinglright</code>)
83
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;middot;</code> &#183; (<code style='background-color: #ffe;'>$\cdot$</code>)
84
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;crarr;</code> &#8629; (<code style='background-color: #ffe;'>$\hookleftarrow$</code>)
85
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ucirc;</code> &#219; (<code style='background-color: #ffe;'>\^U</code>)
86
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Epsilon;</code> &#917; (<code style='background-color: #ffe;'>$E$</code>)
87
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;thorn;</code> &#254; (<code style='background-color: #ffe;'>\thorn</code>)
88
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ntilde;</code> &#241; (<code style='background-color: #ffe;'>\~n</code>)
89
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;raquo;</code> &#187; (<code style='background-color: #ffe;'>\guillemotright</code>)
90
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;harr;</code> &#8596; (<code style='background-color: #ffe;'>$\leftrightarrow$</code>)
91
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;part;</code> &#8706; (<code style='background-color: #ffe;'>$\partial$</code>)
92
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;atilde;</code> &#227; (<code style='background-color: #ffe;'>\~a</code>)
93
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ccedil;</code> &#231; (<code style='background-color: #ffe;'>\c{c}</code>)
94
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Acirc;</code> &#194; (<code style='background-color: #ffe;'>\^A</code>)
95
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;otilde;</code> &#245; (<code style='background-color: #ffe;'>\~o</code>)
96
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uArr;</code> &#8657; (<code style='background-color: #ffe;'>$\Uparrow$</code>)
97
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;diams;</code> &#9830; (<code style='background-color: #ffe;'>$\diamondsuit$</code>)
98
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;upsilon;</code> &#965; (<code style='background-color: #ffe;'>$\upsilon$</code>)
99
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Euml;</code> &#203; (<code style='background-color: #ffe;'>\&quot;E</code>)
100
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;asymp;</code> &#8776; (<code style='background-color: #ffe;'>$\approx$</code>)
101
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ne;</code> &#8800; (<code style='background-color: #ffe;'>$\neq$</code>)
102
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rceil;</code> &#8968; (<code style='background-color: #ffe;'>$\rceil$</code>)
103
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sdot;</code> &#8901; (<code style='background-color: #ffe;'>$\cdot$</code>)
104
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;beta;</code> &#946; (<code style='background-color: #ffe;'>$\beta$</code>)
105
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ni;</code> &#8715; (<code style='background-color: #ffe;'>$\ni$</code>)
106
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ouml;</code> &#246; (<code style='background-color: #ffe;'>\&quot;o</code>)
107
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Atilde;</code> &#195; (<code style='background-color: #ffe;'>\~A</code>)
108
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;minus;</code> &#8722; (<code style='background-color: #ffe;'>$-$</code>)
109
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ccedil;</code> &#199; (<code style='background-color: #ffe;'>\c{C}</code>)
110
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;igrave;</code> &#236; (<code style='background-color: #ffe;'>\`i</code>)
111
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;brvbar;</code> &#166; (<code style='background-color: #ffe;'>\brokenvert</code>)
112
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;acute;</code> &#180; (<code style='background-color: #ffe;'>&#39;</code>)
113
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sigmaf;</code> &#962; (<code style='background-color: #ffe;'>$\varsigma$</code>)
114
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;weierp;</code> &#8472; (<code style='background-color: #ffe;'>$\wp$</code>)
115
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Auml;</code> &#196; (<code style='background-color: #ffe;'>\&quot;A</code>)
116
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;apos;</code> &#39; (<code style='background-color: #ffe;'>&#39;</code>)
117
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;micro;</code> &#181; (<code style='background-color: #ffe;'>$\mu$</code>)
118
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Icirc;</code> &#206; (<code style='background-color: #ffe;'>\^I</code>)
119
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;xi;</code> &#958; (<code style='background-color: #ffe;'>$\xi$</code>)
120
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;clubs;</code> &#9827; (<code style='background-color: #ffe;'>$\clubsuit$</code>)
121
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;bull;</code> &#8226; (<code style='background-color: #ffe;'>$\bullet$</code>)
122
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ecirc;</code> &#202; (<code style='background-color: #ffe;'>\^E</code>)
123
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Kappa;</code> &#922; (<code style='background-color: #ffe;'>$K$</code>)
124
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;times;</code> &#215; (<code style='background-color: #ffe;'>$\times$</code>)
125
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Zeta;</code> &#918; (<code style='background-color: #ffe;'>$Z$</code>)
126
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;empty;</code> &#8709; (<code style='background-color: #ffe;'>$\emptyset$</code>)
127
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;image;</code> &#8465; (<code style='background-color: #ffe;'>$\Im$</code>)
128
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Oacute;</code> &#211; (<code style='background-color: #ffe;'>\&#39; O</code>)
129
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;nu;</code> &#957; (<code style='background-color: #ffe;'>$\nu$</code>)
130
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Xi;</code> &#926; (<code style='background-color: #ffe;'>$\Xi$</code>)
131
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Igrave;</code> &#204; (<code style='background-color: #ffe;'>\`I</code>)
132
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ndash;</code> &#8211; (<code style='background-color: #ffe;'>--</code>)
133
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;and;</code> &#8743; (<code style='background-color: #ffe;'>$\wedge$</code>)
134
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;prime;</code> &#8242; (<code style='background-color: #ffe;'>$\prime$</code>)
135
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;omicron;</code> &#959; (<code style='background-color: #ffe;'>$o$</code>)
136
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iota;</code> &#953; (<code style='background-color: #ffe;'>$\iota$</code>)
137
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ang;</code> &#8736; (<code style='background-color: #ffe;'>$\angle$</code>)
138
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;chi;</code> &#967; (<code style='background-color: #ffe;'>$\chi$</code>)
139
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ge;</code> &#8805; (<code style='background-color: #ffe;'>$\geq$</code>)
140
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lang;</code> &#9002; (<code style='background-color: #ffe;'>$\langle$</code>)
141
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;le;</code> &#8804; (<code style='background-color: #ffe;'>$\leq$</code>)
142
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rdquo;</code> &#8221; (<code style='background-color: #ffe;'>&#39;&#39;</code>)
143
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;otimes;</code> &#8855; (<code style='background-color: #ffe;'>$\otimes$</code>)
144
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Nu;</code> &#925; (<code style='background-color: #ffe;'>$N$</code>)
145
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;real;</code> &#8476; (<code style='background-color: #ffe;'>$\Re$</code>)
146
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lfloor;</code> &#8970; (<code style='background-color: #ffe;'>$\lfloor$</code>)
147
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rsquo;</code> &#8217; (<code style='background-color: #ffe;'>&#39;</code>)
148
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;equiv;</code> &#8801; (<code style='background-color: #ffe;'>$\equiv$</code>)
149
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;aacute;</code> &#225; (<code style='background-color: #ffe;'>\&#39;a</code>)
150
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;permil;</code> &#8240; (<code style='background-color: #ffe;'>\permil</code>)
151
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sigma;</code> &#963; (<code style='background-color: #ffe;'>$\sigma$</code>)
152
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oacute;</code> &#243; (<code style='background-color: #ffe;'>\&#39;o</code>)
153
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;supe;</code> &#8839; (<code style='background-color: #ffe;'>$\supseteq$</code>)
154
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ordf;</code> &#170; (<code style='background-color: #ffe;'>\textordfeminine</code>)
155
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Beta;</code> &#914; (<code style='background-color: #ffe;'>$B$</code>)
156
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;hearts;</code> &#9829; (<code style='background-color: #ffe;'>$\heartsuit$</code>)
157
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Rho;</code> &#929; (<code style='background-color: #ffe;'>$P$</code>)
158
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Psi;</code> &#936; (<code style='background-color: #ffe;'>$\Psi$</code>)
159
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oelig;</code> &#339; (<code style='background-color: #ffe;'>\oe</code>)
160
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;AElig;</code> &#198; (<code style='background-color: #ffe;'>\AE</code>)
161
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;spades;</code> &#9824; (<code style='background-color: #ffe;'>$\spadesuit$</code>)
162
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oline;</code> &#8254; (<code style='background-color: #ffe;'>-</code>)
163
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;mdash;</code> &#8212; (<code style='background-color: #ffe;'>---</code>)
164
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ocirc;</code> &#244; (<code style='background-color: #ffe;'>\^o</code>)
165
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Scaron;</code> &#352; (<code style='background-color: #ffe;'>\v{S}</code>)
166
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;gt;</code> &#62; (<code style='background-color: #ffe;'>$&gt;$</code>)
167
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;omega;</code> &#969; (<code style='background-color: #ffe;'>$\omega$</code>)
168
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;phi;</code> &#966; (<code style='background-color: #ffe;'>$\phi$</code>)
169
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ordm;</code> &#186; (<code style='background-color: #ffe;'>\textordmasculine</code>)
170
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;copy;</code> &#169; (<code style='background-color: #ffe;'>\copyright</code>)
171
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;infin;</code> &#8734; (<code style='background-color: #ffe;'>$\infty$</code>)
172
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Aacute;</code> &#193; (<code style='background-color: #ffe;'>\&#39;A</code>)
173
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rarr;</code> &#8594; (<code style='background-color: #ffe;'>$\rightarrow$</code>)
174
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lt;</code> &#60; (<code style='background-color: #ffe;'>$&lt;$</code>)
175
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cong;</code> &#8773; (<code style='background-color: #ffe;'>$\cong$</code>)
176
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;eta;</code> &#951; (<code style='background-color: #ffe;'>$\eta$</code>)
177
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;curren;</code> &#164; (<code style='background-color: #ffe;'>\currency</code>)
178
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;tau;</code> &#964; (<code style='background-color: #ffe;'>$\tau$</code>)
179
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oplus;</code> &#8853; (<code style='background-color: #ffe;'>$\oplus$</code>)
180
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cap;</code> &#8746; (<code style='background-color: #ffe;'>$\cap$</code>)
181
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Iota;</code> &#921; (<code style='background-color: #ffe;'>$I$</code>)
182
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Sigma;</code> &#931; (<code style='background-color: #ffe;'>$\Sigma$</code>)
183
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frac34;</code> &#190; (<code style='background-color: #ffe;'>$\frac{3}{4}$</code>)
184
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;scaron;</code> &#353; (<code style='background-color: #ffe;'>\v{s}</code>)
185
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;eth;</code> &#240; (<code style='background-color: #ffe;'>$\eth$</code>)
186
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;aring;</code> &#229; (<code style='background-color: #ffe;'>\aa</code>)
187
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lArr;</code> &#8656; (<code style='background-color: #ffe;'>$\Leftarrow$</code>)
188
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;epsilon;</code> &#949; (<code style='background-color: #ffe;'>$\epsilon$</code>)
189
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;dArr;</code> &#8659; (<code style='background-color: #ffe;'>$\Downarrow$</code>)
190
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;alpha;</code> &#945; (<code style='background-color: #ffe;'>$\alpha$</code>)
191
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cent;</code> &#162; (<code style='background-color: #ffe;'>\cent</code>)
192
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Lambda;</code> &#923; (<code style='background-color: #ffe;'>$\Lambda$</code>)
193
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;loz;</code> &#9674; (<code style='background-color: #ffe;'>$\lozenge$</code>)
194
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;yen;</code> &#165; (<code style='background-color: #ffe;'>\textyen</code>)
195
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uuml;</code> &#252; (<code style='background-color: #ffe;'>\&quot;u</code>)
196
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Eacute;</code> &#201; (<code style='background-color: #ffe;'>\&#39;E</code>)
197
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ocirc;</code> &#212; (<code style='background-color: #ffe;'>\^O</code>)
198
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;nbsp;</code> &#160; (<code style='background-color: #ffe;'>~</code>)
199
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;reg;</code> &#174; (<code style='background-color: #ffe;'>\textregistered</code>)
200
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cup;</code> &#8745; (<code style='background-color: #ffe;'>$\cup$</code>)
201
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frasl;</code> &#8260; (<code style='background-color: #ffe;'>/</code>)
202
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Uacute;</code> &#218; (<code style='background-color: #ffe;'>\&#39;U</code>)
203
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;hArr;</code> &#8660; (<code style='background-color: #ffe;'>$\Leftrightarrow$</code>)
204
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;delta;</code> &#948; (<code style='background-color: #ffe;'>$\delta$</code>)
205
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ouml;</code> &#214; (<code style='background-color: #ffe;'>\&quot;O</code>)
206
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ograve;</code> &#242; (<code style='background-color: #ffe;'>\`o</code>)
207
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ograve;</code> &#210; (<code style='background-color: #ffe;'>\`O</code>)
208
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;quot;</code> &#34; (<code style='background-color: #ffe;'>&quot;</code>)
209
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uarr;</code> &#8593; (<code style='background-color: #ffe;'>$\uparrow$</code>)
210
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;yuml;</code> &#255; (<code style='background-color: #ffe;'>\&quot;y</code>)
211
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;or;</code> &#8744; (<code style='background-color: #ffe;'>$\vee$</code>)
212
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Omega;</code> &#937; (<code style='background-color: #ffe;'>$\Omega$</code>)
213
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Agrave;</code> &#192; (<code style='background-color: #ffe;'>\`A</code>)
214
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lambda;</code> &#955; (<code style='background-color: #ffe;'>$\lambda$</code>)
215
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;prod;</code> &#8719; (<code style='background-color: #ffe;'>$\prod$</code>)
216
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;laquo;</code> &#171; (<code style='background-color: #ffe;'>\guillemotleft</code>)
217
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;eacute;</code> &#233; (<code style='background-color: #ffe;'>\&#39;e</code>)
218
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;plusmn;</code> &#177; (<code style='background-color: #ffe;'>$\pm$</code>)
219
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uacute;</code> &#250; (<code style='background-color: #ffe;'>\&#39;u</code>)
220
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lsaquo;</code> &#8249; (<code style='background-color: #ffe;'>\guilsinglleft</code>)
221
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Aring;</code> &#197; (<code style='background-color: #ffe;'>\AA</code>)
222
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frac12;</code> &#189; (<code style='background-color: #ffe;'>$\frac{1}{2}$</code>)
223
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;dagger;</code> &#8224; (<code style='background-color: #ffe;'>\dag</code>)
224
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;gamma;</code> &#947; (<code style='background-color: #ffe;'>$\gamma$</code>)
225
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frac14;</code> &#188; (<code style='background-color: #ffe;'>$\frac{1}{4}$</code>)
226
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Alpha;</code> &#913; (<code style='background-color: #ffe;'>$A$</code>)
227
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;there4;</code> &#8756; (<code style='background-color: #ffe;'>$\therefore$</code>)
228
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rang;</code> &#9001; (<code style='background-color: #ffe;'>$\rangle$</code>)
229
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sub;</code> &#8834; (<code style='background-color: #ffe;'>$\subset$</code>)
230
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rfloor;</code> &#8971; (<code style='background-color: #ffe;'>$\rfloor$</code>)
231
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;isin;</code> &#8712; (<code style='background-color: #ffe;'>$\in$</code>)
232
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iuml;</code> &#239; (<code style='background-color: #ffe;'>\&quot;i</code>)
233
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lceil;</code> &#8969; (<code style='background-color: #ffe;'>$\lceil$</code>)
234
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;theta;</code> &#952; (<code style='background-color: #ffe;'>$\theta$</code>)
235
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;deg;</code> &#176; (<code style='background-color: #ffe;'>\textdegree</code>)
236
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;notin;</code> &#8713; (<code style='background-color: #ffe;'>$\notin$</code>)
237
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;agrave;</code> &#224; (<code style='background-color: #ffe;'>\`a</code>)
238
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;prop;</code> &#8733; (<code style='background-color: #ffe;'>$\propto$</code>)
239
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Dagger;</code> &#8225; (<code style='background-color: #ffe;'>\ddag</code>)
240
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ucirc;</code> &#251; (<code style='background-color: #ffe;'>\^u</code>)
241
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Chi;</code> &#935; (<code style='background-color: #ffe;'>$X$</code>)
242
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;zeta;</code> &#950; (<code style='background-color: #ffe;'>$\zeta$</code>)
243
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sum;</code> &#8721; (<code style='background-color: #ffe;'>$\sum$</code>)
244
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;nabla;</code> &#8711; (<code style='background-color: #ffe;'>$\nabla$</code>)
245
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Iacute;</code> &#205; (<code style='background-color: #ffe;'>\&#39;I</code>)
246
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Upsilon;</code> &#933; (<code style='background-color: #ffe;'>$Y$</code>)
247
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup;</code> &#8835; (<code style='background-color: #ffe;'>$\supset$</code>)
248
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;auml;</code> &#228; (<code style='background-color: #ffe;'>\&quot;a</code>)
249
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ldquo;</code> &#8220; (<code style='background-color: #ffe;'>``</code>)
250
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Delta;</code> &#916; (<code style='background-color: #ffe;'>$\Delta$</code>)
251
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;circ;</code> &#710; (<code style='background-color: #ffe;'>\textasciicircum</code>)
252
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;pound;</code> &#163; (<code style='background-color: #ffe;'>\pounds</code>)
253
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;yacute;</code> &#253; (<code style='background-color: #ffe;'>\&#39;y</code>)
254
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;perp;</code> &#8869; (<code style='background-color: #ffe;'>$\perp$</code>)
255
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;mu;</code> &#956; (<code style='background-color: #ffe;'>$\mu$</code>)
256
- &#160;&#160;&#160;<code style='background-color: #eef;'>&amp;hellip;</code> &#8230; (<code style='background-color: #ffe;'>\ldots</code>)
257
- &#160;&#160;&#160;</p>
258
- <div class='maruku_signature'><hr /><span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown-superset interpreter for Ruby'>Maruku</a> at 13:32 on Sunday, February 18th, 2007.</span></div></body></html>
data/docs/exd.html DELETED
@@ -1,307 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC
3
- "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
4
- "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
5
- <html xmlns:svg='http://www.w3.org/2000/svg' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
6
- <head><meta content='application/xhtml+xml;charset=utf-8' http-equiv='Content-type' /><title></title><link href='style.css' rel='stylesheet' type='text/css' />
7
- </head>
8
- <body>
9
- <h1>Auto-extracted documentation</h1>
10
-
11
- <p>This documentation is auto-generated by reading from the Ruby source for <code>maruku</code> by the program <code>docs/exd/exd.rb</code>. It is important to have documentation near the code!</p>
12
-
13
- <p>Each block is delimited by <code>=begin</code> and <code>=end</code> blocks and is a Markdown document:</p>
14
-
15
- <pre><code>...
16
- =begin maruku_doc
17
- Attribute: att1
18
- Summary: summary for attribute
19
-
20
- Expanded documentation (Markdown format)
21
- =end
22
- ...</code></pre>
23
-
24
- <h2>Attribute documentation</h2>
25
-
26
- <h3 id='class'>Attribute <code>class</code></h3>
27
-
28
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 316:</p>
29
-
30
- <p>It is copied as a standard HTML attribute.</p>
31
-
32
- <h3 id='code_background_color'>Attribute <code>code_background_color</code></h3>
33
-
34
- <p class='maruku-att-default'>Default: <code>&quot;#fef&quot;</code></p>
35
-
36
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 553:</p>
37
-
38
- <p>The format is either a named color (<code>green</code>, <code>red</code>) or a CSS color of the form <code>#ff00ff</code>.</p>
39
-
40
- <ul>
41
- <li>
42
- <p>for <strong>HTML output</strong>, the value is put straight in the <code>background-color</code> CSS property of the block.</p>
43
- </li>
44
-
45
- <li>
46
- <p>for <strong>LaTeX output</strong>, if it is a named color, it must be a color accepted by the LaTeX <code>color</code> packages. If it is of the form <code>#ff00ff</code>, Maruku defines a color using the <code>\color[rgb]{r,g,b}</code> macro.</p>
47
-
48
- <p>For example, for <code>#0000ff</code>, the macro is called as: <code>\color[rgb]{0,0,1}</code>.</p>
49
- </li>
50
- </ul>
51
-
52
- <h3 id='code_show_spaces'>Attribute <code>code_show_spaces</code></h3>
53
-
54
- <p class='maruku-att-default'>Default: <code>false</code></p>
55
-
56
- <p class='maruku-att-origin'>Read from file <code>output/to_latex.rb</code>, line 192:</p>
57
-
58
- <p>If <code>true</code>, shows spaces and tabs in code blocks.</p>
59
-
60
- <p>Example:</p>
61
-
62
- <pre><code> One space
63
- Two spaces
64
- Tab, space, tab
65
- Tab, tab, tab and all is green!
66
- {:code_show_spaces code_background_color=#ffeedd}</code></pre>
67
-
68
- <p>That will produce:</p>
69
-
70
- <pre style='background-color: #ffeedd;'><code>&#172;One&#172;space
71
- &#172;&#172;Two&#172;spaces
72
- &#187;&#160;&#160;&#160;&#172;&#187;&#160;&#160;&#160;Tab,&#172;space,&#172;tab
73
- &#187;&#160;&#160;&#160;&#187;&#160;&#160;&#160;&#187;&#160;&#160;&#160;Tab,&#172;tab,&#172;tab&#172;and&#172;all&#172;is&#172;green!</code></pre>
74
-
75
- <h3 id='css'>Attribute <code>css</code></h3>
76
-
77
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 144:</p>
78
-
79
- <p><code>css</code> should be a space-separated list of urls.</p>
80
-
81
- <p>Example:</p>
82
-
83
- <pre><code>CSS: style.css math.css</code></pre>
84
-
85
- <h3 id='doc_prefix'>Attribute <code>doc_prefix</code></h3>
86
-
87
- <p class='maruku-att-default'>Default: <code>&quot;&quot;</code></p>
88
-
89
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 128:</p>
90
-
91
- <p>String to disambiguate footnote links.</p>
92
-
93
- <h3 id='encoding'>Attribute <code>encoding</code></h3>
94
-
95
- <p class='maruku-att-origin'>Read from file <code>input/parse_doc.rb</code>, line 35:</p>
96
-
97
- <p>If the <code>encoding</code> attribute is specified, then the content will be converted from the specified encoding to UTF-8.</p>
98
-
99
- <p>Conversion happens using the <code>iconv</code> library.</p>
100
-
101
- <h3 id='html_math_engine'>Attribute <code>html_math_engine</code></h3>
102
-
103
- <p class='maruku-att-default'>Default: <code>&quot;none&quot;</code></p>
104
-
105
- <p class='maruku-att-origin'>Read from file <code>ext/math/to_html.rb</code>, line 2:</p>
106
-
107
- <p>Select the rendering engine for math.</p>
108
-
109
- <p>If you want to use your custom engine <code>foo</code>, then set:</p>
110
-
111
- <pre lang='markdown'><code class='markdown' lang='markdown'>HTML math engine: foo</code></pre>
112
-
113
- <p>and then implement two functions:</p>
114
-
115
- <pre><code>def convert_to_mathml_foo(kind, tex)
116
- ...
117
- end</code></pre>
118
-
119
- <h3 id='html_png_engine'>Attribute <code>html_png_engine</code></h3>
120
-
121
- <p class='maruku-att-default'>Default: <code>&quot;none&quot;</code></p>
122
-
123
- <p class='maruku-att-origin'>Read from file <code>ext/math/to_html.rb</code>, line 24:</p>
124
-
125
- <p>Same thing as <code>html_math_engine</code>, only for PNG output.</p>
126
-
127
- <pre lang='ruby'><code class='ruby' lang='ruby'>def convert_to_png_foo(kind, tex)
128
- # same thing
129
- ...
130
- end</code></pre>
131
-
132
- <h3 id='html_use_syntax'>Attribute <code>html_use_syntax</code></h3>
133
-
134
- <p class='maruku-att-default'>Default: <code>false</code></p>
135
-
136
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 459:</p>
137
-
138
- <p>If true, the <code>syntax</code> package is used. It supports the <code>ruby</code> and <code>xml</code> languages. Remember to set the <code>lang</code> attribute of the code block.</p>
139
-
140
- <p>Examples:</p>
141
-
142
- <pre><code> require &#39;maruku&#39;
143
- {:lang=ruby html_use_syntax=true}</code></pre>
144
-
145
- <p>and</p>
146
-
147
- <pre><code> &lt;div style=&quot;text-align:center&quot;&gt;Div&lt;/div&gt;
148
- {:lang=html html_use_syntax=true}</code></pre>
149
-
150
- <p>produces:</p>
151
-
152
- <pre><code class='ruby' lang='ruby'><span class='ident'>require</span> <span class='punct'>&#39;</span><span class='string'>maruku</span><span class='punct'>&#39;</span></code></pre>
153
-
154
- <p>and</p>
155
-
156
- <pre><code class='xml' lang='xml'><span class='punct'>&lt;</span><span class='tag'>div</span> <span class='attribute'>style</span><span class='punct'>=&quot;</span><span class='string'>text-align:center</span><span class='punct'>&quot;&gt;</span>Div<span class='punct'>&lt;/</span><span class='tag'>div</span><span class='punct'>&gt;</span></code></pre>
157
-
158
- <h3 id='id'>Attribute <code>id</code></h3>
159
-
160
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 304:</p>
161
-
162
- <p>It is copied as a standard HTML attribute.</p>
163
-
164
- <p>Moreover, it used as a label name for hyperlinks in both HTML and in PDF.</p>
165
-
166
- <h3 id='latex_cjk'>Attribute <code>latex_cjk</code></h3>
167
-
168
- <p class='maruku-att-default'>Default: <code>false</code></p>
169
-
170
- <p class='maruku-att-origin'>Read from file <code>output/to_latex.rb</code>, line 69:</p>
171
-
172
- <p>If the <code>latex_cjk</code> attribute is specified, then appropriate headers are added to the LaTeX preamble to support Japanese fonts. You have to have these fonts installed &#8211; and this can be a pain.</p>
173
-
174
- <p>If <code>latex_cjk</code> is specified, this is added to the preamble:</p>
175
-
176
- <pre><code>\usepackage[C40]{fontenc}
177
- \usepackage[cjkjis]{ucs}
178
- \usepackage[utf8x]{inputenc}</code></pre>
179
-
180
- <p>while the default is to add this:</p>
181
-
182
- <pre><code>\usepackage{ucs}
183
- \usepackage[utf8x]{inputenc}</code></pre>
184
-
185
- <h3 id='latex_preamble'>Attribute <code>latex_preamble</code></h3>
186
-
187
- <p class='maruku-att-origin'>Read from file <code>output/to_latex.rb</code>, line 94:</p>
188
-
189
- <p>If the <code>latex_preamble</code> attribute is specified, then its value will be used as a custom preamble.</p>
190
-
191
- <p>For example:</p>
192
-
193
- <pre><code>Title: My document
194
- Latex preamble: preamble.tex</code></pre>
195
-
196
- <p>will produce:</p>
197
-
198
- <pre><code>...
199
- \input{preamble.tex}
200
- ...</code></pre>
201
-
202
- <h3 id='latex_use_listings'>Attribute <code>latex_use_listings</code></h3>
203
-
204
- <p class='maruku-att-default'>Default: <code>false</code></p>
205
-
206
- <p class='maruku-att-origin'>Read from file <code>output/to_latex.rb</code>, line 217:</p>
207
-
208
- <p>If the <code>latex_use_listings</code> attribute is specified, then code block are rendered using the <code>listings</code> package. Otherwise, a standard <code>verbatim</code> environment is used.</p>
209
-
210
- <ul>
211
- <li>
212
- <p>If the <code>lang</code> attribute for the code block has been specified, it gets passed to the <code>listings</code> package using the <code>lstset</code> macro. The default lang for code blocks is specified through the <code>code_lang</code> attribute.</p>
213
-
214
- <pre><code>\lstset{language=ruby}</code></pre>
215
-
216
- <p>Please refer to the documentation of the <code>listings</code> package for supported languages.</p>
217
-
218
- <p>If a language is not supported, the <code>listings</code> package will emit a warning during the compilation. Just press enter and nothing wrong will happen.</p>
219
- </li>
220
-
221
- <li>
222
- <p>If the <code>code_show_spaces</code> is specified, than spaces and tabs will be shown using the macro:</p>
223
-
224
- <pre><code>\lstset{showspaces=true,showtabs=true}</code></pre>
225
- </li>
226
-
227
- <li>
228
- <p>The background color is given by <code>code_background_color</code>.</p>
229
- </li>
230
- </ul>
231
-
232
- <h3 id='maruku_signature'>Attribute <code>maruku_signature</code></h3>
233
-
234
- <p class='maruku-att-default'>Default: <code>true</code></p>
235
-
236
- <p class='maruku-att-origin'>Read from file <code>output/to_latex.rb</code>, line 45:</p>
237
-
238
- <p>If false, Maruku does not append a signature to the generated file.</p>
239
-
240
- <h3 id='math_enabled'>Attribute <code>math_enabled</code></h3>
241
-
242
- <p class='maruku-att-origin'>Read from file <code>ext/math.rb</code>, line 14:</p>
243
-
244
- <p>To explicitly disable the math parsing:</p>
245
-
246
- <pre><code>Maruku.new(string, {:math_enabled =&gt; false})
247
- {:ruby}</code></pre>
248
-
249
- <h3 id='math_numbered'>Attribute <code>math_numbered</code></h3>
250
-
251
- <p class='maruku-att-origin'>Read from file <code>ext/math.rb</code>, line 29:</p>
252
-
253
- <p>Array containing any of <code>&#39;\\[&#39;</code>, <code>&#39;\\begin{equation}&#39;</code>, <code>&#39;$$&#39;</code>.</p>
254
-
255
- <pre><code>MaRuKu::Globals[math_numbered] = [&#39;\\[&#39;]</code></pre>
256
-
257
- <h3 id='style'>Attribute <code>style</code></h3>
258
-
259
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 324:</p>
260
-
261
- <p>It is copied as a standard HTML attribute.</p>
262
-
263
- <h3 id='subject'>Attribute <code>subject</code></h3>
264
-
265
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 136:</p>
266
-
267
- <p>Synonim for <code>title</code>.</p>
268
-
269
- <h3 id='title'>Attribute <code>title</code></h3>
270
-
271
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 105:</p>
272
-
273
- <p>Sets the title of the document. If a title is not specified, the first header will be used.</p>
274
-
275
- <p>These should be equivalent:</p>
276
-
277
- <pre><code>Title: my document
278
-
279
- Content</code></pre>
280
-
281
- <p>and</p>
282
-
283
- <pre><code>my document
284
- ===========
285
-
286
- Content</code></pre>
287
-
288
- <p>In both cases, the title is set to &#8220;my document&#8221;.</p>
289
-
290
- <h3 id='unsafe_features'>Attribute <code>unsafe_features</code></h3>
291
-
292
- <p class='maruku-att-default'>Default: <code>true</code></p>
293
-
294
- <p class='maruku-att-origin'>Read from file <code>input/parse_doc.rb</code>, line 86:</p>
295
-
296
- <p>Disabled by default because of security concerns.</p>
297
-
298
- <h3 id='use_numbered_headers'>Attribute <code>use_numbered_headers</code></h3>
299
-
300
- <p class='maruku-att-default'>Default: <code>false</code></p>
301
-
302
- <p class='maruku-att-origin'>Read from file <code>output/to_html.rb</code>, line 405:</p>
303
-
304
- <p>If <code>true</code>, section headers will be numbered.</p>
305
-
306
- <p>In LaTeX export, the numbering of headers is managed by Maruku, to have the same results in both HTML and LaTeX.</p>
307
- <div class='maruku_signature'><hr /><span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown-superset interpreter for Ruby'>Maruku</a> at 13:32 on Sunday, February 18th, 2007.</span></div></body></html>