Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
Ben Greenman 57cecc0588 patch for '\Large' in jfp1.cls
Fixes an incompatibility between jfp1.cls and the 'relsize' package.

Justification for the fix:

1. `pdflatex` fails on this document

```
    \documentclass{jfp1}
    \begin{document}
    \maketitle
    hello {\Large world}
    \end{document}
```

2. `pdflatex` succeeds on this document

```
    \documentclass{jfp1}
    \renewcommand\Large{\@setfontsize\@xvpt{18}}
    \begin{document}
    \maketitle
    hello {\Large world}
    \end{document}
```

I do not know why (1) fails.
The new line in (2) is copied from `jfp1.cls`.
2017-05-02 14:55:21 -04:00
scribble Remove extra directories. 2014-12-02 00:54:52 -05:00
scribble-doc disable _ prefix handling in racketmodname and other places 2017-04-14 06:52:16 -06:00
scribble-html-lib move scribble/html tests to scribble-test collection 2016-11-07 17:49:07 -05:00
scribble-lib patch for '\Large' in jfp1.cls 2017-05-02 14:55:21 -04:00
scribble-test fix test 2017-04-10 08:05:13 -06: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