/templates/talk.t2t
Unknown | 169 lines | 111 code | 58 blank | 0 comment | 0 complexity | 8eb3d2209051d4578ee4a8b82356d7ba MD5 | raw file
1The Title 2The Sub-title 3Author 4 5% The date will be automatically computed by LaTeX 6% It can be overidden by a postproc 7%!postproc(tex): "\\today" "Mar. 8, 2010" 8 9% Another field: Institute 10%!postproc: INSTITUTE "the institute" 11 12% Another field: Logo 13%!postproc: LOGO t2tpowered-white 14 15%% Demo special macro 16%!postproc(tex): "P A U S E" "PAUSE" 17%!postproc(xhtml): "PAUSE" "" 18%!postproc(xhtml): "P A U S E" "PAUSE (in Beamer)" 19 20+ Introduction + 21 22Txt2tags 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/] 23 24 25++ This is a Slide ++ 26 27And the content can be typeset with **regular** ``txt2tags`` markup. 28 29You can also use bullet list: 30- Oh 31- Bullets 32- Are //so// 33- Nice 34 - and so 35 - are 36 - sub-bullets 37 38Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do 39 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim 40 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut 41 aliquip ex ea commodo consequat. Duis aute irure dolor in 42 reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla 43 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in 44 culpa qui officia deserunt mollit anim id est laborum. 45 46Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do 47 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim 48 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut 49 aliquip ex ea commodo consequat. Duis aute irure dolor in 50 reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla 51 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in 52 culpa qui officia deserunt mollit anim id est laborum. 53 54++ Easy Animations ++ 55 56With enumerated lists comes //animations// 57 58+ one 59+ two 60+ three 61 62 63PAUSE 64The keyword ``P A U S E`` can also be used to explicitly PAUSE 65pause... 66 67 68++ Description Lists are Blocks ++ 69 70: Block title 71 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do 72 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim 73 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut 74 aliquip ex ea commodo consequat. Duis aute irure dolor in 75 reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla 76 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in 77 culpa qui officia deserunt mollit anim id est laborum. 78: 79 80 81++ But They Can Also Be Used As Lists ++ 82 83: Item lists 84 - with 85 - bullets 86: Enumeration lists 87 + one 88 + two 89 + three 90 91 92 93++ ++ 94 95[octus.png] 96 97++ Table (with Colours) ++ 98 99|| column1 | column2 | 100| val1a | val2a | 101| val1b | val2b | 102 103 104 105++ Uncovering Line by Line ++ 106 107Just add ``P A U S E`` at the end of the line. 108 109|| column1 | column2 | colum3 PAUSE 110| val1a | val2a | val3a PAUSE 111| val1b | val2b | val3b PAUSE 112| val1c | val2c | val3c PAUSE 113 114 115 116+ Handling Verbatim + 117 118++ Special Slide ++ 119 120**Caveats:** 121Verbatim text in ``beamer`` can be very tricky to use. 122 123 124It has to be in a special slide that does not support animations like the 125regular slides. 126 127 128== Solution (Hack) == 129 130So we use unnumbered title instead (Latex handles 131 the sectionning and table of contents anyway) 132 133``` 134+ Section + 135 136++ A standard slide ++ 137 138This is a regular slide with 139+ ani 140+ ma 141+ tions 142+ 143``` 144 145== Solution (Hack) cont. == 146 147With verbatim 148``` 149 == A Slide with Verbatim == 150 151 You can insert regular verbatim blocks. 152 153 ``` 154 this 155 way 156 ``` 157``` 158 159+ Conclusion + 160 161++ Perspectives ++ 162 163Still a lot to do... 164 165 166++ ++ 167 168 169 **Thanks for your attention...**