reorganization of the Einnlandic page
This commit is contained in:
parent
89a60f50a2
commit
0f7a56bf9f
1983
einnlanda.org
1983
einnlanda.org
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
# -*- mode: org; -*-
|
||||
#+INCLUDE: headers.org
|
||||
|
||||
# ### STYLE ####################################################################
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- mode: org; -*-
|
||||
#+INCLUDE: headers.org
|
||||
|
||||
# ### STYLE ####################################################################
|
||||
|
@ -1,5 +1,4 @@
|
||||
# -*- mode: org; -*-
|
||||
|
||||
#+AUTHOR: Lucien Cartier-Tilet
|
||||
#+EMAIL: phundrak@phundrak.fr
|
||||
#+CREATOR: Lucien Cartier-Tilet
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 18 KiB |
@ -3,7 +3,6 @@
|
||||
#+HTML_HEAD: <meta name="description" content="Collection de documents et pages webs de linguistique et de langues construites de P’undrak" />
|
||||
#+HTML_HEAD: <meta property="og:title" content="Langues construites de P’undrak" />
|
||||
#+HTML_HEAD: <meta property="og:description" content="Collection de documents et pages webs de linguistique et de langues construites de P’undrak" />
|
||||
#+OPTIONS: ^:{} auto-id:t
|
||||
|
||||
* Langues divines
|
||||
:PROPERTIES:
|
||||
|
30
matter.org
30
matter.org
@ -1,3 +1,4 @@
|
||||
# -*- org-confirm-babel-evaluate: nil -*-
|
||||
#+include: headers/head-lvl0.org
|
||||
#+TITLE: Une Grammaire du Mattér
|
||||
#+HTML_HEAD: <meta name="description" content="Grammaire détaillée de la langue construite Mattér" />
|
||||
@ -288,23 +289,24 @@ src_latex{\newpage}
|
||||
bouddhiste et 2% de la population suit des religions diverses (Hindouisme,
|
||||
Chamanisme,…).
|
||||
|
||||
#+name: fig:religion-piechart
|
||||
#+BEGIN_SRC R :exports results :results graphics :file img/matter_religious-pop.png :bg transparent
|
||||
slices <- c(68, 15, 9, 6, 2)
|
||||
lbls <- c("Paganisme", "Athéisme", "Monothéismes divers",
|
||||
"Bouddhisme", "Divers")
|
||||
pct <- round(slices/sum(slices)*100)
|
||||
lbls <- paste(lbls, pct)
|
||||
lbls <- paste(lbls, "%", sep = "")
|
||||
par(mar=c(0,0,0.7,3))
|
||||
pie(slices, labels = lbls, col = rainbow(length(lbls)),
|
||||
main = "Religions d’Éïnlante")
|
||||
#+END_SRC
|
||||
#+begin_src python :session :results file :exports results
|
||||
import matplotlib.pyplot as plt
|
||||
labels = ['Paganisme', 'Athéisme', 'Monothéismes divers', 'Bouddhisme', 'Divers']
|
||||
sizes = [68, 15, 9, 6, 2]
|
||||
colors = ['yellowgreen', 'gold', 'lightskyblue', 'lightcoral', 'red']
|
||||
patches, texts = plt.pie(sizes, colors=colors, shadow=False, startangle=90)
|
||||
plt.legend(patches, labels, loc="best")
|
||||
plt.axis('equal')
|
||||
plt.tight_layout()
|
||||
plt.savefig('img/matter_religious-pop.png', transparent=True)
|
||||
'img/matter_religious-pop.png' # return filename to org-mode
|
||||
#+end_src
|
||||
#+ATTR_LATEX: :width 8cm :float wrap
|
||||
#+CAPTION: Population religieuse d’Éïnlante
|
||||
#+LABEL: fig:religion-piechart
|
||||
#+RESULTS: fig:religion-piechart
|
||||
[[file:religious-pop.png]]
|
||||
#+RESULTS:
|
||||
[[file:img/matter_religious-pop.png]]
|
||||
|
||||
{{{newline}}}
|
||||
** Histoire
|
||||
:PROPERTIES:
|
||||
|
Reference in New Issue
Block a user