mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
slideshow: add page (#23627)
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
co-authored by
Wiktor Perskawiec
Managor
parent
e58d9c2ca8
commit
f0c08c2dc3
@@ -0,0 +1,24 @@
|
||||
# slideshow
|
||||
|
||||
> Make presentation slides in the Racket language.
|
||||
> More information: <https://docs.racket-lang.org/slideshow>.
|
||||
|
||||
- Display a default slide with options to run the tutorial or load a `.rkt` presentation file:
|
||||
|
||||
`slideshow`
|
||||
|
||||
- Start a presentation in full screen:
|
||||
|
||||
`slideshow {{path/to/presentation.rkt}}`
|
||||
|
||||
- Display the presentation window with a title bar and resize border:
|
||||
|
||||
`slideshow --keep-titlebar {{path/to/presentation.rkt}}`
|
||||
|
||||
- Set the width and height (in pixels) of the presentation window:
|
||||
|
||||
`slideshow {{[-s|--size]}} {{width}} {{height}} {{path/to/presentation.rkt}}`
|
||||
|
||||
- Export a presentation to a PDF file:
|
||||
|
||||
`slideshow {{[-D|--pdf]}} -o {{path/to/presentation.pdf}} {{path/to/presentation.rkt}}`
|
||||
Reference in New Issue
Block a user