File: README.Debian

package info (click to toggle)
python-docutils 0.13.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,728 kB
  • ctags: 7,259
  • sloc: python: 43,776; lisp: 13,142; xml: 1,644; sh: 164; makefile: 151
file content (28 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
python-docutils for Debian
==========================

Processing rst2newlatex output
------------------------------

To process rst2newlatex output you'll need to have this package's
Suggests installed.

Integration with Emacs
----------------------

Note that the 'correct' file extension for ReST documents is, at least
in the opinion of the Upstream authors, 'none' or '.txt', not '.rst'.

Thus, while appropriate Emacs files are installed, auto-switching to
ReST mode is accomplished by a comment like

	.. Hey emacs, switch to -*- rst-mode -*-

and not by file extension. (You can enable that feature, if you want,
in the file '/etc/emacs/site-start.d/50python-docutils.el'.)

Relationship to S5
------------------

python-docutils contains a modified version of the S5 Javascript and CSS.
The original S5 is packaged separately for Debian, in the s5 package.