1doctools::html::cssdefaults(n)Documentation toolsdoctools::html::cssdefaults(n)
2
3
4
5______________________________________________________________________________
6
8 doctools::html::cssdefaults - Default CSS style for HTML export plugins
9
11 package require Tcl 8.4
12
13 package require doctools::html::cssdefaults ?0.1?
14
15 ::doctools::html::cssdefaults::contents
16
17______________________________________________________________________________
18
20 This package provides a single command providing access to the text of
21 the default CSS style to use for HTML markup generated by the various
22 HTML export plugins.
23
24 This is an internal package of doctools, for use by export plugins,
25 i.e. the packages converting doctools related documented into other
26 formats, most notably HTML.
27
29 ::doctools::html::cssdefaults::contents
30 This command returns the text of the default CSS style to use
31 for HTML markup generated by the various HTML export plugins.
32
34 This document, and the package it describes, will undoubtedly contain
35 bugs and other problems. Please report such in the category doctools
36 of the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
37 also report any ideas for enhancements you may have for either package
38 and/or documentation.
39
40 When proposing code changes, please provide unified diffs, i.e the out‐
41 put of diff -u.
42
43 Note further that attachments are strongly preferred over inlined
44 patches. Attachments can be made by going to the Edit form of the
45 ticket immediately after its creation, and then using the left-most
46 button in the secondary navigation bar.
47
49 CSS, HTML, doctools, export, plugin, style
50
52 Documentation tools
53
55 Copyright (c) 2009 Andreas Kupries <andreas_kupries@users.sourceforge.net>
56
57
58
59
60tcllib 0.1 doctools::html::cssdefaults(n)