/templates/talk.t2t

http://txt2tags.googlecode.com/ · Unknown · 169 lines · 111 code · 58 blank · 0 comment · 0 complexity · 8eb3d2209051d4578ee4a8b82356d7ba MD5 · raw file

  1. The Title
  2. The Sub-title
  3. Author
  4. % The date will be automatically computed by LaTeX
  5. % It can be overidden by a postproc
  6. %!postproc(tex): "\\today" "Mar. 8, 2010"
  7. % Another field: Institute
  8. %!postproc: INSTITUTE "the institute"
  9. % Another field: Logo
  10. %!postproc: LOGO t2tpowered-white
  11. %% Demo special macro
  12. %!postproc(tex): "P A U S E" "PAUSE"
  13. %!postproc(xhtml): "PAUSE" ""
  14. %!postproc(xhtml): "P A U S E" "PAUSE (in Beamer)"
  15. + Introduction +
  16. Txt2tags can be used as a conveniant tool for generating presentations using [Beamer http://en.wikipedia.org/wiki/Beamer_%28LaTeX%29] or [Slidy http://www.w3.org/Talks/Tools/Slidy2/]
  17. ++ This is a Slide ++
  18. And the content can be typeset with **regular** ``txt2tags`` markup.
  19. You can also use bullet list:
  20. - Oh
  21. - Bullets
  22. - Are //so//
  23. - Nice
  24. - and so
  25. - are
  26. - sub-bullets
  27. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
  28. eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
  29. ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
  30. aliquip ex ea commodo consequat. Duis aute irure dolor in
  31. reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
  32. pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
  33. culpa qui officia deserunt mollit anim id est laborum.
  34. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
  35. eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
  36. ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
  37. aliquip ex ea commodo consequat. Duis aute irure dolor in
  38. reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
  39. pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
  40. culpa qui officia deserunt mollit anim id est laborum.
  41. ++ Easy Animations ++
  42. With enumerated lists comes //animations//
  43. + one
  44. + two
  45. + three
  46. PAUSE
  47. The keyword ``P A U S E`` can also be used to explicitly PAUSE
  48. pause...
  49. ++ Description Lists are Blocks ++
  50. : Block title
  51. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
  52. eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
  53. ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
  54. aliquip ex ea commodo consequat. Duis aute irure dolor in
  55. reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
  56. pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
  57. culpa qui officia deserunt mollit anim id est laborum.
  58. :
  59. ++ But They Can Also Be Used As Lists ++
  60. : Item lists
  61. - with
  62. - bullets
  63. : Enumeration lists
  64. + one
  65. + two
  66. + three
  67. ++ ++
  68. [octus.png]
  69. ++ Table (with Colours) ++
  70. || column1 | column2 |
  71. | val1a | val2a |
  72. | val1b | val2b |
  73. ++ Uncovering Line by Line ++
  74. Just add ``P A U S E`` at the end of the line.
  75. || column1 | column2 | colum3 PAUSE
  76. | val1a | val2a | val3a PAUSE
  77. | val1b | val2b | val3b PAUSE
  78. | val1c | val2c | val3c PAUSE
  79. + Handling Verbatim +
  80. ++ Special Slide ++
  81. **Caveats:**
  82. Verbatim text in ``beamer`` can be very tricky to use.
  83. It has to be in a special slide that does not support animations like the
  84. regular slides.
  85. == Solution (Hack) ==
  86. So we use unnumbered title instead (Latex handles
  87. the sectionning and table of contents anyway)
  88. ```
  89. + Section +
  90. ++ A standard slide ++
  91. This is a regular slide with
  92. + ani
  93. + ma
  94. + tions
  95. +
  96. ```
  97. == Solution (Hack) cont. ==
  98. With verbatim
  99. ```
  100. == A Slide with Verbatim ==
  101. You can insert regular verbatim blocks.
  102. ```
  103. this
  104. way
  105. ```
  106. ```
  107. + Conclusion +
  108. ++ Perspectives ++
  109. Still a lot to do...
  110. ++ ++
  111. **Thanks for your attention...**