I see that you also needed pointers to a few more things; sorry about that.
Here's a working example:
#lang scribble/base
@(require scribble/core
scribble/html-properties)
@(define cgi-image
(elem
#:style
(make-style #f
(list (alt-tag "img")
[ adding the list back to the cc line ]
You are right: you cannot. You need to use a different mechanism, the one
described at the link I sent.
Did you try that and get stuck? If so, it would be great to hear how so I
can improve those docs to help future users.
Robby
On Sun, Apr 21, 2013 at 8
You would need to use Scribble's extension mechanism to tell it to generate
an tag (and either don't compile to pdf or do something clever for
that case). Here are the docs for that:
http://docs.racket-lang.org/scribble/config.html?q=scribble
Robby
On Sat, Apr 20, 2013 at 6:00 PM, Eduardo Co
I need to use scribble to present cgi generated chemical and mathematical
equations. I mean, the figures will be generated on demand; they don't
exist when I compile the program. According to the principle of least
astonishment, I tried something like that:
#lang scribble/base
@title{Equations}
4 matches
Mail list logo