# LaTeX

I have developed some LaTeX packages that some people may find useful. They hopefully contain enough comments to tell you how to use them. Please $email{ask} if there's anything you can't work out.

=include=
    lets you include complete documents in a LaTeX document.
=copyrght=
    uses the [`fancybox`](https://ctan.org/pkg/fancybox) package to add a copyright banner to the top of each page of a document.
=ctable-rrt=
    provides centred tables (named to avoid clash with Wybo Dekker’s `ctable` package for captioned tables).
=subfloat=
    provides sub-figure and sub-table environments, using the `subfigure` package, after a hint in that package's documentation.
=codex=
    provides an environment for commented code examples. Particularly aimed at assembly listings.
=brioso=
    sets up [Adobe Brioso Pro](https://www.myfonts.com/fonts/adobe/brioso/) as the text font, using the different optical sizes.

   * $webfile{/texmf/tex/latex/rrt/latex.zip,Zip}

One package which was previously here, [`dashbox`](https://ctan.org/pkg/dashbox) (like `\framebox`, but for drawing dashed boxes) has now been moved to [CTAN](https://ctan.org). Another package, [`bitfield`](https://ctan.org/pkg/bitfield) (for drawing bit field diagrams), is still available, but obsolete; for new documents you should use [`bytefield`](https://ctan.org/pkg/bytefield).