Thanks Alex,

To avoid dealing with escapes like that, you could use the raw-string
> package, which lets you do this:
> raco pkg install raw-string
>
> #lang raw-string/raw-string racket/base #\$
>
>
When I add the package via raco and change the #lang line as you suggest, I
get the following error when running scribble:

---
marc$ scribble --prefix scribble-prefix.tex --pdf effort-tracking.scrbl
standard-module-name-resolver: collection not found
  collection: "raw-string/raw-string/lang"
  in collection directories:
   /home/marc/.racket/5.3.6/pkgs/installed/raw-string
   /home/marc/.racket/5.3.6/pkgs/installed/base
   /home/marc/.racket/5.3.6/collects
   /usr/share/racket/collects
  context...:
   standard-module-name-resolver
   standard-module-name-resolver
   standard-module-name-resolver
   /usr/share/racket/collects/scribble/../racket/private/map.rkt:26:19: loop
   /usr/share/racket/collects/scribble/run.rkt: [running body]
---

The raw-string package is actually under
~/.racket/5.3.6/pkgs/installed/raw-string, so I am not sure what's going
on.


>
You could also use at-exp for that, but raw-string is simpler.
>
>
How does the at-exp work? Or do you mean at-exp with raw-string?

Thanks,

Marc

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to