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

« back to all changes in this revision

Viewing changes to sample/theme-bench.rab

  • 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
= テーマベンチ
 
2
 
 
3
: author
 
4
   須藤 功平
 
5
 
 
6
: institution
 
7
   COZMIXNG
 
8
 
 
9
: date
 
10
   2007/06/24
 
11
 
 
12
: allotted-time
 
13
   10m
 
14
 
 
15
= これはなに?
 
16
 
 
17
テーマ確認用スライド
 
18
 
 
19
  * 基本的な要素を含む
 
20
 
 
21
= 箇条書き
 
22
 
 
23
  * レベル1-1
 
24
    * レベル2-1
 
25
    * レベル2-2
 
26
      * レベル3
 
27
  * レベル1-2
 
28
 
 
29
= 順序つきリスト
 
30
 
 
31
  (1) レベル1-1
 
32
      (1) レベル2-1
 
33
      (1) レベル2-2
 
34
          (1) レベル3
 
35
  (1) レベル1-2
 
36
 
 
37
= 複合リスト
 
38
 
 
39
  (1) レベル1-1
 
40
      * レベル2-1
 
41
      * レベル2-2
 
42
        * レベル3
 
43
  (1) レベル1-2
 
44
 
 
45
= 説明リスト
 
46
 
 
47
: Lavie
 
48
   Rabbitのマスコット
 
49
 
 
50
: ショッカー
 
51
   らびっとゆーざずぐるーぷ
 
52
 
 
53
= 説明リスト+箇条書き
 
54
 
 
55
: 見出し1
 
56
   * レベル1-1
 
57
   * レベル1-2
 
58
 
 
59
: 見出し2
 
60
   * レベル1-1
 
61
   * レベル1-2
 
62
 
 
63
= 画像
 
64
 
 
65
  # image
 
66
  # src = lavie.png
 
67
  # relative_height = 100
 
68
 
 
69
= 画像: 見出し付き
 
70
 
 
71
  # image
 
72
  # src = lavie.png
 
73
  # caption = Lavie
 
74
  # relative_height = 100
 
75
 
 
76
= 整形済みテキスト
 
77
 
 
78
  require 'drb'
 
79
  uri =
 
80
    'druby://localhost:10101/'
 
81
  rabbit =
 
82
    DRbObject.new_with_uri(uri)
 
83
  rabbit.move_to_next_if_can
 
84
 
 
85
= ソース
 
86
 
 
87
  # enscript ruby
 
88
  class You
 
89
    def love?(it)
 
90
      it == "Rabbit"
 
91
    end
 
92
  end
 
93
 
 
94
= 引用: タイトル付き
 
95
 
 
96
  # blockquote
 
97
  # title = The Matrix
 
98
  You take the ((*red pill*)), you stay in Wonderland and 
 
99
  I show you how deep the ((*rabbit-hole*)) goes.
 
100
 
 
101
= 引用: 箇条書付き
 
102
 
 
103
  # blockquote
 
104
 
 
105
  引用中の箇条書き
 
106
    * レベル1
 
107
 
 
108
= 表
 
109
 
 
110
  # RT
 
111
  caption = シンプルな表
 
112
 
 
113
  見出し1, 見出し2
 
114
 
 
115
  内容1-1, 内容2-1
 
116
  内容1-2, 内容2-2
 
117
 
 
118
= タイトルのみ
 
119
 
 
120
= 最後のスライド
 
121
 
 
122
新テーマ募集中
 
123
 
 
124
  * 完全性は必要ない
 
125
    * 一部未対応の要素有りでもOK
 
126
    * 例: 複合リスト未対応
 
127
 
 
128
テーマのアイディアも募集中