Commit Graph

13 Commits

Author SHA1 Message Date
Matthew Flatt
da393a6b19 add #:line-number-sep' to codeblock'
original commit: c5e5a0349a9202e2f997eca16029835b9885d740
2012-04-11 11:49:01 -06:00
Matthew Flatt
44a9f835da switch `codeblock' to strings instead of bytes
Also, fix scribble lexer line counting.

Closes PR 12225

original commit: fca5ceecc97dfff28ae52bb404a8761426f64145
2011-11-27 11:06:21 -07:00
Ryan Culpepper
02d8332600 removed useless requires
original commit: c7f86d276c68b12e87dc46cef4a8e1b95538f88d
2011-09-27 19:28:44 -06:00
Matthew Flatt
55eed8ac98 add code' to scribble/manual'
original commit: 4555254380c81815195bb55915bdb5cbd3ebc235
2011-08-16 07:53:05 -06:00
Matthew Flatt
db4d7c9add Scribble: support for "boxable" blocks in Latex output
For example, if you make a multi-column table with a
`racketblock' in each column, then the columns size
to fit the code --- instead of forcing the table width
to match the page width and forcing each column to take
an equal share width.

original commit: b7afb3cf8fbbf448af18805db2f32c130ba4d47b
2011-08-05 10:03:38 -06:00
Matthew Flatt
ad8ba406ee fix `codeblock' handling of spaces
for a chunk that also includes newlines

original commit: 52825c68a15841282de4f7c0e60e832a728de6fb
2011-06-22 07:49:15 -06:00
Kevin Tew
c9595e0a7a codeblock line numbers
original commit: 0c4d90b1db8ce9a01215ac413505314349c852b3
2011-04-02 16:01:21 -06:00
Matthew Flatt
742843af7b Scribble: change the way `racketblock' etc. indent/inset works
- introduce 'code-inset style for nested blocks
 - use style instead of spaces for code indentation
 - sigplanconf adds vertical space around 'code-inset
 - more ...0 variants to compose better

original commit: bbc5533938b1dac8f14005210fa9fe552dfa7e8c
2011-03-30 15:12:30 -06:00
Sam Tobin-Hochstadt
c41c11a64b codeblock:
fix language regexp to accept numbers in #lang

original commit: 6099806a7209d0d9e4ba85412dac0e13d8910111
2011-02-03 17:42:33 -05:00
Matthew Flatt
ffcd532320 make `codeblock' work without a #lang line
but revise docs to clarify that a #lang line is really expected
 Closes PR 11385

original commit: c8e3d45dae9fd7523b0fb0d9f820b01e11ec0c06
2011-01-16 19:12:38 -07:00
Matthew Flatt
b4e0d832da fix `codeblock' interaction with reader macros
Closes PR 11386

original commit: 090f82cc0b22077664ddf1174cc219694a55e0c7
2011-01-16 18:35:03 -07:00
Matthew Flatt
5de2c07566 fix `codeblock' linking
Closes PR 11624

original commit: b1e13e7f3fbc7d4902d52c9accf5dd49c082b675
2011-01-16 13:37:22 -07:00
Matthew Flatt
d6b3461aad add `codeblock' to Scribble
original commit: aa7c4b53d9c2962536b3a37bb244600d7216289e
2010-10-31 07:09:27 -06:00