File: README.Debian

package info (click to toggle)
docbook-slides 3.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,624 kB
  • ctags: 598
  • sloc: xml: 1,404; sh: 656; makefile: 7
file content (50 lines) | stat: -rw-r--r-- 1,484 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
docbook-slides for Debian
-----------------------------

The DTD defines a number of document types for producing presentation slides
using various subsets of Simplified DocBook and/or full DocBook XML.

There are three possible prologs to use in your slides documents, which are
described below.


I. Simplified DocBook-based Document Types
------------------------------------------

A. If you've no need to customize the DTD, use the "flattened" DTD:

  <?xml version="1.0"?>
  <!DOCTYPE slides PUBLIC "-//Norman Walsh//DTD Slides V3.3.1//EN"
   "http://docbook.sourceforge.net/release/slides/current/schema/dtd/slides.dtd">


B. If you'd like to customize the DTD based on Simplified DocBook, use the
   slides-custom.dtd:

  <?xml version="1.0"?>
  <!DOCTYPE slides PUBLIC "-//Norman Walsh//DTD Slides Custom V3.3.1//EN"
     "http://docbook.sourceforge.net/release/slides/current/schema/dtd/slides-custom.dtd">


II. Full DocBook-based Document Type
------------------------------------

A. If you'd like to customize (or simply use) the slides document type based on
   the full DocBook XML DTD (~380 elements), use the slides-full.dtd:

   <?xml version="1.0"?>
   <!DOCTYPE slides PUBLIC "-//Norman Walsh//DTD Slides Full V3.3.1//EN"
       "http://docbook.sourceforge.net/release/slides/current/schema/dtd/slides-full.dtd">


The stylesheets require the use of an xslt processor, such as xsltproc.


 -- Mark Johnson <mrj@debian.org>, Fri, 30 Jan 2004 15:06:43 -0500