The Racket repository
Go to file
Eli Barzilay 2af626972d There is a problem with empty lines: having a line (= a row) in the
code tables with empty contents makes the row not appear.  Usually,
we'd put an   there so it does show, but that would be bad for
the preprocessor examples where I really want to have the table
contents reflect the exact file contents.

So another solution is to use a 'newline element, but then latex barfs
because it's not happy with a \\ inside a tt macro.  The hacked
"solution" is to have the newline element not be inside a tt element
-- latex doesn't barf now, but it does have one extra newline as a
result since it doesn't hide the newline to begin with.

A better solution is to find a way to make table cells in html not be
hidden when they have no contents, maybe through some css magic.

svn: r14206
2009-03-22 01:26:15 +00:00
collects There is a problem with empty lines: having a line (= a row) in the 2009-03-22 01:26:15 +00:00
doc release notes for 4.1.5.3 2009-03-19 20:24:03 +00:00
man/man1 2008 -> 2009 2009-01-04 15:34:50 +00:00
src fix safe-for-safe problems with tail-call trampoline 2009-03-21 15:24:05 +00:00