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 3.99.0.9: binding links in docs use nominal import sources 2008-01-03 19:07:02 +00:00
config.scrbl Scribble Latex rendering of table styles 2009-03-01 03:30:44 +00:00
decode.scrbl more consistent cleaning of index strings; fix for 'get-module-code' when no file (source, bytecode, or extension) is available 2008-05-28 17:40:23 +00:00
doclang.scrbl typo 2008-02-13 02:51:43 +00:00
docreader.scrbl read-inside-syntax -> read-syntax-inside 2008-03-07 02:27:09 +00:00
eval.scrbl add and use close-eval to reduce memory use when rendering reference and guide 2008-05-27 17:20:24 +00:00
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 proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
layers.scrbl scribble/text documentation, and a few other fixes and comments 2008-02-28 14:27:37 +00:00
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 fix single-html scribble builds by planet; fix up teachpack docs; add Dave to acks; add a #:use-sources in errortrace docs 2008-06-05 00:21:36 +00:00
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