aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-01 01:25:24 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-01 01:25:24 +0000
commit2ae3b9239ee4f0f0e95f59c9df64b6616905ed60 (patch)
tree2b10ea7596f9bc409dcd9aa6868484bd49e845e6 /README
parentc9b5fa20e6d78ba76ceff953f932bb96421812cf (diff)
downloadpandoc-2ae3b9239ee4f0f0e95f59c9df64b6616905ed60.tar.gz
Moved data/ui -> s5. Added note on this in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1763 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index aeb199166..e3e6436e8 100644
--- a/README
+++ b/README
@@ -1232,8 +1232,16 @@ that they may be cached. The best approach in this case is to use pandoc
without the `-s` option to produce the body of the S5 document, which
can then be inserted into an HTML template that links to the javascript
and CSS files required by S5. (See the instructions on the S5 website.)
-Alternatively, you may use `-s` together with the `-C/--custom-header`
-option.
+Alternatively, you may use `-s` together with the `--template`
+option to specify a custom template.
+
+You can change the style of the slides by putting customized CSS files
+in `$HOME/.pandoc/s5/default` (on unix) or
+`C:\Documents And Settings\USERNAME\Application Data\pandoc\reference.odt`
+(on Windows). The originals may be found in pandoc's system
+data directory (generally `$CABALDIR/pandoc-VERSION/s5/default`).
+Pandoc will look there for any files it does not find in the user's
+pandoc data directory.
Literate Haskell support
========================