~ubuntu-branches/ubuntu/vivid/rabbit/vivid

« back to all changes in this revision

Viewing changes to sample/rabbit-en.rd

  • Committer: Bazaar Package Importer
  • Author(s): Youhei SASAKI
  • Date: 2009-07-22 22:15:37 UTC
  • Revision ID: james.westby@ubuntu.com-20090722221537-iy7foj73p2kyuumi
Tags: upstream-0.6.1
ImportĀ upstreamĀ versionĀ 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# To run with it without system install.
 
2
#  % ruby -I./lib bin/rabbit -f sample/rabbit-en.rd
 
3
# $Id: rabbit-en.rd 1260 2009-06-27 13:38:12Z kou $
 
4
 
 
5
= Rabbit(en)
 
6
 
 
7
: subtitle
 
8
   Presentation with RD
 
9
: author
 
10
   Kouhei Sutou
 
11
: institution
 
12
   COZMIXNG
 
13
#: content_source
 
14
#   content source
 
15
: theme
 
16
   rabbit
 
17
 
 
18
= Rabbit
 
19
 
 
20
A presentation tool
 
21
 
 
22
  * Impl.: Ruby/GTK+ 2/cairo
 
23
  * Env.: PC-UNIX/Win/Mac
 
24
  * Format: RD/Wiki/PDF
 
25
  * View: Ruby(('note:(separated with format)'))
 
26
 
 
27
= Features: Display (1)
 
28
 
 
29
  * ((*Emphasis*))/(('del:Deletion'))
 
30
  * Sub(('sub:script'))/Super(('sup:script'))
 
31
  * Math characters: (('∑'))(('sub:i=0'))(('∑sub:i=0'))
 
32
  * Colorized source
 
33
 
 
34
= Features: Display (2)
 
35
 
 
36
  * Tables
 
37
  * Interesting themes
 
38
  * Images
 
39
    * Many supported formats
 
40
    * PNG/JPEG/.../PDF/EPS/SVG
 
41
 
 
42
= Features: Display (3)
 
43
 
 
44
  * Folding long lines
 
45
  * Colorized source
 
46
  * Big text
 
47
 
 
48
= Features: UI (1)
 
49
 
 
50
  * Rich key bindings
 
51
  * Context menu
 
52
  * Mouse gestures
 
53
  * Spotlight
 
54
  * Magnifier
 
55
 
 
56
= Features: UI (2)
 
57
 
 
58
  # wait
 
59
  * Index page
 
60
  * Graffiti
 
61
  * (('wait'))Pause
 
62
  * (('wait'))I18N
 
63
  * Search
 
64
 
 
65
= Features: UI (3)
 
66
 
 
67
  * Whiteout/Blackout
 
68
  * Rabbit hole
 
69
    * Make a hole in a slide
 
70
  * Visualization of remaining time
 
71
    * The Tortoise and the Hare
 
72
 
 
73
= Features: Input
 
74
 
 
75
  * File
 
76
  * Standard input
 
77
  * HTTP
 
78
  * RWiki/Hiki
 
79
  * SlideShare
 
80
 
 
81
= Features: Format
 
82
 
 
83
  * RD
 
84
  * Wiki(Hiki)
 
85
  * PDF
 
86
    * (('→'))PDF viewer
 
87
 
 
88
= Features: Output
 
89
 
 
90
  * Images
 
91
  * Images + HTML
 
92
  * PS/PDF
 
93
  * PS/PDF for print
 
94
    * slides/page
 
95
 
 
96
= Features: Ext. API
 
97
 
 
98
  * HTTP
 
99
  * dRuby
 
100
  * XML-RPC
 
101
  * SOAP
 
102
 
 
103
= Features: Creating
 
104
 
 
105
  * Auto source reload
 
106
  * Theme reload
 
107
  * Change theme
 
108
 
 
109
= ToDo
 
110
 
 
111
  * Inline images
 
112
  * Jump to a link
 
113
  * Sound
 
114
  * Video
 
115
  * 3D
 
116
 
 
117
= Image
 
118
 
 
119
  # image
 
120
  # src = lavie.png
 
121
  # caption = Lavie
 
122
  # keep_ratio = true
 
123
  # width = 100
 
124
  # height = 100
 
125
#  # normalized_width = 50
 
126
#  # normalized_height = 50
 
127
#  # relative_width = 100
 
128
#  # relative_height = 50
 
129
 
 
130
= Image: Reflect
 
131
 
 
132
  # image
 
133
  # src = shocker.jpg
 
134
  # relative_height = 80
 
135
  # reflect_ratio = 0.5
 
136
 
 
137
= Image size
 
138
 
 
139
Relative image sizes
 
140
 
 
141
  # image
 
142
  # src = usagi.png
 
143
  # caption = USAGI
 
144
  # keep_ratio = true
 
145
#  # normalized_width = 50
 
146
#  # normalized_height = 50
 
147
#  # relative_width = 100
 
148
  # relative_height = 80
 
149
 
 
150
= External image
 
151
 
 
152
Download an image from a URL
 
153
 
 
154
  # image
 
155
  # src = http://www.cozmixng.org/repos/images/cozmixchu.png
 
156
  # caption = COZMIX Chu
 
157
 
 
158
= Math. expressions
 
159
 
 
160
  * TeX (('note:(like)')) format
 
161
  * Backends
 
162
    * LaTeX
 
163
    * mimeTeX
 
164
 
 
165
= LaTeX
 
166
 
 
167
  # LaTeX
 
168
  # relative_width = 80
 
169
 
 
170
  $f(x)=\displaystyle\int_{-\infty}^x~e^{-t^2}dt$
 
171
 
 
172
  \LaTeX
 
173
 
 
174
= mimeTeX
 
175
 
 
176
  # mimeTeX
 
177
  # relative_width = 80
 
178
 
 
179
  \Large f(x)=\Bigint_{-\infty}^x~e^{-t^2}dt
 
180
 
 
181
= EPS
 
182
 
 
183
Create EPS ahead of time((-needs gs-))
 
184
 
 
185
  # image
 
186
  # src = equation.eps
 
187
  # keep_ratio = true
 
188
  # relative_width = 80
 
189
 
 
190
= SVG
 
191
 
 
192
  # image
 
193
  # src = spiral.svg
 
194
  # keep_ratio = true
 
195
  # relative_height = 100
 
196
 
 
197
= Dia
 
198
 
 
199
  # image
 
200
  # src = rabbit.dia
 
201
  # relative_width = 90
 
202
 
 
203
= GIMP
 
204
 
 
205
  # image
 
206
  # src = rabbit.xcf
 
207
  # relative_height = 100
 
208
 
 
209
= Word Wrapping
 
210
 
 
211
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong
 
212
 
 
213
= Source
 
214
 
 
215
The following is source code:
 
216
 
 
217
  # comment
 
218
  def method_name
 
219
    body
 
220
  end
 
221
 
 
222
End of source code.
 
223
 
 
224
= Source: colorized
 
225
 
 
226
The following is source code:
 
227
 
 
228
  # enscript ruby
 
229
  # comment
 
230
  def method_name
 
231
    body
 
232
  end
 
233
 
 
234
End of source code.
 
235
 
 
236
= Quotation
 
237
 
 
238
  # blockquote
 
239
  # title = The Matrix
 
240
  You take the ((*red pill*)), you stay in Wonderland and 
 
241
  I show you how deep the ((*rabbit-hole*)) goes.
 
242
 
 
243
= Enumeration
 
244
 
 
245
  (1) Level 1-1
 
246
 
 
247
      (1) Level 2-1
 
248
 
 
249
          (1) Level 3-1
 
250
 
 
251
          (1) Level 3-2
 
252
 
 
253
      (1) Level 2-2
 
254
 
 
255
  (1) Level 1-2
 
256
 
 
257
= Labeled list
 
258
 
 
259
: Rabbit
 
260
   USAGI
 
261
 
 
262
   : Turtle
 
263
      KAME
 
264
 
 
265
: USAGI
 
266
   Rabbit
 
267
 
 
268
= Table
 
269
 
 
270
  # RT
 
271
  caption = Table sample
 
272
 
 
273
  Heading 1, Heading 2
 
274
 
 
275
  content 1, content 2
 
276
  very long content 3, veeeery looooooooooooooooooooooong content 4
 
277
 
 
278
= Op.: Move
 
279
 
 
280
: Next page
 
281
   Bindings for next page/Left click
 
282
 
 
283
   n, f, j, l, Spc, Ret, +, (('↓')),
 
284
   (('→')), ...
 
285
 
 
286
: Previous page
 
287
   Bindings for prev. page/Center click
 
288
 
 
289
   p, b, k, h, BS, Del, -, (('↑')),
 
290
   (('←')), ...
 
291
 
 
292
= Op.: Advanced move
 
293
 
 
294
: Go to the title page
 
295
   a, 0, <, Home
 
296
: Go to page n
 
297
   1-9. +Ctrl = +10, +Alt = +20
 
298
: Go to the last page
 
299
   e, $, >, End
 
300
 
 
301
= Op.: On stage (1)
 
302
 
 
303
: Toggle full screen
 
304
   F5, F10, F11, Gesture(('&DownArrow;'))(('&UpArrow;'))
 
305
 
 
306
: Toggle index mode
 
307
   i
 
308
 
 
309
: Go to the page
 
310
   Double click on the desired page
 
311
 
 
312
= Op.: On stage (2)
 
313
 
 
314
: Cache all slides
 
315
   c
 
316
 
 
317
: Toggle info window
 
318
   I
 
319
 
 
320
= Op.: Save
 
321
 
 
322
: Screenshot
 
323
   Save each page as an image
 
324
 
 
325
   s
 
326
 
 
327
: Print
 
328
   Print each page as PS/PDF
 
329
 
 
330
   Ctrl+p
 
331
 
 
332
= Op.: Display
 
333
 
 
334
: Redraw
 
335
   Ctrl+l
 
336
 
 
337
: Reload theme
 
338
   t, r
 
339
 
 
340
: Reset slide adjustment
 
341
   Alt+a
 
342
 
 
343
= Op.: Hole
 
344
 
 
345
: Expand the hole
 
346
   E
 
347
 
 
348
: Narrow the hole
 
349
   N
 
350
 
 
351
= Op.: Search
 
352
 
 
353
: Search forward
 
354
   C-s, /
 
355
 
 
356
: Search backward
 
357
   C-r, ?
 
358
 
 
359
: Quit search
 
360
   C-g
 
361
 
 
362
= Op.: Quit
 
363
 
 
364
: Quit
 
365
   q, Esc
 
366
 
 
367
: Iconify
 
368
   z
 
369
 
 
370
= Conclusion
 
371
 
 
372
  * A presentation tool
 
373
  * Multi platform
 
374
  * Feat./UI: High & Unique
 
375
  * Emphasize keybord shortcuts
 
376
    * UI/text based source