Restore invisible-element-to-collect-for-acmart-extras.
This commit is contained in:
parent
a4875b8fe5
commit
0e5e7040f8
|
@ -80,6 +80,8 @@
|
||||||
[CCSXML
|
[CCSXML
|
||||||
(->* () () #:rest (listof pre-content?)
|
(->* () () #:rest (listof pre-content?)
|
||||||
any/c)])
|
any/c)])
|
||||||
|
(provide
|
||||||
|
invisible-element-to-collect-for-acmart-extras)
|
||||||
|
|
||||||
(define-syntax-rule (defopts name ...)
|
(define-syntax-rule (defopts name ...)
|
||||||
(begin (define-syntax (name stx)
|
(begin (define-syntax (name stx)
|
||||||
|
@ -136,6 +138,9 @@
|
||||||
(make-css-addition (abs "acmart.css"))
|
(make-css-addition (abs "acmart.css"))
|
||||||
(make-tex-addition (abs "acmart.tex")))))
|
(make-tex-addition (abs "acmart.tex")))))
|
||||||
|
|
||||||
|
(define invisible-element-to-collect-for-acmart-extras
|
||||||
|
(make-element (make-style "invisible-element-to-collect-for-acmart-extras" acmart-extras) '()))
|
||||||
|
|
||||||
;; ----------------------------------------
|
;; ----------------------------------------
|
||||||
;; Abstracts:
|
;; Abstracts:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user