racket/collects/scribblings/scribble
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
..
basic.scrbl scribble doc corrections 2009-02-27 01:36:32 +00:00
bnf.scrbl
config.scrbl Scribble Latex rendering of table styles 2009-03-01 03:30:44 +00:00
decode.scrbl
doclang.scrbl
docreader.scrbl
eval.scrbl
how-to.scrbl scribble back-end configuration improvements 2009-02-22 18:37:35 +00:00
inbox.css scribble back-end configuration improvements 2009-02-22 18:37:35 +00:00
inbox.tex scribble back-end configuration improvements 2009-02-22 18:37:35 +00:00
info.ss
layers.scrbl
lp-ex-doc.scrbl adjust scribble/lp docs 2009-02-26 22:49:07 +00:00
lp-ex.ss adjust scribble/lp docs 2009-02-26 22:49:07 +00:00
lp.css adjust scribble/lp docs 2009-02-26 22:49:07 +00:00
lp.scrbl add scribble/lp to complement scribble/lp/lang/reader 2009-02-26 22:57:06 +00:00
lp.tex adjust scribble/lp docs 2009-02-26 22:49:07 +00:00
manual.scrbl add htdp/image, htdp/world defmodule to teachpack docs; minor Scribble extensions 2009-02-27 22:56:00 +00:00
preprocessor.scrbl Finished the docs+tests, added some minor utilities. 2009-03-21 15:06:48 +00:00
reader.scrbl scribble doc corrections 2009-02-27 01:36:32 +00:00
renderer.scrbl
scheme.scrbl change render og var-ids under a quote 2009-03-15 13:30:26 +00:00
scribble.scrbl first cut docs for literate programming 2009-02-26 21:08:05 +00:00
srcdoc.scrbl document scribble/srcdoc 2009-02-16 14:45:50 +00:00
struct.scrbl add center valignment for table cells 2009-03-13 16:08:06 +00:00
style.scrbl scribble fixes -- nested @scheme and a few other similar problems 2008-07-13 17:13:20 +00:00
utils.ss There is a problem with empty lines: having a line (= a row) in the 2009-03-22 01:26:15 +00:00
xref.scrbl change the way Scribble generates keys based on modules 2008-06-06 13:24:58 +00:00