Enhancements for the scribble language (a documentation language based on Racket)
Go to file
2017-06-01 19:51:45 +02:00
scribblings Use #:indirect to avoid cyclic dependency on aful. 2017-04-28 00:07:03 +02:00
.gitignore Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
.travis.yml Build newer versions 2017-04-28 00:07:03 +02:00
doc.rkt Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
forkmeongithub.rkt Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
info.rkt Changed the section in which the documentation appears on the main page 2017-05-16 12:16:19 +02:00
lgpl-3.0--license.txt Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
LICENSE.txt Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
main.rkt Added mutable-match-element-id-transformer 2017-04-28 00:06:58 +02:00
manual-form.rkt Added mutable-match-element-id-transformer 2017-04-28 00:06:58 +02:00
manual-scheme.rkt Added mutable-match-element-id-transformer 2017-04-28 00:06:58 +02:00
math.rkt Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
racket.rkt Extended support for highlighting 2017-05-15 20:34:33 +02:00
README.md Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
unicode-chars.sty.rkt Added a few unicode characters 2017-06-01 19:51:45 +02:00
with-manual.rkt Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation.

scribble-enhanced

This racket package provides enhancements for the scribble library.

Installation

Install with:

raco pkg install --deps search-auto scribble-enhanced

This library is unstable

For now, this package's API should be considered unstable. Append #COMMIT_NUMBER at the end of …scribble-enhanced.git in the command-line above to specify a version to install (it will not be automatically updated by raco pkg update that way).

Files

  • doc.rkt Enhancements and utilities for documentation and literate programming files using scribble and scribble/lp2.

  • math.rkt

    Allows typesetting mathematical formulas in documentation and literate programming files using scribble and scribble/lp2.

  • scribblings/scribble-enhanced-template.lp2.rkt

    Example document using the features in doc.rkt and math.rkt.

  • scribblings/scribble-enhanced-example.lp2.rkt

    Other simpler example document using the features in doc.rkt and math.rkt.