Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
Robby Findler 1afd6c802a add the --dvipdf flag to scribble
This adds a new back-end pipeline for generating pdf to
scribble, with the hope that included picts (e.g., those
generated by Redex) will look better when viewed with
on-screen pdf viewers

Current problem: the descent adjustment is messed up,
as can be seen by this example program's output:

 #lang scribble/base
@(require redex/pict
          pict
          redex/reduction-semantics)
@title{}
@(define-language L
   (e ::= (e e) x (λ (x) e)))
@(render-language L)

ff@(text "f" '(italic . roman) 20)ff

x@(text "x")y@(text "y")

original commit: 5280395f8802d21764ef074540421441cb8ac999
2014-06-27 03:29:50 -05:00
pkgs/scribble-pkgs add the --dvipdf flag to scribble 2014-06-27 03:29:50 -05:00