Scroll to navigation

pkg_dtplite(3tcl) Documentation toolbox pkg_dtplite(3tcl)


NAME

pkg_dtplite - Lightweight DocTools Markup Processor

SYNOPSIS

package require dtplite ?1.3.1?

dtplite::print-via cmd

dtplite::do arguments


DESCRIPTION

The package provided by this document, dtplite, is the foundation for the dtplite application. It is a light wrapper around the various doctools packages.

COMMANDS

Redirect print operations of the package to the specified cmd.

The result of the command is the empty string.

The main command it takes a single list of arguments, processes them, and performs the specified action.

The result of the command is the empty string.

The details of the syntax inside of the arguments list are explained in section COMMAND LINE of the documentation for the dtplite application.

BUGS, IDEAS, FEEDBACK

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category doctools of the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please also report any ideas for enhancements you may have for either package and/or documentation.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

SEE ALSO

docidx introduction, doctoc introduction, doctools introduction

KEYWORDS

HTML, TMML, conversion, docidx, doctoc, doctools, manpage, markup, nroff

CATEGORY

Documentation tools

COPYRIGHT

Copyright (c) 2004-2013 Andreas Kupries <andreas_kupries@users.sourceforge.net>
1.3.1 tcllib