From 99ca70244311800f845c04679b923b6c5724a986 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 26 Sep 2019 16:53:14 +0200 Subject: [PATCH] =?UTF-8?q?changed=20orthography=20of=20=C3=B1yqy,=20graph?= =?UTF-8?q?s=20are=20now=20300dpi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcs.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/funcs.el b/funcs.el index 512cf0d..8c6f23d 100644 --- a/funcs.el +++ b/funcs.el @@ -57,7 +57,7 @@ Arguments: "Returns a graphviz’s dot compatible string representing an Elisp tree" (if (null tree) "" (concat - "graph{node[shape=plaintext];graph[bgcolor=\"transparent\"];" + "graph{graph[dpi=300];node[shape=plaintext];graph[bgcolor=\"transparent\"];" (conlanging//declare-node (car tree) 0) (conlanging//tree-to-dot-helper (cdr tree) 1 0) "}"))) @@ -280,11 +280,11 @@ runes during org-mode export" (conlanging//replace-string-by-char text conlanging//eittlanda-latin-to-runes))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ; Ňyqy ; + ; Ñyqy ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (setq conlanging//nyqy-phonetics '(("q" t t "q" "ħ") ("g" t t "ɢ" "ʢ") - ("ň" t t "ɴ" "m") + ("ñ" t t "ɴ" "m") ("c" t t "t͡ʃ" "ɬ") ("j" t t "d͡ʒ" "ɮ") ("w" t t "w" "l") @@ -344,7 +344,7 @@ need-dorsal: initial = 2, sinon t ou nil need-dorsal))))) (defun conlanging/nyqy-to-phonetics (text) - "Adds to Ňyqy text its phonetics equivalent, either as a + "Adds to Ñyqy text its phonetics equivalent, either as a tooltip in HTML or as plain text appended in LaTeX. Arguments: