update packages and add valign
This commit is contained in:
@@ -237,7 +237,7 @@ CSL tests."
|
||||
"<span style=\"text-decoration:underline;\">" x "</span>")))
|
||||
(vertical-align-sub . ,(lambda (x) (concat "<sub>" x "</sub>")))
|
||||
(vertical-align-sup . ,(lambda (x) (concat "<sup>" x "</sup>")))
|
||||
(vertical-align-baseline . ,(lambda (x) (concat "<span style=\"baseline\">" x "</span>")))
|
||||
(vertical-align-baseline . ,(lambda (x) (concat "<span class=\"baseline\">" x "</span>")))
|
||||
(display-left-margin . ,(lambda (x) (concat "\n <div class=\"csl-left-margin\">"
|
||||
x "</div>")))
|
||||
(display-right-inline . ,(lambda (x) (concat "<div class=\"csl-right-inline\">"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "citeproc" "20251103.716"
|
||||
(define-package "citeproc" "20260113.1047"
|
||||
"A CSL 1.0.2 Citation Processor."
|
||||
'((emacs "26")
|
||||
(dash "2.13.0")
|
||||
@@ -11,8 +11,8 @@
|
||||
(parsebib "2.4")
|
||||
(compat "28.1"))
|
||||
:url "https://github.com/andras-simonyi/citeproc-el"
|
||||
:commit "a3d62ab8e40a75fcfc6e4c0c107e3137b4db6db8"
|
||||
:revdesc "a3d62ab8e40a"
|
||||
:commit "4bde999a41803fe519ea80eab8b813d53503eebd"
|
||||
:revdesc "4bde999a4180"
|
||||
:keywords '("bib")
|
||||
:authors '(("András Simonyi" . "andras.simonyi@gmail.com"))
|
||||
:maintainers '(("András Simonyi" . "andras.simonyi@gmail.com")))
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
;; URL: https://github.com/andras-simonyi/citeproc-el
|
||||
;; Keywords: bib
|
||||
;; Package-Requires: ((emacs "26") (dash "2.13.0") (s "1.12.0") (f "0.18.0") (queue "0.2") (string-inflection "1.0") (org "9") (parsebib "2.4")(compat "28.1"))
|
||||
;; Package-Version: 20251103.716
|
||||
;; Package-Revision: a3d62ab8e40a
|
||||
;; Package-Version: 20260113.1047
|
||||
;; Package-Revision: 4bde999a4180
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
||||
Reference in New Issue
Block a user