mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-18 15:05:19 +02:00
30 lines
853 B
Plaintext
Executable File
30 lines
853 B
Plaintext
Executable File
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
<!ENTITY docbook.dsl SYSTEM "docbook.dsl" CDATA DSSSL>
|
|
]>
|
|
|
|
<style-sheet>
|
|
<style-specification id="docbook-notoc" use="docbook">
|
|
<style-specification-body>
|
|
|
|
;; $Id$
|
|
;;
|
|
;; This file is part of the Modular DocBook Stylesheet distribution.
|
|
;; See ../README or http://www.berkshire.net/~norm/dsssl/
|
|
;;
|
|
;; Example of a customization layer on top of the modular docbook style
|
|
;; sheet. Definitions inserted in this file take precedence over
|
|
;; definitions in the 'use'd stylesheet(s).
|
|
|
|
(define %generate-set-toc% #f)
|
|
(define %generate-book-toc% #f)
|
|
(define %generate-part-toc% #f)
|
|
(define %generate-reference-toc% #f)
|
|
(define %generate-article-toc% #f)
|
|
|
|
</style-specification-body>
|
|
</style-specification>
|
|
|
|
<external-specification id="docbook" document="docbook.dsl">
|
|
|
|
</style-sheet>
|