Matthew Flatt
6ee7b0379c
add center valignment for table cells
...
svn: r14089
2009-03-13 16:08:06 +00:00
Eli Barzilay
3537435564
dont show spaces at the end of a line when not needed
...
svn: r14077
2009-03-12 18:25:08 +00:00
Eli Barzilay
ca30b05114
A complete rewrite of text output using port state now.
...
Also a few more text-controlling primitives.
svn: r14065
2009-03-12 02:27:12 +00:00
Matthew Flatt
e43b393253
fix grammar alignment; allow row-independent 'alignment and 'valignment associations in a table style
...
svn: r14063
2009-03-12 00:59:54 +00:00
Matthew Flatt
d8d25debcd
fix defclass and some scheme/gui argument schemevarfont binding
...
svn: r14042
2009-03-10 23:14:53 +00:00
Eli Barzilay
3658ea87e5
The scribble/text language works much better now, with
...
indentation-aware output being possible.
svn: r14025
2009-03-10 09:36:54 +00:00
Eli Barzilay
8b5b6a53d9
Avoid lumping together output values as (output '(x y z)), use
...
separate output expressions instead.
svn: r14015
2009-03-08 21:10:07 +00:00
Matthew Flatt
060bb38ebb
more fixes when 'toc sections are not immediately under a 'toc section
...
svn: r13985
2009-03-06 18:41:39 +00:00
Matthew Flatt
5cefebf1ee
Scribble: add 'non-toc style for --htmls output
...
svn: r13983
2009-03-06 17:35:22 +00:00
Eli Barzilay
ac70e716f8
delete the target file if it exists
...
svn: r13968
2009-03-05 09:58:12 +00:00
Eli Barzilay
9b60be7c5a
* Turn report-output? to an overridable method
...
* New extra-files field, and `render' installs them
(the render of multi-html copies these files to each directory)
* Add an ++extra argument to the scribble command line
* Fix output of the indirect renderer
svn: r13966
2009-03-05 09:49:53 +00:00
Eli Barzilay
c9445be62d
look for pdflatex.exe too under windows
...
svn: r13955
2009-03-04 19:36:55 +00:00
Eli Barzilay
360ba9dc79
forgot to add to the last commit
...
svn: r13953
2009-03-04 18:55:13 +00:00
Eli Barzilay
a7fddbd545
Move the prefix-file, style-file, and style-extra-files to be defined
...
in base-render.ss.
svn: r13951
2009-03-04 18:52:56 +00:00
Eli Barzilay
d952b144c2
* run.ss is used for he scribble command-line tool
...
* scribble.ss is gone (ot was doing the running, which run.ss defined)
* converted run.ss to scheme/base
* added private/indirect-renderer which can be used to build renderers
that are based on conversion from the result of an existing
renderer, obviously useful with the latex renderer
* added pdf-render using this and private/run-pdflatex
* added a --pdf option to run.ss
svn: r13946
2009-03-04 16:35:41 +00:00
Eli Barzilay
44890f30ae
mzlib/class -> scheme/class
...
svn: r13936
2009-03-04 01:29:08 +00:00
Matthew Flatt
aaea005d0f
mytexttt -> Scribtexttt
...
svn: r13893
2009-03-01 21:58:41 +00:00
Eli Barzilay
fdf29e2e8c
added a pdflatex iterator
...
svn: r13892
2009-03-01 19:26:36 +00:00
Matthew Flatt
b2d2001eb0
scribble latex rendering: remove a pair of {} around element with style
...
svn: r13889
2009-03-01 12:07:25 +00:00
Matthew Flatt
955f2e3441
Scribble Latex rendering of table styles
...
svn: r13887
2009-03-01 03:30:44 +00:00
Matthew Flatt
95cc90e0e4
fix latex rendering of superscripts; fix CSS inclusion in subsections rendered on separate pages
...
svn: r13880
2009-02-28 15:27:09 +00:00
Matthew Flatt
2c71266d96
add htdp/image, htdp/world defmodule to teachpack docs; minor Scribble extensions
...
svn: r13877
2009-02-27 22:56:00 +00:00
Matthew Flatt
d220693476
support and document itemization styles
...
svn: r13865
2009-02-27 01:19:08 +00:00
Matthew Flatt
502427ee44
add scribble/lp to complement scribble/lp/lang/reader
...
svn: r13861
2009-02-26 22:57:06 +00:00
Matthew Flatt
a4078d5295
fix scribble/lp for check syntax
...
svn: r13858
2009-02-26 22:00:25 +00:00
Matthew Flatt
9df218784a
fix srcloc and binding tracking in scribble/lp
...
svn: r13849
2009-02-26 13:40:59 +00:00
Matthew Flatt
90bc1d816d
fix some Scribble rendering issues with tables containing flows abd cell styles; extend Slideshow play to handle more optional arguments; fix some docs
...
svn: r13843
2009-02-25 21:14:22 +00:00
Robby Findler
42adbca527
finished fixing multiple chunks
...
svn: r13841
2009-02-25 20:35:38 +00:00
Matthew Flatt
973f08e011
fix scribble/lp by not lifting require
...
svn: r13840
2009-02-25 18:35:51 +00:00
Matthew Flatt
0321cad60e
add #lang scribble/manual; change latex table rendering to use a smaller minipage for multiple columns of non-para/table cell flows
...
svn: r13839
2009-02-25 18:27:16 +00:00
Robby Findler
0e3b74d125
fixed some bugs that broke the build
...
svn: r13838
2009-02-25 18:18:34 +00:00
Robby Findler
e36cde06e5
svn: r13837
2009-02-25 17:45:06 +00:00
Matthew Flatt
f799ade238
fix scribble/lp chunk linking
...
svn: r13835
2009-02-25 16:05:10 +00:00
Robby Findler
4fd43c7d9a
made the special identifier <*> count as main, if it is present
...
svn: r13833
2009-02-25 15:30:29 +00:00
Matthew Flatt
ce79598a4a
add body id tag support to Scribble
...
svn: r13801
2009-02-23 12:48:30 +00:00
Matthew Flatt
42fad650c7
delay 'scheme' expansion to expression position
...
svn: r13794
2009-02-22 21:40:45 +00:00
Matthew Flatt
04c2a2c3a4
scribble back-end configuration improvements
...
svn: r13792
2009-02-22 18:37:35 +00:00
Matthew Flatt
e6ee0cd001
PLaneT typesetting
...
svn: r13791
2009-02-22 16:01:53 +00:00
Matthew Flatt
cdfc9ffc36
layout improvements
...
svn: r13790
2009-02-22 16:00:00 +00:00
Robby Findler
121764e7b5
changed the way the literate program setup works
...
svn: r13774
2009-02-21 17:22:02 +00:00
Matthew Flatt
327fa47487
another scribble/lp/lang/lang repair
...
svn: r13767
2009-02-21 14:15:29 +00:00
Matthew Flatt
24e4fd407b
chat-noir literate small repairs
...
svn: r13765
2009-02-21 13:30:22 +00:00
Robby Findler
7cc03cb42f
moved the newly literate program scribbled docs for the chat noir into the actual docs for the games collection
...
svn: r13761
2009-02-21 03:16:11 +00:00
Robby Findler
fb0cc555f4
manual move of the files to avoid the svn bug
...
svn: r13759
2009-02-21 02:48:14 +00:00
Matthew Flatt
b5bc25915a
fix image scaling in Scribble HTML output
...
svn: r13709
2009-02-17 21:32:26 +00:00
Matthew Flatt
941a8935aa
remove unneeded dependency of framework on parts of Scribble; Redex doc repairs; add #:style? argument to deftech
...
svn: r13696
2009-02-17 15:22:55 +00:00
Matthew Flatt
db5cab09e7
doc scribble/scheme; add make-element-id-transformer
...
svn: r13691
2009-02-17 13:51:35 +00:00
Matthew Flatt
0f18d68649
Scribble: change handling of argumentd in defproc, etc., to use lexical bidning instead of parameters and symbols; fix some docs
...
svn: r13688
2009-02-17 01:15:38 +00:00
Matthew Flatt
9927b0b576
changed htdp languages to allow identifier module paths; scribble improvements to latex back-end; added definterface
...
svn: r13681
2009-02-16 22:04:51 +00:00
Matthew Flatt
7b57156ac2
add #:underlined? argument to elemref
...
svn: r13669
2009-02-16 16:42:22 +00:00