changed orthography of ñyqy, graphs are now 300dpi
This commit is contained in:
parent
bf432256d4
commit
99ca702443
8
funcs.el
8
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:
|
||||
|
Reference in New Issue
Block a user