comparison sample.md @ 3:c23adc60a4f5 default tip

add makefile
author akahori
date Tue, 26 Mar 2019 12:50:24 +0900
parents
children
comparison
equal deleted inserted replaced
2:e86dfb640e86 3:c23adc60a4f5
1 # s6cr - Slide Show (S9) Template Pack
2
3 ## What's Slide Show (S9)?
4
5 A Ruby gem that lets you create slide shows and author slides in plain text
6 using a wiki-style markup language that's easy-to-write and easy-to-read.
7 More [Slide Show (S9) Project Site](http://slideshow-s9.github.io)
8
9 ## Intro
10
11 Note, the package is configured to use the following headers in `slides.html.erb`:
12
13 author: Your Name Here
14 title: Your Slide Show Title Here
15 profile: Your Profile Here
16 lang: Your Language Here
17
18 ## Try It Yourself - How To Use the Template Pack
19
20 If you want to try it yourself, clone the template pack using `hg`. Issue the commands:
21
22 $ cd ~/.slideshow/templates
23 $ hg clone ssh://firefly.cr.ie.u-ryukyu.ac.jp/~one/hg/Members/atton/slideshow-s6cr
24
25 To check if the new template got installed, use the `list` command:
26
27 $ slideshow list
28
29 Listing something like:
30
31 Installed templates include:
32 s6cr.txt (~/.slideshow/templates/slideshow-cr/s6cr.txt)
33
34 Now you're ready to use it using the `-t/--template` switch. Example:
35
36 $ slideshow build tutorial -t s6cr
37
38 That's it.
39
40
41 ## PDF generation
42
43 $ wkhtmltopdf --outline --orientation Landscape slide.pdf.html slide.pdf