|
@@ -741,6 +741,7 @@ holding contextual information."
|
|
("aelig" "@ae{}")
|
|
("aelig" "@ae{}")
|
|
((or "bull" "bullet") "@bullet{}")
|
|
((or "bull" "bullet") "@bullet{}")
|
|
("copy" "@copyright{}")
|
|
("copy" "@copyright{}")
|
|
|
|
+ ("deg" "@textdegree{}")
|
|
((or "dots" "hellip") "@dots{}")
|
|
((or "dots" "hellip") "@dots{}")
|
|
("equiv" "@equiv{}")
|
|
("equiv" "@equiv{}")
|
|
((or "euro" "EUR") "@euro{}")
|
|
((or "euro" "EUR") "@euro{}")
|
|
@@ -763,11 +764,12 @@ holding contextual information."
|
|
("pound" "@pound{}")
|
|
("pound" "@pound{}")
|
|
("raquo" "@guillemetright{}")
|
|
("raquo" "@guillemetright{}")
|
|
((or "rArr" "Rightarrow") "@result{}")
|
|
((or "rArr" "Rightarrow") "@result{}")
|
|
|
|
+ ("reg" "@registeredsymbol{}")
|
|
((or "rightarrow" "to" "rarr") "@arrow{}")
|
|
((or "rightarrow" "to" "rarr") "@arrow{}")
|
|
("rsaquo" "@guilsinglright{}")
|
|
("rsaquo" "@guilsinglright{}")
|
|
("thorn" "@th{}")
|
|
("thorn" "@th{}")
|
|
("THORN" "@TH{}")
|
|
("THORN" "@TH{}")
|
|
- ((and (pred (string-prefix-p "_")) name) ;spacing entities.
|
|
|
|
|
|
+ ((and (pred (string-prefix-p "_")) name) ;spacing entities
|
|
(format "@w{%s}" (substring name 1)))
|
|
(format "@w{%s}" (substring name 1)))
|
|
(_ (org-element-property :utf-8 entity))))
|
|
(_ (org-element-property :utf-8 entity))))
|
|
|
|
|