added draft for Einlanda, fixed small issue with Mattér
This commit is contained in:
parent
d810260149
commit
e0d7766822
1740
einnlanda.html
Normal file
1740
einnlanda.html
Normal file
File diff suppressed because it is too large
Load Diff
1182
einnlanda.org
Normal file
1182
einnlanda.org
Normal file
File diff suppressed because it is too large
Load Diff
BIN
einnlanda.pdf
Normal file
BIN
einnlanda.pdf
Normal file
Binary file not shown.
33
header-einnlanda.org
Normal file
33
header-einnlanda.org
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#+CREATOR: Lucien Cartier-Tilet
|
||||||
|
#+LANGUAGE: fr
|
||||||
|
#+SETUPFILE: theme-readtheorg.setup
|
||||||
|
#+LATEX_CLASS: article
|
||||||
|
#+LaTeX_CLASS_OPTIONS: [a4paper,twoside]
|
||||||
|
#+LATEX_HEADER: \usepackage{xltxtra,fontspec,xunicode}\usepackage[total={6.5in,10.0in}]{geometry}\setromanfont[Numbers=Lowercase]{Charis SIL}
|
||||||
|
#+LATEX_HEADER: \usepackage{xcolor} \usepackage{hyperref}
|
||||||
|
#+LATEX_HEADER: \hypersetup{colorlinks=true,linkbordercolor=red,linkcolor=blue,pdfborderstyle={/S/U/W 1}}
|
||||||
|
#+LATEX_HEADER: \usepackage{multicol}
|
||||||
|
#+LaTeX_HEADER: \usepackage{indentfirst}\usepackage{allrunes}
|
||||||
|
#+HTML_DOCTYPE: html5
|
||||||
|
#+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" />
|
||||||
|
#+HTML_HEAD: <meta name="description" content="Grammaire détaillée de la langue construite Einnlanda" />
|
||||||
|
#+HTML_HEAD: <meta property="og:title" content="Grammaire du Einnlanda" />
|
||||||
|
#+HTML_HEAD: <meta property="og:description" content="Grammaire détaillée de la langue construite Einnlanda" />
|
||||||
|
#+MACRO: newline @@latex:\hspace{0pt}\\@@ @@html:<br>@@
|
||||||
|
#+MACRO: newpage @@latex:\newpage@@
|
||||||
|
#+MACRO: latex-html @@latex:$1@@ @@html:$2@@
|
||||||
|
#+NAME: last-update
|
||||||
|
#+BEGIN_SRC shell :exports none :results silent
|
||||||
|
date '+Dernière mise à jour le %d/%m/%y à %H:%M'
|
||||||
|
#+END_SRC
|
||||||
|
#+MACRO: last-update call_last-update[:eval yes]()[:eval yes]
|
||||||
|
#+OPTIONS: H:4 toc:nil
|
||||||
|
#+OPTIONS: auto-id:t
|
||||||
|
{{{newpage}}}
|
||||||
|
#+TOC: headlines
|
||||||
|
{{{newpage}}}
|
BIN
img/matter_einlant-old-map.jpeg
Normal file
BIN
img/matter_einlant-old-map.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 389 KiB |
59
index.html
59
index.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2019-03-19 mar. 00:08 -->
|
<!-- 2019-06-29 sam. 11:48 -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Langues construites de P’undrak</title>
|
<title>Langues construites de P’undrak</title>
|
||||||
@ -159,19 +159,6 @@
|
|||||||
.footdef { margin-bottom: 1em; }
|
.footdef { margin-bottom: 1em; }
|
||||||
.figure { padding: 1em; }
|
.figure { padding: 1em; }
|
||||||
.figure p { text-align: center; }
|
.figure p { text-align: center; }
|
||||||
.equation-container {
|
|
||||||
display: table;
|
|
||||||
text-align: center;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.equation {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
.equation-label {
|
|
||||||
display: table-cell;
|
|
||||||
text-align: right;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
.inlinetask {
|
.inlinetask {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 2px solid gray;
|
border: 2px solid gray;
|
||||||
@ -191,12 +178,12 @@
|
|||||||
.org-svg { width: 90%; }
|
.org-svg { width: 90%; }
|
||||||
/*]]>*/-->
|
/*]]>*/-->
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" href="https://langue.phundrak.fr/css/htmlize.css"/>
|
<link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="https://langue.phundrak.fr/css/readtheorg.css"/>
|
<link rel="stylesheet" type="text/css" href="css/readtheorg.css"/>
|
||||||
<script src="https://langue.phundrak.fr/js/jquery.min.js"></script>
|
<script src="js/jquery.min.js"></script>
|
||||||
<script src="https://langue.phundrak.fr/js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
<script type="text/javascript" src="https://langue.phundrak.fr/js/jquery.stickytableheaders.min.js"></script>
|
<script type="text/javascript" src="js/jquery.stickytableheaders.min.js"></script>
|
||||||
<script type="text/javascript" src="https://langue.phundrak.fr/js/readtheorg.js"></script>
|
<script type="text/javascript" src="js/readtheorg.js"></script>
|
||||||
<link rel="shortcut icon" href="https://cdn.phundrak.fr/img/mahakala-128x128.png" type="img/png" media="screen" />
|
<link rel="shortcut icon" href="https://cdn.phundrak.fr/img/mahakala-128x128.png" type="img/png" media="screen" />
|
||||||
<link rel="shortcut icon" href="https://cdn.phundrak.fr/img/favicon.ico" type="image/x-icon" media="screen" />
|
<link rel="shortcut icon" href="https://cdn.phundrak.fr/img/favicon.ico" type="image/x-icon" media="screen" />
|
||||||
<meta property="og:image" content="https://cdn.phundrak.fr/img/rich_preview.png" />
|
<meta property="og:image" content="https://cdn.phundrak.fr/img/rich_preview.png" />
|
||||||
@ -263,9 +250,9 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table des matières</h2>
|
<h2>Table des matières</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org35ecd3c">1. Langues divines</a></li>
|
<li><a href="#org5b17ea1">1. Langues divines</a></li>
|
||||||
<li><a href="#org1cc6f61">2. Langues draconiennes</a></li>
|
<li><a href="#org3d0631c">2. Langues draconiennes</a></li>
|
||||||
<li><a href="#orgfca95b1">3. Langues humaines</a></li>
|
<li><a href="#orgecea39e">3. Langues humaines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -273,48 +260,52 @@ for the JavaScript code in this tag.
|
|||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="outline-container-org35ecd3c" class="outline-2">
|
<div id="outline-container-org5b17ea1" class="outline-2">
|
||||||
<h2 id="org35ecd3c"><span class="section-number-2">1</span> Langues divines</h2>
|
<h2 id="org5b17ea1"><span class="section-number-2">1</span> Langues divines</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://langue.phundrak.fr/hjalpi">Hjalpi’</a> (<a href="https://langue.phundrak.fr/hjalpi/hjalpi.pdf">pdf</a>)
|
<a href="https://langue.phundrak.fr/hjalpi">Hjalpi’</a> (<a href="https://langue.phundrak.fr/hjalpi/hjalpi.pdf">pdf</a>)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://langue.phundrak.fr/hjelp">Hjelp</a> (<a href="https://langue.phundrak.fr/hjelp/hjelp.pdf">pdf</a>) (remplacement du Hjalpi’)
|
<a href="https://langue.phundrak.fr/hjelp">Hjelp</a> (<a href="https://langue.phundrak.fr/hjelp.pdf">pdf</a>) (remplacement du Hjalpi’)
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1cc6f61" class="outline-2">
|
<div id="outline-container-org3d0631c" class="outline-2">
|
||||||
<h2 id="org1cc6f61"><span class="section-number-2">2</span> Langues draconiennes</h2>
|
<h2 id="org3d0631c"><span class="section-number-2">2</span> Langues draconiennes</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://langue.phundrak.fr/lijokken">Łijökken</a> (<a href="https:///langue.phundrak.fr/lijokken/lijokken-grammaire.pdf">pdf</a>, en cours)
|
<a href="https://langue.phundrak.fr/lijokken">Łijökken</a> (<a href="https:///langue.phundrak.fr/lijokken/lijokken-grammaire.pdf">pdf</a>)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://langue.phundrak.fr/zohaen">Zöhæň</a> (<a href="https://langue.phundrak.fr/zohaen/zohaen-grammaire.pdf">pdf</a>, en cours)
|
<a href="https://langue.phundrak.fr/zohaen">Zöhæň</a> (<a href="https://langue.phundrak.fr/zohaen/zohaen-grammaire.pdf">pdf</a>)
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfca95b1" class="outline-2">
|
<div id="outline-container-orgecea39e" class="outline-2">
|
||||||
<h2 id="orgfca95b1"><span class="section-number-2">3</span> Langues humaines</h2>
|
<h2 id="orgecea39e"><span class="section-number-2">3</span> Langues humaines</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
<p>
|
<p>
|
||||||
Enánon (à venir)
|
Enánon (à venir)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://langue.phundrak.fr/matter">Mattér</a> (<a href="https://langue.phundrak.fr/matter/matter.pdf">pdf</a>)
|
<a href="https://langue.phundrak.fr/matter">Mattér</a> (<a href="https://langue.phundrak.fr/matter.pdf">pdf</a>)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="https://langue.phundrak.fr/einlanda/">Einnlanda</a> (<a href="https://langue.phundrak.fr/einlanda.pdf">pdf</a>)
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Auteur: Lucien Cartier-Tilet</p>
|
<p class="author">Auteur: Lucien Cartier-Tilet</p>
|
||||||
<p class="date">Created: 2019-03-19 mar. 00:08</p>
|
<p class="date">Created: 2019-06-29 sam. 11:48</p>
|
||||||
<p class="validation"></p>
|
<p class="validation"></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
815
matter.html
815
matter.html
File diff suppressed because it is too large
Load Diff
19
matter.org
19
matter.org
@ -24,7 +24,6 @@
|
|||||||
- [[#phonologie][Phonologie]]
|
- [[#phonologie][Phonologie]]
|
||||||
- [[#notes-sur-la-transcription-du-mattér][Notes sur la transcription du Mattér]]
|
- [[#notes-sur-la-transcription-du-mattér][Notes sur la transcription du Mattér]]
|
||||||
- [[#inventaire-phonétique][Inventaire phonétique]]
|
- [[#inventaire-phonétique][Inventaire phonétique]]
|
||||||
- [[#évolution-des-sons-du-vieux-nordique-vers-le-mattér][Évolution des sons du Vieux Nordique vers le Mattér]]
|
|
||||||
- [[#consonnes][Consonnes]]
|
- [[#consonnes][Consonnes]]
|
||||||
- [[#voyelles][Voyelles]]
|
- [[#voyelles][Voyelles]]
|
||||||
- [[#diphtonges][Diphtonges]]
|
- [[#diphtonges][Diphtonges]]
|
||||||
@ -250,7 +249,7 @@
|
|||||||
<<intro-demography>>
|
<<intro-demography>>
|
||||||
#+attr_html: :alt Carte d’Éïnlante :align center
|
#+attr_html: :alt Carte d’Éïnlante :align center
|
||||||
#+CAPTION: Carte du XIX^{ème} siècle d’Éïnlante
|
#+CAPTION: Carte du XIX^{ème} siècle d’Éïnlante
|
||||||
[[./einlant-old-map.jpeg]]
|
[[./img/matter_einlant-old-map.jpeg]]
|
||||||
|
|
||||||
Le Mattér est parlé par un peuple imaginaire vivant sur une île également
|
Le Mattér est parlé par un peuple imaginaire vivant sur une île également
|
||||||
imaginaire nommée Éïnlante (/terre solitaire/, /Einlant/ en Mattér), peuplée
|
imaginaire nommée Éïnlante (/terre solitaire/, /Einlant/ en Mattér), peuplée
|
||||||
@ -298,11 +297,12 @@
|
|||||||
pie(slices, labels = lbls, col = rainbow(length(lbls)),
|
pie(slices, labels = lbls, col = rainbow(length(lbls)),
|
||||||
main = "Religions d’Éïnlante")
|
main = "Religions d’Éïnlante")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
#+ATTR_LATEX: :width 8cm :float wrap
|
||||||
#+CAPTION: Population religieuse d’Éïnlante
|
#+CAPTION: Population religieuse d’Éïnlante
|
||||||
#+LABEL: fig:religion-piechart
|
#+LABEL: fig:religion-piechart
|
||||||
#+RESULTS: fig:religion-piechart
|
#+RESULTS: fig:religion-piechart
|
||||||
[[file:religious-pop.png]]
|
[[file:religious-pop.png]]
|
||||||
|
{{{newline}}}
|
||||||
** Histoire
|
** Histoire
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-4349562e-64b4-4620-af92-a7028a30c2f3
|
:CUSTOM_ID: h-4349562e-64b4-4620-af92-a7028a30c2f3
|
||||||
@ -495,17 +495,6 @@
|
|||||||
phonétique du Mattér s’est basé sur l’inventaire phonétique de langues
|
phonétique du Mattér s’est basé sur l’inventaire phonétique de langues
|
||||||
elfiques créées par Tolkien, notamment le Sindarin.
|
elfiques créées par Tolkien, notamment le Sindarin.
|
||||||
|
|
||||||
*** Évolution des sons du Vieux Nordique vers le Mattér
|
|
||||||
:PROPERTIES:
|
|
||||||
:CUSTOM_ID: h-fe612985-b4d4-40ea-a4a7-cf1b01c49d5f
|
|
||||||
:END:
|
|
||||||
|
|
||||||
- {g,k} → ç / V_{V,#}
|
|
||||||
- œ → ø
|
|
||||||
- Vː → V
|
|
||||||
- s → θ
|
|
||||||
-
|
|
||||||
|
|
||||||
*** Consonnes
|
*** Consonnes
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-6da91679-71f1-4064-bf08-0425446244f0
|
:CUSTOM_ID: h-6da91679-71f1-4064-bf08-0425446244f0
|
||||||
@ -1079,7 +1068,7 @@
|
|||||||
dernier est donc décliné au génitif via l’ajout d’un suffixe /un/. On peut
|
dernier est donc décliné au génitif via l’ajout d’un suffixe /un/. On peut
|
||||||
remarquer par ailleurs que le Mattér traite de manière identique les noms
|
remarquer par ailleurs que le Mattér traite de manière identique les noms
|
||||||
communs et les noms propre quant à la déclinaison grammaticale.
|
communs et les noms propre quant à la déclinaison grammaticale.
|
||||||
- /ut/ est un article défini servant un indiquer un élément précis. Ici, il
|
- /en/ est un article défini servant un indiquer un élément précis. Ici, il
|
||||||
désigne un élément non-humain unique, le marché.
|
désigne un élément non-humain unique, le marché.
|
||||||
- /Hyrfialþarén un marcéð/ est un groupe nominal désignant le lieu où s’est
|
- /Hyrfialþarén un marcéð/ est un groupe nominal désignant le lieu où s’est
|
||||||
déroulée l’action, il est donc décliné au locatif. Notez que le groupe
|
déroulée l’action, il est donc décliné au locatif. Notez que le groupe
|
||||||
|
BIN
matter.pdf
BIN
matter.pdf
Binary file not shown.
Reference in New Issue
Block a user