Fix display of trademarks in print output by moving the default value
of %show-all-trademark-symbols% from the HTML only section to the general section. Reported by: Jon Allen <jonallen@paunix.org>, bmah Pointy hat to: simon
This commit is contained in:
parent
7332790a26
commit
735adb61ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18850
1 changed files with 5 additions and 5 deletions
|
@ -71,11 +71,6 @@
|
|||
;; Create docformat navi link for HTML output?
|
||||
#f)
|
||||
|
||||
(define %show-all-trademark-symbols%
|
||||
;; Show all the trademark symbols, not just the required
|
||||
;; symbols.
|
||||
#f)
|
||||
|
||||
(define (book-titlepage-recto-elements)
|
||||
(list (normalize "title")
|
||||
(normalize "subtitle")
|
||||
|
@ -765,6 +760,11 @@
|
|||
;; Admonition graphic file
|
||||
(string-append %admon-graphics-path% (case-fold-down (gi nd)) ".png"))
|
||||
|
||||
(define %show-all-trademark-symbols%
|
||||
;; Show all the trademark symbols, not just the required
|
||||
;; symbols.
|
||||
#f)
|
||||
|
||||
<!-- Slightly deeper customisations -->
|
||||
|
||||
<!-- We would like the author attributions to show up in line
|
||||
|
|
Loading…
Reference in a new issue