[racket] Scribble document with accented characters
Here is a tiny snippet from HtDP/2e (front matter) that uses accents:
#lang scribble/manual
@bold{Acknowledgments}: We thank
Prof. Robert Ordóñez,
Éric Tanter,
and Roelof Wobben
for comments on previous drafts of this second edition.
If you load this in DrRacket and run scribble/pdf and scribble/html, you get the correct output. My commandline set up also renders things correctly.
On Jun 22, 2014, at 10:58 AM, Shriram Krishnamurthi wrote:
> What's the proper way to use accented characters in a Scribble
> document? For instance, if I want a ä? Simply writing that character
> results in the error
>
> Package inputenc Error: Unicode char \u8: not set up for use with LaTeX.
>
> on OS X using the default latex (/usr/texbin/latex).
>
> Thanks,
> Shriram
>
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users