use latex-friendly characters

This commit is contained in:
Robby Findler 2015-11-08 06:42:01 -06:00
parent 71690384a4
commit dd5029947c

View File

@ -388,12 +388,14 @@ each element in the sequence.
(code:comment @#,t{Given a directory tree:}) (code:comment @#,t{Given a directory tree:})
(code:comment @#,t{}) (code:comment @#,t{})
(code:comment @#,t{ /example}) (code:comment @#,t{ /example})
(code:comment @#,t{ ├── a}) (code:comment @#,t{ +-- a})
(code:comment @#,t{ │ ├── alpha}) (code:comment @#,t{ | +-- alpha})
(code:comment @#,t{ │ └── apple}) (code:comment @#,t{ | +-- apple})
(code:comment @#,t{ ├── b}) (code:comment @#,t{ |})
(code:comment @#,t{ │ └── beta}) (code:comment @#,t{ +-- b})
(code:comment @#,t{ └── c}) (code:comment @#,t{ | +-- beta})
(code:comment @#,t{ |})
(code:comment @#,t{ +-- c})
(code:comment @#,t{}) (code:comment @#,t{})
(eval:alts (eval:alts
(parameterize ([current-directory "/example"]) (parameterize ([current-directory "/example"])