diff options
Diffstat (limited to 'dvb-spec/sgml/custom.dsl')
-rw-r--r-- | dvb-spec/sgml/custom.dsl | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/dvb-spec/sgml/custom.dsl b/dvb-spec/sgml/custom.dsl deleted file mode 100644 index 12a5e91d4..000000000 --- a/dvb-spec/sgml/custom.dsl +++ /dev/null @@ -1,52 +0,0 @@ -<!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> |