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