From dd5029947c2c8fa6cccce8e12ae81ca804aa6bc0 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 8 Nov 2015 06:42:01 -0600 Subject: [PATCH] use latex-friendly characters --- .../scribblings/reference/sequences.scrbl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/sequences.scrbl b/pkgs/racket-doc/scribblings/reference/sequences.scrbl index c49ced9fb3..3285dc398c 100644 --- a/pkgs/racket-doc/scribblings/reference/sequences.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sequences.scrbl @@ -388,12 +388,14 @@ each element in the sequence. (code:comment @#,t{Given a directory tree:}) (code:comment @#,t{}) (code:comment @#,t{ /example}) - (code:comment @#,t{ ├── a}) - (code:comment @#,t{ │ ├── alpha}) - (code:comment @#,t{ │ └── apple}) - (code:comment @#,t{ ├── b}) - (code:comment @#,t{ │ └── beta}) - (code:comment @#,t{ └── c}) + (code:comment @#,t{ +-- a}) + (code:comment @#,t{ | +-- alpha}) + (code:comment @#,t{ | +-- apple}) + (code:comment @#,t{ |}) + (code:comment @#,t{ +-- b}) + (code:comment @#,t{ | +-- beta}) + (code:comment @#,t{ |}) + (code:comment @#,t{ +-- c}) (code:comment @#,t{}) (eval:alts (parameterize ([current-directory "/example"])