Enhancements for the scribble language (a documentation language based on Racket)
Go to file
2021-04-04 07:22:57 +01:00
scribblings Added e-mail address 2021-03-04 21:00:48 +00:00
.gitignore Merged in existing changes from scribble-enhanced 2017-04-28 00:06:46 +02:00
.travis.yml Updated Racket versions in .travis.yml 2019-04-24 22:41:00 +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 my name :) 2021-03-04 20:38:01 +00: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 Preserve stx-pair and stx-list in defform 2017-06-03 00:08:53 +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 Renamed main branch 2021-04-04 07:22:57 +01:00
unicode-chars.sty.rkt Changed my name :) 2021-03-04 20:52:14 +00: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.