/test/art/ok/no-toc-macro-slides.aat

http://txt2tags.googlecode.com/ · Unknown · 384 lines · 228 code · 156 blank · 0 comment · 0 complexity · 8385471190468b6e06cb5e1bc571ec63 MD5 · raw file

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