[plt-scheme] slatex and including unit testable code
Slatex lets you include code directly from a file, but I find that I
often end up writing scripts that chop up my Scheme file in order to
insert it into a slatex document.
Robby
On 5/15/07, Grant Rettke <grettke at acm.org> wrote:
> Hi folks,
>
> I've still not looked at the details of how to use latex, but I've got
> a question, and I am probably not the first one to be asking this.
>
> I envision a scenario where I can write a tex document and in that
> document include nicely formatted Scheme code. I don't want to store
> the code in the tex document itself, though, because I would like to
> be able to continue to modify and run said code. That way, I will
> always know that my code does at least what my unit tests say it does.
>
> How would I go about doing this?
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>