Matthew Flatt
24f358a5d7
scribble latex: work around `\href{...#...}{...}' as a macro argument
...
The `math' document build was failing because `\marginpar' does not
like `\href{...#...}{...}' as an argument.
2012-11-25 06:24:51 -07:00
Matthew Flatt
a830f77403
scribble: more control over version formatting
...
Add "Version" in front of a version name via `.version:before' or
`.versionNoNav:before' and `\SVersionBefore', so that they can
be configured through overriding CSS or Latex macro declarations.
Also, improve the documentation for how the `#:version' argument
of `title' is propagated to a `part' style property.
Closes PR 13227
2012-11-02 07:45:57 -06:00
Matthew Flatt
008f476210
Scribble PDF/Latex: Hangul support
2012-11-02 07:45:57 -06:00
Matthew Flatt
739aa11404
Scribble Latex/PDF: use tocstyle only if it's available
2012-11-01 09:29:26 -06:00
Matthew Flatt
c7d3de435f
scribble Latex/PDF: use the `tocstyle' package
...
Fixes the spacing of section numbers for a section like N.M where
both N and M have two digits.
2012-10-27 09:24:02 -06:00
Matthew Flatt
7d2ce136fa
scribble: another Latex/PDF section repair
2012-09-03 08:07:34 -06:00
Matthew Flatt
16621ad437
scribble: fix for Latex and `\Ssection' changes
2012-09-03 06:10:27 -06:00
Matthew Flatt
7b2e18afc5
scribble: for Latex output, use `\Ssection', etc. for section
...
A style override might change `\section' to `\chapter', etc.
2012-08-31 16:07:10 -06:00
Matthew Flatt
b5189c8232
scribble: adjust `subsubsub*section' font size
...
Closes PR 12868
2012-07-02 09:00:08 -06:00
Matthew Flatt
814c974d01
scribble Latex: add \SNumberOfAuthors{} in output
2012-07-01 10:00:58 -06:00
Matthew Flatt
393a1f441a
scribble: for Latex, pick tt encoding of <, >, and | explicitly
2012-04-29 11:23:37 -06:00
Matthew Flatt
fc1089c842
scribble: change Latex rendering of empty hidden part titles
2012-04-29 10:37:11 -06:00
Matthew Flatt
93bcc58a0c
scribble: use Latex skull package only if needed
2011-11-26 09:01:46 -07:00
Matthew Flatt
b7afb3cf8f
Scribble: support for "boxable" blocks in Latex output
...
For example, if you make a multi-column table with a
`racketblock' in each column, then the columns size
to fit the code --- instead of forcing the table width
to match the page width and forcing each column to take
an equal share width.
2011-08-05 10:03:38 -06:00
Matthew Flatt
4ac85de974
Scribble: style adjustments to deter code wrapping
...
For HTML, the style used in the output of `racketblock' now
disables line wrapping, and the Rkt text styles inherit
line-wrap behavior. This doesn't solve the general problem
of code overflowing the horizontal space, but it makes the
failure mode usefully better.
A new 'vertical-inset nested-flow style is used by
`defproc', `defform', etc. It has no effect for HTML,
but it introduces suitable vertical space for Latex output
(in case you want to use `defproc' in a SIGPLAN-format
paper, for example).
2011-08-05 10:03:37 -06:00
Matthew Flatt
378ca5ffc2
Scribble Latex: change 'boxed to use a blue vertical bar
...
... to the left of a definition, instead of a horizontal line
before the definition
2011-08-05 10:03:37 -06:00
Matthew Flatt
4703265503
Scribble: use \abovedisplayskip and \belowdisplayskip for code insets
2011-03-30 18:11:33 -06:00
Matthew Flatt
bbc5533938
Scribble: change the way `racketblock' etc. indent/inset works
...
- introduce 'code-inset style for nested blocks
- use style instead of spaces for code indentation
- sigplanconf adds vertical space around 'code-inset
- more ...0 variants to compose better
2011-03-30 15:12:30 -06:00
Matthew Flatt
ec2a917749
Scribble: add #:left?' optional argument to
margin-note'
2011-03-02 11:00:21 -07:00
Matthew Flatt
5998c0ac95
add ._' and
.__' to `scribble/base' for abbrev- and setence-ending periods
2011-01-07 09:48:03 -07:00
Matthew Flatt
18b06a9297
add `margin-note*' for putting a single-para note in the middle of a para
2010-05-21 19:40:33 -06:00
Matthew Flatt
edfd0812c6
fix Scribble latex rendering when a section title has a ssquare bracket
...
svn: r18512
2010-03-11 14:24:41 +00:00
Matthew Flatt
c448874002
Scribble latex render yen sign
...
svn: r16359
2009-10-18 12:14:51 +00:00
Matthew Flatt
345c17e85c
major Scribble revision (v4.2.1.2)
...
svn: r15569
2009-07-25 20:25:33 +00:00
Matthew Flatt
bcfb69b21f
add compound-paragraphs to Scribble, improve Latex rendering for unnested single-column tables
...
svn: r15378
2009-07-04 00:52:03 +00:00
Matthew Flatt
99ac521841
section char, Latex macro that can be redefined to disable color
...
svn: r15076
2009-06-04 13:41:48 +00:00
Matthew Flatt
e96941407c
Scrible latex output: fix (mostly) interaction of tables and itemization; DrScheme doc improvements
...
svn: r15072
2009-06-04 03:20:39 +00:00
Matthew Flatt
ab8d99f5b4
remove accidentally added style change
...
svn: r15070
2009-06-03 19:51:41 +00:00
Matthew Flatt
181d736061
switch Scribble from longtable to stabular
...
svn: r15069
2009-06-03 19:40:21 +00:00
Matthew Flatt
8aa8b938a0
change margin-note to generate a blockquote insteda of a single paragraph
...
svn: r14535
2009-04-17 01:30:15 +00:00
Matthew Flatt
9f2e546f01
tighten Scribble Latex output to avoid unnecessary newlines
...
svn: r14470
2009-04-08 23:31:35 +00:00
Matthew Flatt
aaea005d0f
mytexttt -> Scribtexttt
...
svn: r13893
2009-03-01 21:58:41 +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
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
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
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
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
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
744df67d4e
fix some remaining Latex-isms that Eli found in the docs
...
svn: r11454
2008-08-27 12:28:24 +00:00
Matthew Flatt
4092392e5a
adjust Scribble para/div style handling
...
svn: r10910
2008-07-25 13:16:06 +00:00
Matthew Flatt
cd6acfdd28
add noborder latex macro
...
svn: r10786
2008-07-16 01:04:01 +00:00
Matthew Flatt
0e69bbc893
update latex styles for new tech links
...
svn: r10437
2008-06-24 15:16:47 +00:00
Matthew Flatt
81e54f9049
fix PDF doc build
...
svn: r9135
2008-04-02 11:58:49 +00:00
Matthew Flatt
aee99cd175
fix Scribble reader to attach originalness to the syntax objects that it generates, so that Check Syntax works properly on Scribble documents
...
svn: r9125
2008-04-01 17:11:30 +00:00
Matthew Flatt
f833112489
revert default Scribble Latex output to use longtable
...
svn: r9121
2008-03-31 18:31:46 +00:00
Matthew Flatt
f5268bed2a
more scribble configurability and latex back-end improvements
...
svn: r9120
2008-03-31 15:27:12 +00:00
Matthew Flatt
741d856187
fix some scribble->latex problems
...
svn: r9106
2008-03-29 03:16:44 +00:00