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

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