Merge branch 'maint'
This commit is contained in:
commit
625f8e6d9c
|
@ -748,7 +748,8 @@ holding export options."
|
||||||
(if (symbolp with-subject) with-subject
|
(if (symbolp with-subject) with-subject
|
||||||
(mapconcat #'symbol-name with-subject ","))))
|
(mapconcat #'symbol-name with-subject ","))))
|
||||||
;; Hyperref.
|
;; Hyperref.
|
||||||
(format-spec hyperref-template spec)
|
(and (stringp hyperref-template)
|
||||||
|
(format-spec hyperref-template spec))
|
||||||
;; Document start.
|
;; Document start.
|
||||||
"\\begin{document}\n\n"
|
"\\begin{document}\n\n"
|
||||||
;; Subject and title.
|
;; Subject and title.
|
||||||
|
|
Loading…
Reference in New Issue