changed orthography of ñyqy, graphs are now 300dpi

This commit is contained in:
Phuntsok Drak-pa 2019-09-26 16:53:14 +02:00
parent bf432256d4
commit 99ca702443
1 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ Arguments:
"Returns a graphvizs dot compatible string representing an Elisp tree" "Returns a graphvizs dot compatible string representing an Elisp tree"
(if (null tree) "" (if (null tree) ""
(concat (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//declare-node (car tree) 0)
(conlanging//tree-to-dot-helper (cdr tree) 1 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))) (conlanging//replace-string-by-char text conlanging//eittlanda-latin-to-runes)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Ňyqy ; ; Ñyqy ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq conlanging//nyqy-phonetics '(("q" t t "q" "ħ") (setq conlanging//nyqy-phonetics '(("q" t t "q" "ħ")
("g" t t "ɢ" "ʢ") ("g" t t "ɢ" "ʢ")
("ň" t t "ɴ" "m") ("ñ" t t "ɴ" "m")
("c" t t "t͡ʃ" "ɬ") ("c" t t "t͡ʃ" "ɬ")
("j" t t "d͡ʒ" "ɮ") ("j" t t "d͡ʒ" "ɮ")
("w" t t "w" "l") ("w" t t "w" "l")
@ -344,7 +344,7 @@ need-dorsal: initial = 2, sinon t ou nil
need-dorsal))))) need-dorsal)))))
(defun conlanging/nyqy-to-phonetics (text) (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. tooltip in HTML or as plain text appended in LaTeX.
Arguments: Arguments: