diff options
author | Robert Alessi <alessi@robertalessi.net> | 2022-08-21 10:55:16 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2022-08-21 10:55:16 +0200 |
commit | 2266cff7baf502a2f570fbcf38f67c2f0d3611fa (patch) | |
tree | 6978e2aea7502bc81b0fb5ff6a1b0c5991fca2aa | |
parent | 78555099a5cb51ead714f5e8cdfb6ca329353593 (diff) | |
download | ekdosis-2266cff7baf502a2f570fbcf38f67c2f0d3611fa.tar.gz |
ekdosis.el: added dagger symbol to \sic
-rw-r--r-- | ekdosis.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -281,7 +281,10 @@ | |||
281 | '("<{1}>" ("supplied")) | 281 | '("<{1}>" ("supplied")) |
282 | t) | 282 | t) |
283 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) | 283 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) |
284 | '("{1}" ("sic")) | 284 | '("†{1}†" ("sic")) |
285 | t) | ||
286 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) | ||
287 | '("†{1}" ("sic*")) | ||
285 | t) | 288 | t) |
286 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) | 289 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) |
287 | '("[g]" ("gap")) | 290 | '("[g]" ("gap")) |