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