Skip to content

Commit 509cf4f

Browse files
committed
add Vimpoint documentation
1 parent 4a9623d commit 509cf4f

File tree

165 files changed

+4081
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+4081
-0
lines changed

Vimpoint_Documentation.vpp/000._TITLE

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
�The Vimpoint�
10+
�Presentation System�
11+
� �
12+
13+
�Damian Conway�
14+
�Thoughtstream�
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
�The Vimpoint�
10+
�Presentation System�
11+
� �
12+
13+
�Damian Conway�
14+
�Thoughtstream�
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
Vimpoint
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
Vimpoint
3+
4+
5+
· "Vimpoint" is a presentation system built entirely in Vim
6+
7+
· To use Vimpoint, you create a source file with a .vpt suffix
8+
9+
· Then compile it, creating a directory of slide files
10+
11+
· Then edit the slide files, which are syntax highlighted to form
12+
a readable presentation
13+
14+
· Vimpoint can also produce handout files in HTML format
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
Vimpoint source files
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
Vimpoint source files
3+
4+
5+
· A Vimpoint source file uses a simple text markup notation
6+
7+
· With that notation, you can specify sections, headings, bullet
8+
points, pauses and breaks in slides, intermissions in the
9+
presentation, examples, hierarchical subpresentations,
10+
and other navigational mechanisms
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
Vimpoint source files
3+
4+
5+
· The marked-up source looks like this:
6+
7+
Headings always start on the left margin
8+
9+
* **Bullet points** normally start with asterisks
10+
(like this line)
11+
12+
* Any line that begins with whitespace is (part of) an **example**:
13+
14+
for $indented (@lines) {
15+
treat($indented, as => 'example'); **# e.g. code blocks**
16+
}
17+
18+
=break
19+
20+
· Which is converted to...
21+
22+
23+
24+

0 commit comments

Comments
 (0)