Commit Graph

655 Commits

Author SHA1 Message Date
Matthew Flatt
9d563bf4f4 more comment-reader spacing adjustments
svn: r14447
2009-04-07 19:07:08 +00:00
Matthew Flatt
de3d090f1a preserve space with scribble/comment-reader
svn: r14446
2009-04-07 18:57:15 +00:00
Robby Findler
83a1a5a812 svn: r14431 2009-04-06 00:44:37 +00:00
Matthew Flatt
547101ac5b disable sandbox break propagation in scribble/eval
svn: r14221
2009-03-22 16:42:35 +00:00
Eli Barzilay
1db2b65978 Finished the docs+tests, added some minor utilities.
svn: r14199
2009-03-21 15:06:48 +00:00
Matthew Flatt
9335e3cf28 doc updates for v4.1.5.2
svn: r14161
2009-03-17 21:06:42 +00:00
Matthew Flatt
14e4172c55 fix 'defform*' #:id without #:literals (PR 10103); should merge to 4.1.5
svn: r14124
2009-03-16 12:52:28 +00:00
Matthew Flatt
073013d8ef change render og var-ids under a quote
svn: r14108
2009-03-15 13:30:26 +00:00
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
Matthew Flatt
76042d8b4c added smaller to scribble/basic
svn: r13668
2009-02-16 16:35:06 +00:00
Matthew Flatt
6250d5e993 better latex rendering of tt underscore
svn: r13667
2009-02-16 16:20:22 +00:00
Matthew Flatt
839bc78f4b better latex rendering of tt curly braces and backslash
svn: r13665
2009-02-16 15:59:39 +00:00
Matthew Flatt
c056bcf6d1 document scribble/srcdoc
svn: r13660
2009-02-16 14:45:50 +00:00
Matthew Flatt
8cf310d8fc doc scribble/comment-reader
svn: r13575
2009-02-14 13:34:58 +00:00
Matthew Flatt
901cd24d4f Scribble fixes (PRs 10069, 10070)
svn: r13553
2009-02-13 21:17:03 +00:00
Matthew Flatt
e5756667d6 use PDF-based picts in the Latex build of the Quick tutorial; in general, change a .pdf image extension to .png for HTML output; add package-original-identifiers and fix package-exporte-identifiers
svn: r13432
2009-02-04 21:03:28 +00:00
Matthew Flatt
6c77acf6f1 fix Scribble output of multi-line error messages, especially when they contain a blank line; minor doc repairs
svn: r13325
2009-01-30 16:41:42 +00:00
Matthew Flatt
db12513b65 fix #:all-defined for 'define-package' by adjusting 'identifier-remove-from-definition-context'; add for-syntax 'package?' and 'package-export-identifiers'; adjust Scribble to find definitions of phase-1 exports
svn: r13253
2009-01-21 20:00:55 +00:00
Eli Barzilay
d1a0086471 newlines at EOFs
svn: r13105
2009-01-14 03:10:47 +00:00
Matthew Flatt
1edd3544d7 fix scribble to place different images with the same source name in different destination filenames
svn: r13052
2009-01-09 21:30:43 +00:00
Matthew Flatt
851c58ea50 add #:contracts optional sub-form to defform
svn: r13012
2009-01-05 14:00:07 +00:00
Matthew Flatt
332461c30e fix problem with gif->png suffix change; fix ToC when a subsection has a tag prefix
svn: r13010
2009-01-05 12:06:33 +00:00
Matthew Flatt
c2857c1b7c use define-unsafer for ffi/objc; fix more teachpack doc latex-output problems
svn: r13008
2009-01-05 10:20:17 +00:00
Matthew Flatt
7aec6b8761 document compiler/zo-parse and compiler/decompile
svn: r12947
2008-12-28 18:57:13 +00:00
Eli Barzilay
f74dc2b8c7 Added `call-with-trusted-sandbox-configuration', and used in scribble
and in tests.

svn: r12871
2008-12-16 20:29:17 +00:00
Eli Barzilay
5141289bd7 * No nested code inspector for scribble sandboxes
* No nested inspectors or memory limit for testing sandboxes

svn: r12857
2008-12-15 18:29:59 +00:00
Matthew Flatt
6b4270721c disable sandbox memory limit for docs
svn: r12822
2008-12-12 20:45:02 +00:00
Eli Barzilay
83f4d6687d regexp-match/fail-without-reading -> regexp-try-match
svn: r12787
2008-12-12 13:08:22 +00:00
Matthew Flatt
88b0e558c3 better syntax checking for scribble defform #:literals
svn: r12647
2008-11-30 13:25:10 +00:00
Matthew Flatt
2cea4696f5 slightly better duplicate-key error reporting from Scribble
svn: r12478
2008-11-17 17:36:35 +00:00
Matthew Flatt
aca2258501 fix defstruct rendering (PR 9906)
svn: r12416
2008-11-12 19:09:14 +00:00
Matthew Flatt
37aae202c5 speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
svn: r12237
2008-11-04 23:32:44 +00:00
Matthew Flatt
04369a39c7 add --redirect-main to scribble
svn: r12230
2008-11-04 12:16:45 +00:00
Matthew Flatt
791a911198 manipulate scribble --redirect option as URL instead of string
svn: r12229
2008-11-04 11:55:51 +00:00
Matthew Flatt
0b79aaa1ae doc repairs
svn: r12216
2008-11-02 12:28:59 +00:00
Matthew Flatt
ea659ba286 split scribble/manual module into smaller modules
svn: r12150
2008-10-28 01:40:51 +00:00
Eli Barzilay
7d72dc43c4 fix typo; layout
svn: r12138
2008-10-27 13:37:47 +00:00
Matthew Flatt
6be0f8f4df put search-box input inside form in Scribbled HTML
svn: r12137
2008-10-27 13:06:01 +00:00
Matthew Flatt
7a55275a26 unit bug fixes related to new scoping of signature elements; change scribble/manual to compute ids typeset as variables at compile time, in preparation for moving from a parameter to syntax bindings; fix docs typos; extend decompiler's support for unmarshaling syntax objects
svn: r12046
2008-10-15 22:23:56 +00:00
Matthew Flatt
81dfc14cc6 remove search box for Scribble HTML output unless requested; move some hardwired styles to CSS file
svn: r12029
2008-10-14 01:53:34 +00:00
Matthew Flatt
d3e26ef74d fix missing page numbers in index of latex output
svn: r12024
2008-10-13 20:34:45 +00:00
Matthew Flatt
198b05897b adjust HTML rendering of paragraphs as table cells; avoiding 'p' tags makes cut-and-paste work better
svn: r11998
2008-10-12 16:14:39 +00:00
Matthew Flatt
4fe97848b2 fix HTML problems that affect Opera; add ++style to scribble executable; fix some Latex back-end issues
svn: r11997
2008-10-12 15:53:49 +00:00
Matthew Flatt
95fa65b7b3 fix great awlful memory leak in scribble's collect phase (which was exposed most clearly by the web-server tutorial); change in.sxref to be use fasl (bytecode) format
svn: r11989
2008-10-11 14:50:22 +00:00
Eli Barzilay
0d6a9d73dc proper fix for the latex problem (blockquote was used unnecessarily)
svn: r11936
2008-10-05 02:23:21 +00:00
Eli Barzilay
76172dd0f3 bad hack to make compilation go through
svn: r11935
2008-10-04 21:20:35 +00:00
Matthew Flatt
1097cb35a6 add ++xref-in flag to scribble
svn: r11918
2008-10-01 13:03:06 +00:00
Eli Barzilay
c0bc68f35b pull out the right bindings from the right places
svn: r11882
2008-09-26 13:16:02 +00:00
Eli Barzilay
d35ceb9f4f better to use begin
svn: r11852
2008-09-24 18:05:46 +00:00
Eli Barzilay
5b70b732a5 remove old unnecessary function definition
svn: r11845
2008-09-23 20:46:58 +00:00
Eli Barzilay
26b9bd6c3d * Added text utilities
* begin/collect, and a begin/text that is based on it (ignoring
  inter-defns spaces)
* include/text, available as `include' in the scribble/text langauge
* tests, only for begin/collect for now

svn: r11772
2008-09-16 00:46:35 +00:00
Eli Barzilay
21640dcc36 put scribble property on escape expressions (no []s or {}s)
svn: r11667
2008-09-12 02:47:13 +00:00
Eli Barzilay
60e001000a Start revising scribble/text (include temporarily removed).
svn: r11557
2008-09-05 18:53:50 +00:00
Eli Barzilay
0ccfb6f8b4 switch to plain-module-begin, to avoid redundant extra outputs
svn: r11556
2008-09-05 18:44:06 +00:00
Eli Barzilay
5028fe513a avoid using state, and add getting rid of pre-definition indentations
svn: r11555
2008-09-05 18:43:22 +00:00
Sam Tobin-Hochstadt
d45d7bcb12 Fix to compile.
svn: r11553
2008-09-05 17:59:49 +00:00
Eli Barzilay
672a37150d First version of textlang, using state to eliminate newlines
svn: r11552
2008-09-05 12:38:53 +00:00
Eli Barzilay
eaa5a69fa5 extend syntax/module-reader to avoid ugly hack in scribble/doc/reader
svn: r11517
2008-09-02 04:06:08 +00:00
Eli Barzilay
d8b6810fce All readers now use syntax/module-reader
svn: r11506
2008-09-01 07:26:53 +00:00
Matthew Flatt
6230ed7ed7 fix problem building docs for planet
svn: r11480
2008-08-29 13:15:09 +00:00
Matthew Flatt
744df67d4e fix some remaining Latex-isms that Eli found in the docs
svn: r11454
2008-08-27 12:28:24 +00:00
Eli Barzilay
bdfcca7d11 Use an nonexistent css class for installation warning message, so when
it's installed on the web page it's easy to add the missing class with
a `display: none' so it's not show without any html rehacking.
Disabled the "(installation)" suffix to the main title for now: it's
also used for the window title and that shouldn't have the suffix
because the browser window will have it.

svn: r11452
2008-08-27 11:19:20 +00:00
Matthew Flatt
9453aaaccf assign authors to manuals
svn: r11287
2008-08-15 20:16:06 +00:00
Matthew Flatt
e233989e1d better error reporting for code:comment, and better docs for schememod
svn: r11211
2008-08-13 01:25:53 +00:00
Matthew Flatt
c2c7777c37 fix schemegrammar*
svn: r10986
2008-07-30 17:20:09 +00:00
Sam Tobin-Hochstadt
d58bdb5f56 More greek letters for scribble latex rendering.
svn: r10930
2008-07-27 03:08:10 +00:00
Matthew Flatt
4092392e5a adjust Scribble para/div style handling
svn: r10910
2008-07-25 13:16:06 +00:00
Matthew Flatt
8e4647cd6c tweak table-of-contents rendering again
svn: r10902
2008-07-24 13:45:08 +00:00
Matthew Flatt
27b0df2c2a tweak doc HTML toc rendering
svn: r10900
2008-07-24 13:07:59 +00:00
Matthew Flatt
78c5220836 fix searching a different way, which more likely matches the intent
svn: r10899
2008-07-24 11:41:21 +00:00
Matthew Flatt
a97b4bff8a scribble and doc improvements
svn: r10896
2008-07-24 11:32:16 +00:00
Eli Barzilay
1f6007ce8b hack: see comment
svn: r10892
2008-07-24 08:16:07 +00:00
Eli Barzilay
55f2387f93 avoid potentially bad JS for...in
svn: r10883
2008-07-23 19:05:15 +00:00
Matthew Flatt
763d37d775 properties can now effectively inherit properties (v4.0.2.5)
svn: r10848
2008-07-21 17:04:25 +00:00
Eli Barzilay
aa496a7328 removed redundant mzlib/string require
svn: r10828
2008-07-18 04:59:46 +00:00
Matthew Flatt
cd6acfdd28 add noborder latex macro
svn: r10786
2008-07-16 01:04:01 +00:00
Matthew Flatt
b1e859a5c2 remove hyperlink border for doc icons in game titles
svn: r10783
2008-07-15 22:23:41 +00:00
Matthew Flatt
1c6281111b add render-element structure, and use it in the search doc
svn: r10782
2008-07-15 22:03:36 +00:00
Eli Barzilay
91eb4687da * use version/utils instead of a private copy of the same code
* removed planet/private/test.ss which was testing that code
* changed angle brackets used in syntax renderings (got lumped in this
  commit by mistake)

svn: r10759
2008-07-14 09:19:29 +00:00
Matthew Flatt
01691d9240 adjust the way framework and tools docs extract documentation
svn: r10727
2008-07-12 15:37:31 +00:00
Matthew Flatt
eff5666a39 fix HTML rendering of a table at start of itemization
svn: r10725
2008-07-12 12:28:05 +00:00
Eli Barzilay
7c7bc0fd06 added a space after mathimpl/mathspec header, so it can be used independent of an empty line at the beginning
svn: r10722
2008-07-12 07:02:50 +00:00
Eli Barzilay
92440b68eb this file was not used, and was bogus (referred to the "big" collection)
svn: r10721
2008-07-12 02:06:53 +00:00
Eli Barzilay
5726d77d87 fix search box path when there is no PLT_Root cookie
svn: r10720
2008-07-11 20:39:18 +00:00
Eli Barzilay
7d50e61c7f * Newlines at EOFs
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind

svn: r10689
2008-07-09 07:18:06 +00:00
Eli Barzilay
970f768309 improved navset padding
svn: r10681
2008-07-08 16:15:05 +00:00
Eli Barzilay
94748ff8f8 removed unused commented-out code
svn: r10680
2008-07-08 16:06:48 +00:00
Eli Barzilay
5f30464c0e toc links fix
svn: r10678
2008-07-08 15:32:47 +00:00
Eli Barzilay
9c4d41fb63 better vertical placement of search box
svn: r10631
2008-07-06 14:58:20 +00:00
Eli Barzilay
9629528865 Search box has same font size as the rest of the navset, and is wider.
svn: r10629
2008-07-06 05:10:52 +00:00
Eli Barzilay
45b2141fa2 * Removed contents' and index' links
* Don't show `top' link when there is none (fine now since the above
  are gone)
* Don't show right side of navbar when there are no links in it (which
  is only at the start page)

svn: r10628
2008-07-06 05:00:26 +00:00
Eli Barzilay
f4342ce47c try a different pair of characters for expanded/collapsed toc entries
svn: r10626
2008-07-06 02:55:22 +00:00
Eli Barzilay
601a590aa5 new toc in manual pages
svn: r10606
2008-07-05 01:50:18 +00:00
Eli Barzilay
a32e251f97 improve title link in tocset (use tocviewselflink for the title too)
svn: r10593
2008-07-04 01:55:03 +00:00
Eli Barzilay
9700671534 avoid genarating toc-content if not needed
svn: r10592
2008-07-04 01:04:18 +00:00
Eli Barzilay
9a737ade30 minor
svn: r10577
2008-07-03 10:30:54 +00:00
Eli Barzilay
7a98aa8db2 fix empty searchbox label, again
svn: r10576
2008-07-03 09:07:48 +00:00
Eli Barzilay
3a39b112c9 add numbers to navigation link tooltips
svn: r10575
2008-07-03 08:39:55 +00:00
Eli Barzilay
12d4b12d91 make the code match the html
svn: r10574
2008-07-03 08:32:47 +00:00
Eli Barzilay
3a18f5b9a2 * always have a navbar, even at the start page
* add a "top" link to the navbar
* move search box to the left

svn: r10573
2008-07-03 07:05:20 +00:00
Eli Barzilay
d2c666f1e7 More visually noticeable navigation bar
svn: r10572
2008-07-03 05:27:01 +00:00