Release 0.1.0
This commit is contained in:
parent
6a613cb5c4
commit
b3ecd4e724
@ -8,11 +8,16 @@
|
||||
# ### LaTeX ####################################################################
|
||||
|
||||
#+LATEX_CLASS: article
|
||||
#+LaTeX_CLASS_OPTIONS: [a4paper,twoside]
|
||||
#+LATEX_HEADER: \usepackage{xltxtra,fontspec,xunicode}\usepackage[total={16cm,25.7cm}]{geometry}\setromanfont{Charis SIL}
|
||||
#+LATEX_HEADER: \usepackage{xcolor}\usepackage{hyperref}
|
||||
#+LaTeX_CLASS_OPTIONS: [a5paper,twoside]
|
||||
#+LATEX_HEADER: \usepackage{xltxtra,fontspec,xunicode}
|
||||
#+LATEX_HEADER: \usepackage[total={10cm,17cm}]{geometry}
|
||||
#+LATEX_HEADER: \setromanfont{Charis SIL}
|
||||
#+LATEX_HEADER: \usepackage{xcolor}
|
||||
#+LATEX_HEADER: \usepackage{hyperref}
|
||||
#+LATEX_HEADER: \hypersetup{colorlinks=true,linkbordercolor=red,linkcolor=blue,pdfborderstyle={/S/U/W 1}}
|
||||
#+LATEX_HEADER: \usepackage{multicol}\usepackage{indentfirst}
|
||||
#+LATEX_HEADER: \usepackage{multicol}
|
||||
#+LATEX_HEADER: \usepackage{indentfirst}
|
||||
#+LATEX_HEADER: \sloppy
|
||||
|
||||
# ### HTML #####################################################################
|
||||
|
||||
@ -20,7 +25,6 @@
|
||||
#+HTML_HEAD: <link rel="shortcut icon" href="https://cdn.phundrak.fr/img/mahakala-128x128.png" type="img/png" media="screen" />
|
||||
#+HTML_HEAD: <link rel="shortcut icon" href="https://cdn.phundrak.fr/img/favicon.ico" type="image/x-icon" media="screen" />
|
||||
#+HTML_HEAD: <meta property="og:image" content="https://cdn.phundrak.fr/img/rich_preview.png" />
|
||||
|
||||
#+HTML_HEAD: <meta name="twitter:card" content="summary" />
|
||||
#+HTML_HEAD: <meta name="twitter:site" content="@phundrak" />
|
||||
#+HTML_HEAD: <meta name="twitter:creator" content="@phundrak" />
|
||||
@ -80,5 +84,4 @@
|
||||
#+MACRO: vertical @@latex:\rotatebox[origin=c]{270}{$1}@@ @@html:<span class=vertical>$1</span>@@
|
||||
#+MACRO: begin-largetable @@html:<div class="largetable">@@
|
||||
#+MACRO: end-largetable @@html:</div>@@
|
||||
|
||||
#+OPTIONS: H:4 broken_links:mark email:t ^:{}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 7.7 KiB |
26
nyqy.org
26
nyqy.org
@ -106,8 +106,8 @@
|
||||
Ňyqy. J’ai tout de même essayé de développer cette langue de façon à
|
||||
autoriser des aspects naturels dans le Ňyqy, comme par exemple son inventaire
|
||||
phonétique ou sa différentiation des temps, aspects et modes, inspiré par la
|
||||
présentation de Joseph Windsor[fn:5] lors de la Language Creation Conference 8
|
||||
(2019)[fn:6].
|
||||
présentation de Joseph Windsor[fn:5] lors de la Language Creation
|
||||
Conference 8 (2019)[fn:6].
|
||||
|
||||
** Notes sur la langue en tant que langue réelle
|
||||
:PROPERTIES:
|
||||
@ -224,14 +224,16 @@
|
||||
(tree-to-dot consonants)
|
||||
#+END_SRC
|
||||
|
||||
#+RESULTS[3cdf83976255f554cbde3c9c60d3c98fe3ff6f7c]: cons-tree
|
||||
|
||||
#+BEGIN_SRC dot :file img/nyqy-consonant-feature-tree.png :var input=cons-tree :exports results :eval yes :cache yes
|
||||
$input
|
||||
#+END_SRC
|
||||
#+NAME: arbre:cons
|
||||
#+attr_html: :alt Arbre des consonnes du Ňyqy :align center
|
||||
#+CAPTION: Arbre des caractéristiques des consonnes du Ňyqy
|
||||
#+RESULTS:
|
||||
[[file:img/nyqy_consonant_feature_tree.png]]
|
||||
#+RESULTS[18461730bfe270db4276b62821b66e8688577ccd]:
|
||||
[[file:img/nyqy-consonant-feature-tree.png]]
|
||||
|
||||
Ainsi furent choisies ces consonnes, présentées par la table [[table:cons:ipa]].
|
||||
Les phonèmes entre parenthèse sont des allophones de phonèmes de base qui
|
||||
@ -320,18 +322,18 @@
|
||||
'("[vowel]"
|
||||
("[back]"
|
||||
("[tense]"
|
||||
("[high]")
|
||||
("{high}"))
|
||||
("[high]" ("ü"))
|
||||
("{high}" ("ö")))
|
||||
("{tense}"
|
||||
("[high]")
|
||||
("{high}")))
|
||||
("[high]" ("u"))
|
||||
("{high}" ("o"))))
|
||||
("{back}"
|
||||
("[tense]"
|
||||
("[high]")
|
||||
("{high}"))
|
||||
("[high]" ("y"))
|
||||
("{high}" ("ë")))
|
||||
("{tense}"
|
||||
("[high]")
|
||||
("{high}")))))
|
||||
("[high]" ("i"))
|
||||
("{high}" ("e"))))))
|
||||
(tree-to-dot vowels)
|
||||
#+END_SRC
|
||||
|
||||
|
Reference in New Issue
Block a user