Enhancements for the scribble language (a documentation language based on Racket)
Go to file
2017-04-28 00:07:03 +02:00
scribblings Concise documentation for the scribble-render syntax property 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 Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule. 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 Concise documentation for the scribble-render syntax property 2017-04-28 00:07:03 +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 Support for comments with the new comment-reader: do not insert a nbsp after the first semicolon. 2017-04-28 00:07:03 +02:00
README.md Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
unicode-chars.sty.rkt Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +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.