Allow autobib references to be interposed on.
This commit is contained in:
parent
01b279d5ba
commit
178935f55c
|
@ -138,7 +138,7 @@
|
|||
(error 'citet "citet must be used with identical authors, given ~a"
|
||||
(map (compose author-element-names* auto-bib-author) bib-entries)))
|
||||
(make-element
|
||||
#f
|
||||
(make-style "Autobibref" '())
|
||||
(list (add-cite group (car bib-entries) 'autobib-author #f #f style)
|
||||
'nbsp
|
||||
(send style get-cite-open)
|
||||
|
@ -155,7 +155,7 @@
|
|||
(values (hash-update h k (lambda (cur) (cons b cur)) null)
|
||||
(cons k (remove k ks))))))
|
||||
(make-element
|
||||
#f
|
||||
(make-style "Autobibref" '())
|
||||
(append
|
||||
(list 'nbsp (send style get-cite-open))
|
||||
(add-between
|
||||
|
|
|
@ -6,3 +6,5 @@
|
|||
\newlength{\ABcollength}
|
||||
\newcommand{\Autocolbibnumber}[1]{\parbox[t]{5ex}{\hfill#1~~\vspace{1.0ex}}}
|
||||
\newcommand{\Autocolbibentry}[1]{\setlength{\ABcollength}{\linewidth-5ex}\parbox[t]{\ABcollength}{#1\vspace{1.0ex}}}
|
||||
|
||||
\newcommand{\Autobibref}[1]{#1}
|
||||
|
|
Loading…
Reference in New Issue
Block a user