/test/art/ok/slides-60-no-headers.aat

http://txt2tags.googlecode.com/ · Unknown · 360 lines · 188 code · 172 blank · 0 comment · 0 complexity · 6eadfd7494c9a04e926e29e34c8b50ac MD5 · raw file

  1. ============================================================
  2. ============================================================
  3. Before the Introduction.
  4. It's fine !
  5. ============================================================
  6. ============================================================
  7. Introduction
  8. ============================================================
  9. Welcome to the txt2tags sample file.
  10. Here you have examples and a brief explanation of all
  11. marks.
  12. The first 3 lines of the this file are used as headers,
  13. on the following format:
  14. line1: document title
  15. line2: author name, email
  16. line3: date, version
  17. Lines with balanced equal signs = around are titles.
  18. ============================================================
  19. ============================================================
  20. Fonts and Beautifiers
  21. ============================================================
  22. We have two sets of fonts:
  23. The NORMAL type that can be improved with beautifiers.
  24. The TYPEWRITER type that uses monospaced font for
  25. pre-formatted text.
  26. We will now enter on a subtitle...
  27. Beautifiers
  28. ===========
  29. The text marks for beautifiers are simple, just as you
  30. type on a plain text email message.
  31. ------------------------------------------------------------
  32. ============================================================
  33. Fonts and Beautifiers
  34. ============================================================
  35. We use double *, /, - and _ to represent *bold*,
  36. /italic/, -strike- and _underline_.
  37. The */bold italic/* style is also supported as a
  38. combination.
  39. Pre-Formatted Text
  40. ==================
  41. We can put a code sample or other pre-formatted text:
  42. here is pre-formatted
  43. //marks// are **not** ``interpreted``
  44. ------------------------------------------------------------
  45. ============================================================
  46. Fonts and Beautifiers
  47. ============================================================
  48. And also, it's easy to put a one line pre-formatted
  49. text:
  50. prompt$ ls /etc
  51. Or use pre-formatted inside sentences.
  52. More Cosmetics
  53. ==============
  54. Special entities like email (duh@somewhere.com) and
  55. URL (http://www.duh.com) are detected automagically,
  56. as long as the horizontal line:
  57. ----------------------------------------------------------
  58. ------------------------------------------------------------
  59. ============================================================
  60. Fonts and Beautifiers
  61. ============================================================
  62. ^ thin or large v
  63. ==========================================================
  64. You can also specify an explicit link (http://duh.org)
  65. with label.
  66. And remember,
  67. ------------------------------------------------------------
  68. ============================================================
  69. Fonts and Beautifiers
  70. ============================================================
  71. +----------------------------------------------+
  72. | A TAB in front of the line does a quotation. |
  73. +----------------------------------------------+
  74. +-------------------------------------+
  75. | More TABs, more depth (if allowed). |
  76. +-------------------------------------+
  77. Nice.
  78. ============================================================
  79. ============================================================
  80. Lists
  81. ============================================================
  82. A list of items is natural, just putting a *dash* or
  83. a *plus* at the beginning of the line.
  84. Plain List
  85. ==========
  86. The dash is the default list identifier. For sublists,
  87. just add *spaces* at the beginning of the line. More
  88. spaces, more sublists.
  89. ------------------------------------------------------------
  90. ============================================================
  91. Lists
  92. ============================================================
  93. +------------------------------+
  94. | * earth |
  95. | * america |
  96. | * south america |
  97. | * brazil |
  98. | * how deep can i go? |
  99. | * europe |
  100. | * lots of countries |
  101. | * mars |
  102. | * who knows? |
  103. +------------------------------+
  104. The list ends with *two* consecutive blank lines.
  105. Numbered List
  106. =============
  107. ------------------------------------------------------------
  108. ============================================================
  109. Lists
  110. ============================================================
  111. The same rules as the plain list, just a different
  112. identifier (plus).
  113. +-----------------------+
  114. | 1. one |
  115. | 2. two |
  116. | 3. three |
  117. | * mixed lists! |
  118. | * what a mess |
  119. | 1. counting again |
  120. | 2. ... |
  121. | 4. four |
  122. +-----------------------+
  123. Definition List
  124. ===============
  125. ------------------------------------------------------------
  126. ============================================================
  127. Lists
  128. ============================================================
  129. The definition list identifier is a colon, followed by
  130. the term. The term contents is placed on the next line.
  131. +------------------------+
  132. | orange |
  133. | a yellow fruit |
  134. | apple |
  135. | a green or red fruit |
  136. | other fruits |
  137. | * wee! |
  138. | * mixing lists |
  139. | 1. again! |
  140. | 2. and again! |
  141. +------------------------+
  142. ============================================================
  143. ============================================================
  144. Tables
  145. ============================================================
  146. Use pipes to compose table rows and cells.
  147. Double pipe at the line beginning starts a heading row.
  148. Natural spaces specify each cell alignment.
  149. +-----------+-------------+------------+
  150. | heading 1 | heading 2 | heading 3 |
  151. +===========+=============+============+
  152. | cell 1.1 | cell 1.2 | cell 1.3 |
  153. +-----------+-------------+------------+
  154. | cell 2.1 | cell 2.2 | cell 2.3 |
  155. +-----------+-------------+------------+
  156. Without the last pipe, no border:
  157. ------------------------------------------------------------
  158. ============================================================
  159. Tables
  160. ============================================================
  161. +-----------+-------------+------------+
  162. | heading 1 | heading 2 | heading 3 |
  163. +-----------+-------------+------------+
  164. | cell 1.1 | cell 1.2 | cell 1.3 |
  165. | cell 2.1 | cell 2.2 | cell 2.3 |
  166. +-----------+-------------+------------+
  167. ============================================================
  168. ============================================================
  169. Special Entities
  170. ============================================================
  171. Because things were too simple.
  172. Images
  173. ======
  174. The image mark is as simple as it can be: [filename].
  175. [img/photo.jpg]
  176. +-------------------------------------------------------+
  177. | * The filename must end in PNG, JPG, GIF, or similar. |
  178. | * No spaces inside the brackets! |
  179. +-------------------------------------------------------+
  180. Other
  181. =====
  182. ------------------------------------------------------------
  183. ============================================================
  184. Special Entities
  185. ============================================================
  186. The handy %%date macro expands to the current date.
  187. That's all for now.
  188. ============================================================