CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/rgltxdoc

README.md

The rgltxdoc package

Copyright (C) 2018-2019 Richard Grewe

Released under the Project Public License version 1.2 or later

Purpose

This package combines several other packages and defines additional macros and environments for the purpose of documenting code. The package mainly serves the purpose of combining the preferences used in the author's package documentations. However, others can use the package as well. Compatibility between versions cannot be guaranteed, however.

Availability

The rgltxdoc package is on CTAN, where you can also find the documentation, as well as on github.

Manual Installation

The rgltxdoc package comes with (at least) the following files

  • rgltxdoc.ins
  • rgltxdoc.dtx
  • README.md

and possibly also with

  • Makefile
  • rgltxdoc.pdf (generated from rgltxdoc.dtx)
  • rgltxdoc.sty (generated from rgltxdoc.dtx)

To install the rgltxdoc package, you additionally need

  • docstrip.tex

To build the package (rgltxdoc.sty), run one of the following

    latex rgltxdoc.ins
    make package (needs Makefile)

Put the resulting rgltxdoc.sty somewhere where can find it. Read the documentation of your system to find out where this might be.

Building Documentation

To build the documentation of the rgltxdoc package, you only need the rgltxdoc' package itself (including its dependencies). as well as

  • pdflatex

To build the documentation (rgltxdoc.pdf), either run

    make docs

or the following sequence of commands

    pdflatex rgltxdoc.dtx
    makeindex -s gind.ist -o rgltxdoc.ind rgltxdoc.idx
    makeindex -s gglo.ist -o rgltxdoc.gls rgltxdoc.glo
    pdflatex rgltxdoc.dtx
    pdflatex rgltxdoc.dtx

Happy 'ing

Download the contents of this package in one zip archive (166.0k).

rgltxdoc – Common code for documentation of the author’s packages

This package combines several other packages and defines additional macros and environments for documenting code. The package mainly serves the purpose of combining the preferences used in the author’s own package documentations. However, others can use the package as well. Compatibility between versions cannot be guaranteed, however.

Packagergltxdoc
Bug trackerhttps://github.com/Ri-Ga/rgltxdoc/issues
Repositoryhttps://github.com/Ri-Ga/rgltxdoc
Version1.3
LicensesThe Project Public License 1.2
Copyright2018–2020 Richard Grewe
MaintainerRichard Grewe
Contained inTeX Live as rgltxdoc
MiKTeX as rgltxdoc
TopicsDocumentation support
...
Guest Book Sitemap Contact Contact Author