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

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