[plt-scheme] tex2page

From: Dave Herman (dherman at ccs.neu.edu)
Date: Sat Aug 15 22:07:20 EDT 2009

This looks vaguely familiar. Is it possibly a (current-command-line- 
arguments) problem?

Dave

On Aug 15, 2009, at 9:36 PM, Shriram Krishnamurthi wrote:

> Does anyone use tex2page to convert TeX strings to HTML strings?  I
> would have expected the following to work, but it doesn't seem to.
> Definitions window:
>
> (module check (lib "plt-pretty-big.ss" "lang")
>  (require (prefix t2p: (lib "tex2page-aux.ss" "tex2page")))
>  )
>
> Interactions window:
>
> Welcome to DrScheme, version 4.2 [3m].
> Language: Module; memory limit: 128 megabytes.
>> (define t t2p:tex2page-string)
>> (define t2 t2p:tex-string->html-string)
>> (t "")
> #t
>> (t " ")
> . . vector-ref: expects type <vector> as 1st argument, given: #f;
> other arguments were: 2
>> (t2 "")
> ""
>> (t2 " ")
> . . vector-ref: expects type <vector> as 1st argument, given: #f;
> other arguments were: 2
>>
>
> Thanks,
> Shriram
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.