diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-13 11:45:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-13 11:45:04 -0300 |
commit | 4198bf24c30e208e3c1a4d833e52ee2330bdb008 (patch) | |
tree | d6e1a639d8e72d8e7895fd674d0e1756b7af20c6 /dvb-spec/sgml/custom.dsl | |
parent | 456ab49bde813a457bdbc271321a7131209f7a34 (diff) | |
parent | d4dfbc77d05b36e9d4a7c12a0ace8336733df6ac (diff) | |
download | mediapointer-dvb-s2-4198bf24c30e208e3c1a4d833e52ee2330bdb008.tar.gz mediapointer-dvb-s2-4198bf24c30e208e3c1a4d833e52ee2330bdb008.tar.bz2 |
merge: ../dvb-specs/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'dvb-spec/sgml/custom.dsl')
-rw-r--r-- | dvb-spec/sgml/custom.dsl | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/dvb-spec/sgml/custom.dsl b/dvb-spec/sgml/custom.dsl new file mode 100644 index 000000000..12a5e91d4 --- /dev/null +++ b/dvb-spec/sgml/custom.dsl @@ -0,0 +1,52 @@ +<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ +<!ENTITY % html "IGNORE"> +<![%html;[ +<!ENTITY % print "IGNORE"> +<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl> +]]> +<!ENTITY % print "INCLUDE"> +<![%print;[ +<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl> +]]> +]> + +<style-sheet> + +<style-specification id="print" use="docbook"> +<style-specification-body> + +<!-- See docbook-dsssl-1.x/doc --> +(define %generate-reference-toc% #t) +(define %refentry-new-page% #t) +(define %number-programlisting-lines% #f) +(define %section-autolabel% #t) +(define bop-footnotes #t) +<!-- (define %show-comments% #f) --> +(define ($generate-book-lot-list$) + (list (normalize "figure") + (normalize "example"))) +<!-- A4 | USletter --> +(define %paper-type% "A4") + +</style-specification-body> +</style-specification> + +<style-specification id="html" use="docbook"> +<style-specification-body> + +<!-- See docbook-dsssl-1.x/doc --> +(define %generate-reference-toc% #t) +(define %number-programlisting-lines% #f) +(define %section-autolabel% #t) +(define bop-footnotes #t) +<!-- (define %show-comments% #f) --> +(define ($generate-book-lot-list$) + (list (normalize "figure") + (normalize "example"))) + +</style-specification-body> +</style-specification> + +<external-specification id="docbook" document="docbook.dsl"> + +</style-sheet> |