summaryrefslogtreecommitdiff
path: root/docs/user/slide-shows.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-15 23:47:19 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-15 23:47:19 +0000
commitdc616707d25625af41a0efc922f49ebdffc526f9 (patch)
tree7e5154be9b5685d3e1bbb739cf4c16de71bd094b /docs/user/slide-shows.txt
parentce200099b841f02879d3d2496103521af3a4f413 (diff)
downloaddocutils-dc616707d25625af41a0efc922f49ebdffc526f9.tar.gz
tweaks
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4221 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/slide-shows.txt')
-rw-r--r--docs/user/slide-shows.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/user/slide-shows.txt b/docs/user/slide-shows.txt
index 67ad8ba4f..13b94e343 100644
--- a/docs/user/slide-shows.txt
+++ b/docs/user/slide-shows.txt
@@ -26,13 +26,13 @@
.. class:: tiny
-* Use the space bar to advance, Page Up/Down & arrow keys to navigate.
-
* S5 themes are designed for full-screen display areas with a 4:3
aspect ratio. If the slide text doesn't fit in your browser window,
try decreasing the text size.
-* Best viewed in Firefox, Safari, and Konqueror. Click the "|mode|"
+* Use the space bar to advance, Page Up/Down & arrow keys to navigate.
+
+* Best viewed in Firefox_, Safari, and Konqueror. Click the "|mode|"
button to switch between presentation & handout/outline modes. Hit
the "C" key to display the navigation controls, or mouse over the
lower right-hand corner.
@@ -40,6 +40,8 @@
* Functionality is limited in Opera. Switch to full-screen mode (F11
key) to activate Opera Show.
+* S5 works in Internet Explorer, but it may look ugly.
+
.. container:: handout
The first slide of a presentation consists of all visible text up
@@ -55,6 +57,7 @@
.. _Docutils: http://docutils.sourceforge.net/
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _S5: http://meyerweb.com/eric/tools/s5/
+.. _Firefox: http://www.mozilla.com/firefox/
.. |bullet| unicode:: U+02022
.. |mode| unicode:: U+00D8 .. capital o with stroke
@@ -354,12 +357,11 @@ Generating a Slide Show (1)
.. class:: incremental
1. Open a console (terminal, command shell) and go to the folder
- containing your file, ``presentation.txt``.
+ containing your file, ``slides.txt``.
2. Run the command::
- rst2s5.py presentation.txt \
- presentation.html
+ rst2s5.py slides.txt slides.html
3. Specify an S5 theme with the ``--theme`` option.
@@ -384,7 +386,7 @@ Generating a Slide Show (2)
stylesheet instead of embedding, you must include a copy (suggested
location: in the ``ui/`` directory).
-5. Open ``presentation.html`` in a web browser.
+5. Open ``slides.html`` in a web browser.
6. Expand the browser window to full-screen mode, and speak.
@@ -495,7 +497,7 @@ Themes
Example::
- rst2s5 --theme big-black presentation.txt presentation.html
+ rst2s5 --theme big-black slides.txt slides.html
The default theme is "default".