Coder Social home page Coder Social logo

rgltxdoc's Introduction

The rgltxdoc package

Copyright (C) 2018-2019 Richard Grewe

Released under the LaTeX 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 LaTeX 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 LaTeX can find it. Read the documentation of your LaTeX 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 TeX'ing

rgltxdoc's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.