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

This commit is contained in:
Matthew Flatt 2012-10-03 13:14:52 -06:00
parent ec05ecf558
commit 683e72e9e3

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)