scribble: make `linebreak' work more for Latex/PDF rendering

original commit: 683e72e9e39f3e8536f9fc0ba0ad8c6f5aca050a
This commit is contained in:
Matthew Flatt 2012-10-03 13:14:52 -06:00
parent 9eae72a93a
commit 5084b1a133

View File

@ -361,7 +361,7 @@
[(newline)
(check-render)
(unless (suppress-newline-content)
(printf "\\\\"))]
(printf "\\hspace*{\\fill}\\\\"))]
[else (error 'latex-render
"unrecognzied style symbol: ~s" style)])]
[(string? style-name)