Commit Graph

117 Commits

Author SHA1 Message Date
Jens Axel Søgaard
7be7c29080 Fix **racketmodname.
The case where (car a) is a string wasn't handled correctly. The error was provoked by sicp-manual.scrbl.
original commit: 9a4f6b1a194cda0b841bac36df18fa4b822bf469
2014-08-15 11:19:48 -04:00
Matthew Flatt
f9164dee10 scribble: fix image metrics in HTML output for exact fractions
Avoid generating sizes such as `1003790/1581`.

original commit: 3801fc0432701c2081f9732aa793b3beb3bbc211
2014-08-05 16:00:18 +01:00
Robby Findler
e0c3ac776e add a scribble/blueboxes library to get the content of the
blueboxes in unstyled form

(moved from DrRacket here)

original commit: 24ecd045637a60114d51c9e33bf0035b1a9c046c
2014-08-02 01:52:44 -05:00
Matthew Flatt
a05ce99d9b scribble: recognize 'exact-chars even when a style name is #f
Patch from Tero Hasu.

original commit: 30a354c820160d8816746567403ee1a0f34f192a
2014-07-30 05:27:37 +01:00
Matthew Flatt
e17c2db777 scribble: fix spacing after a 'compact enumeration
original commit: 70afd4b6b18b6140a5b91c7349798ce10d92dde3
2014-07-25 11:02:07 +01:00
Matthew Flatt
52917bc3ec scribble: another Unicode mapping for Latex output
This mapping is needed by the "redex-unstable" documentation.

Merge to v6.1

original commit: a33c64b45f54404c50741f04137c62fbe5c4efe2
2014-07-18 07:39:33 +01:00
Matthew Flatt
ee3af7611f scribble: fix PDF rendering for image without bounding-box info
Merge to v6.1

original commit: 09b4445c7a28b1d8fc3feb2d4ab7a64e9a991a8a
2014-07-18 06:59:50 +01:00
Matthew Flatt
1558ad5532 scribble: fix documentation for tt and racketfont
The `tt` and `racketfont` functions treat their arguments strangely,
applying styles only to immediate strings and symbols.

Add `racketplainfont`, which is a non-strange version of `racketfont`.

original commit: 737330deb63dcfa01ebf304c3e5c06276a283c81
2014-07-14 11:36:26 +01:00
Matthew Flatt
54376250e0 Scribble Latex/PDF: fix quote and backquote rendering
When text is literally a quote (ASCII 39) or backquote (ASCII 96),
then render it in a way that prevents LaTeX from converting to
curly variants.

original commit: 69d64e2893cca5e143609494547b64b7f90b7228
2014-07-14 11:10:29 +01:00
Matthew Butterick
9777e8c6b2 restrict float behavior to narrow screens
original commit: 577f7ad4b1045a95a693d4e4574f89430d246fba
2014-07-04 05:17:20 +01:00
Matthew Butterick
8e5c19a160 add float behavior for margin-note* CSS
original commit: adc491ec80fd00b91b335642e7dbff41cba2c839
2014-07-04 05:17:20 +01:00
Matthew Flatt
36df8c0c56 scribble/manual: change history sort order
Now that some entries have changes over multiple versions, a forward
sort order seems better than reverse to me.

original commit: a67ecb96ab18a54dff75f06a737c492ba92943a4
2014-06-30 09:19:42 +01:00
Matthew Flatt
271ec59ad2 scribble: use 'pdf-bytes+bounds8, etc.
Use 'pdf-bytes+bounds8, 'png-bytes+bounds8, etc. to convert images
for Latex/PDF and HTML output. The new conversions particularly
help with picts that draw text, since the baseline of the text
can be handled properly in HTML output.

The new conversion also helps hide the difference between a bounding
box and the "inked" area of a pict, since picts normally ink only
slightly outside the bounding box, and the default for pict conversion
pads the image with a few pixels/units in each direction.

Also, add a `++convert <fmt>` command-line option to select a
preferred target for image conversions. (This preference can be
overridden by the existing `render-convertible-as` style property
for HTML rendering.)

original commit: 05760a12f690b7efcd58e65ee2b723a05133e229
2014-06-27 17:35:42 +01:00
Robby Findler
a272f5a5ca fix default argument to #:convert-as-ps-not-pdf?
original commit: 62d2514ce275d1dda41ee237ca530f80b5357e61
2014-06-27 07:55:01 -05:00
Robby Findler
1afd6c802a add the --dvipdf flag to scribble
This adds a new back-end pipeline for generating pdf to
scribble, with the hope that included picts (e.g., those
generated by Redex) will look better when viewed with
on-screen pdf viewers

Current problem: the descent adjustment is messed up,
as can be seen by this example program's output:

 #lang scribble/base
@(require redex/pict
          pict
          redex/reduction-semantics)
@title{}
@(define-language L
   (e ::= (e e) x (λ (x) e)))
@(render-language L)

ff@(text "f" '(italic . roman) 20)ff

x@(text "x")y@(text "y")

original commit: 5280395f8802d21764ef074540421441cb8ac999
2014-06-27 03:29:50 -05:00
Matthew Flatt
adc82b0c67 scribble: add nosearchform to HTML output without a search box
original commit: 3d637c047c51674ab061c61f618fb925aa22800b
2014-06-26 16:07:04 +01:00
Matthew Flatt
feed786915 scribble: 'border and '{left,right,top,bottom}-border properties for cells
original commit: 2134dbf95293189d6f11bf896a3ba43d9fb10aaf
2014-06-24 11:30:14 +01:00
Matthew Flatt
e5ebb45c06 Scribble: improve Unicode handling for Latex/PDF output
Normalize strings to composed form before splitting a
string into characters to handle individually.

original commit: d970d5aaead2bfbae0651b583f79e6ac719c7d39
2014-06-23 06:28:50 +01:00
Matthew Flatt
ed2aa7b04f scribble: fix history spacing
original commit: 94dbfba0f3f77c9603bcba4aee249823cc91eeed
2014-06-04 13:34:03 +01:00
Matthew Butterick
9c34fe33c8 reduce size of manual-fonts.css
original commit: c4ebd6058ebe4eab04d7c323d7a75668043d576a
2014-05-29 09:49:08 +01:00
Matthew Flatt
6b76b2df2a scribble/base: add #:style argument to image
original commit: c9f13248e33502b71d2ff95b8bc38e28ff680491
2014-05-14 06:10:50 -06:00
Matthew Flatt
b5e473c5d9 scribble: fix HTML scaling of GIFs
Even without scaling, declare the size of a PNG or GIF in HTML
output.

original commit: 3f3e6e4cb421e8004c4e0c5ee5944718bdd686a3
2014-05-12 20:13:20 -06:00
Matthew Flatt
96fc0407d0 Scribble search, etc.: fix URL decoding
Use Javascript's decodeURIComponent() instead of unescape().

This repair makes searching for Unicode characters work from DrRacket
(e.g., via F1).

original commit: d1525edf62a1db2ade3c64dd17eb81bff87a4112
2014-05-11 08:34:58 -06:00
Matthew Flatt
2a67912028 scribble: discard partial output on exception
This change avoids the problem of a bad "index.html" on a doucment
rendering error, where the presense of an "index.html" would count
as successes on a retry.

original commit: e4e8a69e06863b423f4b7b716b369b002c2deea1
2014-05-09 09:37:24 -06:00
Matthew Flatt
4291016987 docs search: avoid accumulating "q" queries
original commit: 53e3d104f7adda1d94598ed498dec3b5f205e308
2014-05-05 10:37:10 -06:00
Matthew Flatt
b76831a2cf scribble/manual: clicking on a section title shows linking information
Thanks to Matthew Butterick for help and advice.

original commit: b8cc111e92e1c704a0f3462102c86dc24f8f5615
2014-05-03 21:05:26 -06:00
Matthew Flatt
7dd9a13ad6 fix references to subdirectories of a rendered manual
For example, fix the resolution of a link to a binding in the R5RS
or R6RS spec.

original commit: 4216f3b66615ed5f63ff2f8350e9e1f778cd141b
2014-04-19 11:14:37 -06:00
Matthew Butterick
3e8ac59cfb missing semicolon in Scribble CSS
original commit: 481d19fbdd18510b3d3274d2ee4d4d061a5d2317
2014-04-05 19:25:06 -06:00
Matthew Butterick
cc68354488 further dehackify .toptoclink style in Scribble CSS
original commit: 7a1fe139a587800d2af76ce7eb09250247e9feea
2014-04-05 16:30:35 -06:00
Matthew Flatt
1bca3ea18c scribble manual style: remove toc hack
At mbutterick's recommendation:

 it's causing a strange display problem in TOC listings when the
 cursor is hovering over the link (namely, the underlined space
 dangling from the right edge)

original commit: cc26a86cb1975bdbb1ed3f816b6a50decfdec510
2014-04-05 08:07:48 -06:00
Matthew Flatt
0fd78b8ca8 scribble/base: add #:{column,row,cell}-properties arguments to tabular
The new arguments greatly simplify adding properties such as alignment
and (HTML) background colors to table cells. For example, to make a
table with 'right alignment for the left-hand column, 'center alignment
for the second column, and 'left alignment for all remaining columns:

 (tabular cells
          #:sep (hspace 1)
          #:column-properties '(right center left))

Also, make `color-property` and `background-color-property` recognized
as table-cell style properties.

Finally, implement horizontal alignment for text rendering.

original commit: 316fc0dbf5e26061245d815c992cc54d9738aa79
2014-03-25 14:23:22 -06:00
Matthew Flatt
b36443dc6a scribble: #:doc-id argument to load-xref and associated plumbing
Keep track of the target document name (i.e., the name of the
directory that will contain the target document) for a cross
reference, when known. This identification enables a simpler dynamic
resolution of a hyperlink in almost all cases, istead of requiring
a search for an arbitrary corss-reference key.

Indirect links still need a mapping of cross-reference keys
to document locations, but the mapping can be pruned to just
section and module-name keys.

This change cuts a generated "local-redirect.js" for the main
distribution to 1/8 of its size.

original commit: a956918adb1ffe69b7cefea00f3c9d594f58734a
2014-03-16 12:40:52 -06:00
Stephen Chang
b11717253d fix scribble make-base-eval racket/pretty namespace error
closes pr 14066

original commit: b7360c76d7bdda4d6973bc09f0266b4dc0c9dc84
2014-03-05 16:41:56 -05:00
Matthew Flatt
3d40e770ef scribble/render: fix contract on render to include #:warn-undefined?
original commit: fb20706213dc5ece7894afff46763428bee346f0
2014-03-05 10:33:35 -07:00
Matthew Flatt
e34cf22278 scribble/manual: delay expressions that require collection-based files
This changed make `(require scribble/manual)` work in an executable,
although actually rendering documents requires the "scribble"
collection.

original commit: 9ca0aa52250c18dd05c2a19bea654ca770aecf0c
2014-02-11 10:07:03 -07:00
Matthew Flatt
19ea3a7194 split "scribble-html-lib" package out of "scribble-lib" package
original commit: 0ad3a6a7f6c897b4fe7d3d2dfdceb3a8831e293a
2014-02-07 22:36:01 -07:00
Matthew Flatt
b23fb873f5 scribble-{doc,lib}: fix package dependencies
original commit: 01ca4933895cadb3e0d6cdf8c170fdf06624dcff
2014-02-06 05:47:56 -07:00
Matthew Flatt
f7db2c37c2 scribble/html: first cut at documentation
original commit: f943d37d7d30507c8b76fd358d568f361bc0f2ec
2014-02-05 21:58:48 -07:00
Matthew Flatt
7889e768c8 scribble/sigplan: fix problem that makes doi required
Closes PR 14311

original commit: af28d4175d07113b3ba788fd03a6c5df9f384508
2014-02-04 17:59:26 -07:00
Matthew Flatt
eb4e22904a scribble: ++args for passing command-line arguments to documents
original commit: 392ea2e91d6c51157daa35dd1aa72cca951b6ac9
2014-01-22 20:04:13 -07:00
Matthew Flatt
ca59988ba0 scribble/manual: improve defstruct layout
The old layout used column spans that created ugly space around parentheses
for some combinations of field-name and keyword-modifier lengths. The new
layot avoids the problem by breaking the keyword modifiers into their
own table.

original commit: a391556faa2d2b43f39b2d48a139085704a865ec
2014-01-15 10:31:11 -07:00
Matthew Flatt
1665fec8c2 scribble/manual: break defthing output lines if needed
If the defined identifier plus contract doesn't fit on a single
line, put them on separate lines.

original commit: 77392cd02752d868e1c8363779ada62b9431df7f
2014-01-15 10:31:11 -07:00
Matthew Flatt
db1a3b4139 scribble/manual: fix history for Latex/PDF
original commit: c1af595c1bc0071b4fcbcf56fa77715f0e09a9bf
2014-01-11 19:30:39 -07:00
Matthew Flatt
40d6caf08a Scribble Latex/PDF: avoid new "stabular.sty" by embedding a copy of old
original commit: f78a25ce41b15d53f710c4c93abfa2e446213ac6
2014-01-11 19:27:15 -07:00
Neil Toronto
d49e86f13e Added #:value keyword to defproc', defparam', `defthing' and related
Also fixed `defproc*' example

original commit: 9ca8c71aadebf741c6ac799b7b78ecf2113d4b16
2014-01-11 17:41:15 -07:00
Matthew Butterick
32fe554534 adjust CSS selector for blue boxes in documentation
original commit: 258aa82282118345b4ca7011c715c53763ce93f1
2014-01-09 13:03:28 -06:00
Matthew Flatt
929b10f1bf scribble: document all scribble/manual CSS style classes
Includes a few Scrible bug and documentation repairs.

original commit: bf3fa13bb8bce224aac3c07a05d8740791d32058
2014-01-08 23:08:14 -06:00
Matthew Flatt
cf3e0ef3eb scribblings config: 'keep-style and 'no-search flag, 'omit-start section
The 'keep-style avoids imposing the Racket manual style on a
document, while 'no-search omits the search box. The 'omit-start
section is like 'omit, but the document is still indexed and
available for cross-references.

Also, recognize a 'prefixable tag shape so that the set of tags
hat support prefixing is extensible.

original commit: c4f4ba4ca38c05e8beff1546a8df69617c25821c
2014-01-08 07:33:28 -07:00
Matthew Flatt
949c5776c8 scribble/manual: make racketblock fall back to racket-style spacing
When source-location information isn't available, usually due to macros
in compiled modules, make `racketblock` fall back to `racket`-like
spacing. This improvement is visible, for example, in the documentation
for functions like `recycle-icon`.

Using `quote-syntax/srcloc` in a macro is probably a better solution,
because that will preserve the original layout including line breaks,
but the default-spacing fallback seems like an improvement over
unreadable output.

original commit: 86df55a877feca51680aaab9b955ea9220229c14
2014-01-07 16:22:07 -07:00
Matthew Butterick
ee3118c5f1 switch to unitless line-heights
original commit: bfa5e72816e455a976e3d1458dd9abaa50d60a8e
2014-01-06 19:41:14 -07:00