Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
Matthew Flatt 5c7c8a3bd0 HTML output: fix relative-path computation for Windows drives
The relative-path computation assumed that a relative path was
always possible, but a relative path can't go from one drive
to another.

Also, the relative-path computation didn't take into account
case-insensitivity, so it failed in a different-drive way
when the drive case was different between two paths.

Closes racket/racket#1625
2017-03-24 20:05:32 -06:00
scribble Remove extra directories. 2014-12-02 00:54:52 -05:00
scribble-doc Latex macros _can_ actually have multiple optional args. 2017-03-22 19:42:21 -04:00
scribble-html-lib move scribble/html tests to scribble-test collection 2016-11-07 17:49:07 -05:00
scribble-lib HTML output: fix relative-path computation for Windows drives 2017-03-24 20:05:32 -06:00
scribble-test defstruct: no newline between name & fields if no fields 2017-03-15 13:05:56 -04:00
scribble-text-lib fix scribble/text with syntax-local-identifier-as-binding 2015-07-16 08:40:04 -06:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:27 -05:00