diff --git a/custom/fic.el b/custom/fic.el index 05925d8..b984311 100644 --- a/custom/fic.el +++ b/custom/fic.el @@ -147,6 +147,9 @@ (goto-char (point-min)) (while (re-search-forward "label{\\(.*\\)}\n«~\\([A-Z]\\)\\([a-z]*\\)" nil t) (replace-match "label{\\1}\n\\\\lettrine{«~\\2}{\\3}")) + (goto-char (point-min)) + (while (re-search-forward "~–”" nil t) + (replace-match "\\\\mbox{~–”}")) (if ffx (progn (goto-char (point-min))