doc fixes and rendering tweaks
svn: r8453 original commit: 60f7074babcd1ce0c4bdceff70893baf91c117bc
This commit is contained in:
parent
788660a9f1
commit
d42a20cf7b
|
@ -251,19 +251,20 @@
|
||||||
(loop (cdr i) (cdr alpha)))]
|
(loop (cdr i) (cdr alpha)))]
|
||||||
[else (loop (cdr i) alpha)]))]))
|
[else (loop (cdr i) alpha)]))]))
|
||||||
(list 'nbsp)
|
(list 'nbsp)
|
||||||
(apply append
|
((if (null? l) values cdr) ; drop one 'newline
|
||||||
(map (lambda (i)
|
(apply append
|
||||||
(define e (make-link-element
|
(map (lambda (i)
|
||||||
"indexlink" (commas (caddr i)) (car i)))
|
(define e (make-link-element
|
||||||
(list (cond [(hash-table-get alpha-starts i #f)
|
"indexlink" (commas (caddr i)) (car i)))
|
||||||
=> (lambda (let)
|
(list (make-element 'newline '("/n"))
|
||||||
(make-element
|
(cond [(hash-table-get alpha-starts i #f)
|
||||||
(make-url-anchor
|
=> (lambda (let)
|
||||||
(format "alpha:~a" (char-upcase let)))
|
(make-element
|
||||||
(list e)))]
|
(make-url-anchor
|
||||||
[else e])
|
(format "alpha:~a" (char-upcase let)))
|
||||||
'newline))
|
(list e)))]
|
||||||
l))))))
|
[else e])))
|
||||||
|
l)))))))
|
||||||
(list contents))
|
(list contents))
|
||||||
|
|
||||||
;; ----------------------------------------
|
;; ----------------------------------------
|
||||||
|
|
|
@ -457,6 +457,7 @@
|
||||||
[(hspace) `((span ([class "hspace"])
|
[(hspace) `((span ([class "hspace"])
|
||||||
,@(let ([str (content->string (element-content e))])
|
,@(let ([str (content->string (element-content e))])
|
||||||
(map (lambda (c) 'nbsp) (string->list str)))))]
|
(map (lambda (c) 'nbsp) (string->list str)))))]
|
||||||
|
[(newline) `((br))]
|
||||||
[else (error 'html-render "unrecognized style symbol: ~e" style)])]
|
[else (error 'html-render "unrecognized style symbol: ~e" style)])]
|
||||||
[(string? style)
|
[(string? style)
|
||||||
`((span ([class ,style]) ,@(super render-element e part ri)))]
|
`((span ([class ,style]) ,@(super render-element e part ri)))]
|
||||||
|
@ -507,7 +508,6 @@
|
||||||
[(centered) '((align "center"))]
|
[(centered) '((align "center"))]
|
||||||
[(at-right) '((align "right"))]
|
[(at-right) '((align "right"))]
|
||||||
[(at-left) '((align "left"))]
|
[(at-left) '((align "left"))]
|
||||||
[(index) '((align "right"))]
|
|
||||||
[else null])
|
[else null])
|
||||||
,@(let ([a (and (list? (table-style t))
|
,@(let ([a (and (list? (table-style t))
|
||||||
(assoc 'style (table-style t)))])
|
(assoc 'style (table-style t)))])
|
||||||
|
@ -601,8 +601,6 @@
|
||||||
(render-other (substring i (cdar m)) part ri))
|
(render-other (substring i (cdar m)) part ri))
|
||||||
(ascii-ize i)))]
|
(ascii-ize i)))]
|
||||||
[(eq? i 'mdash) `(" " ndash " ")]
|
[(eq? i 'mdash) `(" " ndash " ")]
|
||||||
[(eq? i 'hline) `((hr))]
|
|
||||||
[(eq? i 'newline) `((br))]
|
|
||||||
[(symbol? i) (list i)]
|
[(symbol? i) (list i)]
|
||||||
[else (list (format "~s" i))]))
|
[else (list (format "~s" i))]))
|
||||||
|
|
||||||
|
|
|
@ -180,6 +180,7 @@
|
||||||
[else
|
[else
|
||||||
(printf "{\\mytexttt{~a}}"
|
(printf "{\\mytexttt{~a}}"
|
||||||
(regexp-replace* #rx"." s "~"))]))]
|
(regexp-replace* #rx"." s "~"))]))]
|
||||||
|
[(newline) (printf "\\\\")]
|
||||||
[else (error 'latex-render "unrecognzied style symbol: ~s" style)])]
|
[else (error 'latex-render "unrecognzied style symbol: ~s" style)])]
|
||||||
[(string? style)
|
[(string? style)
|
||||||
(wrap e style (regexp-match? #px"^scheme(?!error)" style))]
|
(wrap e style (regexp-match? #px"^scheme(?!error)" style))]
|
||||||
|
@ -343,7 +344,6 @@
|
||||||
[(string? i) (display-protected i)]
|
[(string? i) (display-protected i)]
|
||||||
[(symbol? i) (display
|
[(symbol? i) (display
|
||||||
(case i
|
(case i
|
||||||
[(newline) "\\\\"]
|
|
||||||
[(nbsp) "~"]
|
[(nbsp) "~"]
|
||||||
[(mdash) "---"]
|
[(mdash) "---"]
|
||||||
[(ndash) "--"]
|
[(ndash) "--"]
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Serif: */
|
/* Serif: */
|
||||||
.main, .refcontent, .tocview, .tocsub, i {
|
.main, .refcontent, .tocview, .tocsub, .inheritedlbl, i {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocviewtitle {
|
.tocviewtitle {
|
||||||
font-size: 80%;
|
font-size: 82%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0.2em 0.2em 0.2em 0.2em;
|
margin: 0.2em 0.2em 0.2em 0.2em;
|
||||||
}
|
}
|
||||||
|
@ -152,7 +152,7 @@ font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocviewlist td {
|
.tocviewlist td {
|
||||||
font-size: 80%;
|
font-size: 82%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -171,15 +171,16 @@ font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocsublinknumber {
|
.tocsublinknumber {
|
||||||
font-size: 80%;
|
font-size: 82%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocsublink {
|
.tocsublink {
|
||||||
|
font-size: 82%;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocsubseclink {
|
.tocsubseclink {
|
||||||
font-size: 80%;
|
font-size: 82%;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -189,7 +190,7 @@ font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocsubtitle {
|
.tocsubtitle {
|
||||||
font-size: 80%;
|
font-size: 82%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
margin: 0.2em 0.2em 0.2em 0.2em;
|
margin: 0.2em 0.2em 0.2em 0.2em;
|
||||||
}
|
}
|
||||||
|
@ -205,6 +206,7 @@ font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inherited td {
|
.inherited td {
|
||||||
|
font-size: 82%;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
text-indent: -0.8em;
|
text-indent: -0.8em;
|
||||||
padding-right: 0.2em;
|
padding-right: 0.2em;
|
||||||
|
@ -212,7 +214,6 @@ font-weight: bold;
|
||||||
|
|
||||||
.inheritedlbl {
|
.inheritedlbl {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 85%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------- */
|
/* ---------------------------------------- */
|
||||||
|
@ -441,13 +442,13 @@ i {
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact li p {
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
padding: 0 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* A hack, inserted to break some Scheme ids: */
|
/* A hack, inserted to break some Scheme ids: */
|
||||||
.mywbr {
|
.mywbr {
|
||||||
width: 0;
|
width: 0;
|
||||||
font-size: 1px;
|
font-size: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.compact li p {
|
||||||
|
margin: 0 0 0 0;
|
||||||
|
padding: 0 0 0 0;
|
||||||
|
}
|
||||||
|
|
|
@ -339,8 +339,9 @@ The @scheme[style] field is normally either
|
||||||
|
|
||||||
@item{one of the symbols that all renderers recognize: @scheme['tt],
|
@item{one of the symbols that all renderers recognize: @scheme['tt],
|
||||||
@scheme['italic], @scheme['bold], @scheme['sf],
|
@scheme['italic], @scheme['bold], @scheme['sf],
|
||||||
@scheme['subscript], @scheme['superscript], or
|
@scheme['subscript], @scheme['superscript], @scheme['hspace],
|
||||||
@scheme['hspace];}
|
or @scheme['newline] (which renders a line break independent of
|
||||||
|
the @scheme[content]);}
|
||||||
|
|
||||||
@item{a list of the form @scheme[(list 'color _name)] or
|
@item{a list of the form @scheme[(list 'color _name)] or
|
||||||
@scheme[(list 'color _byte _byte _byte)] to set the text color,
|
@scheme[(list 'color _byte _byte _byte)] to set the text color,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user