2021-10-07 16:08:27 +00:00
|
|
|
# -*- mode: org -*-
|
2019-07-05 19:49:56 +00:00
|
|
|
#+AUTHOR: Lucien Cartier-Tilet
|
2019-11-06 01:34:03 +00:00
|
|
|
#+EMAIL: lucien@phundrak.com
|
2019-06-29 09:48:36 +00:00
|
|
|
#+CREATOR: Lucien Cartier-Tilet
|
|
|
|
#+LANGUAGE: fr
|
2019-07-05 19:49:56 +00:00
|
|
|
|
2019-09-03 13:06:53 +00:00
|
|
|
# ### ORG OPTIONS ##############################################################
|
2019-09-03 02:58:10 +00:00
|
|
|
|
2020-07-18 13:39:00 +00:00
|
|
|
#+options: H:4 broken_links:mark email:t ^:{} tex:dvisvgm
|
|
|
|
#+keywords: conlang idéolangue langue langues linguistique phundrak drakpa
|
2020-12-05 22:41:31 +00:00
|
|
|
#+startup: overview align hideblocks
|
2020-09-12 14:00:12 +00:00
|
|
|
#+property: header-args:emacs-lisp :noweb yes :exports none :eval yes :cache yes
|
|
|
|
#+property: header-args:dot :dir img :exports results :eval yes :cache yes :class gentree
|
2019-09-03 02:58:10 +00:00
|
|
|
|
2019-09-03 02:13:42 +00:00
|
|
|
# ### LaTeX ####################################################################
|
|
|
|
|
2021-04-18 23:13:00 +00:00
|
|
|
#+latex_class: conlang
|
2021-07-19 14:37:10 +00:00
|
|
|
#+latex_class_options: [a4paper,french]
|
2021-04-18 23:13:00 +00:00
|
|
|
#+latex_header: \input{headers.tex}
|
2019-09-03 02:13:42 +00:00
|
|
|
|
|
|
|
# ### HTML #####################################################################
|
|
|
|
|
2021-04-18 23:13:00 +00:00
|
|
|
#+html_doctype: html5
|
2021-07-19 14:37:10 +00:00
|
|
|
#+html_head: <meta property="og:image" content="https://cdn.phundrak.com/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" />
|
2021-10-07 16:08:27 +00:00
|
|
|
#+html_head: <link rel="stylesheet" href="https://langue.phundrak.com/style/main.css"/>
|
|
|
|
#+html_head: <link rel="shortcut icon" href="https://langue.phundrak.com/img/icon.png" type="img/png" media="screen" />
|
2021-07-19 14:37:10 +00:00
|
|
|
#+html_head: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/favicon.ico" type="image/x-icon" media="screen" />
|
2021-10-07 16:08:27 +00:00
|
|
|
#+html_head: <link rel="shortcut icon" href="https://langue.phundrak.com/img/icon.png" type="img/png" media="screen" />
|
|
|
|
#+html_head: <link rel="apple-touch-icon" href="https://langue.phundrak.com/img/icon.png" />
|
|
|
|
#+html_head: <script defer src="https://langue.phundrak.com/dart/main.dart.js"></script>
|
2021-07-19 14:37:10 +00:00
|
|
|
#+html_head: <!-- Matomo -->
|
|
|
|
#+html_head: <script type="text/javascript">
|
|
|
|
#+html_head: var _paq = window._paq = window._paq || [];
|
|
|
|
#+html_head: /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
|
|
#+html_head: _paq.push(['requireConsent']);
|
|
|
|
#+html_head: _paq.push(['trackPageview']);
|
|
|
|
#+html_head: _paq.push(['setConsentGiven']);
|
|
|
|
#+html_head: _paq.push(['rememberConsentGiven'])
|
|
|
|
#+html_head: _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
|
|
|
#+html_head: _paq.push(["setCookieDomain", "*.phundrak.com"]);
|
|
|
|
#+html_head: _paq.push(["setDomains", ["*.phundrak.com","*.blog.phundrak.com","*.config.phundrak.com","*.langue.phundrak.com"]]);
|
|
|
|
#+html_head: _paq.push(["setDoNotTrack", true]);
|
|
|
|
#+html_head: _paq.push(['trackPageView']);
|
|
|
|
#+html_head: _paq.push(['enableLinkTracking']);
|
|
|
|
#+html_head: (function() {
|
|
|
|
#+html_head: var u="//matomo.phundrak.com/";
|
|
|
|
#+html_head: _paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
|
|
#+html_head: _paq.push(['setSiteId', '3']);
|
|
|
|
#+html_head: var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
|
#+html_head: g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
#+html_head: })();
|
|
|
|
#+html_head: </script>
|
|
|
|
#+html_head: <!-- End Matomo Code -->
|
2019-09-03 02:13:42 +00:00
|
|
|
|
2020-05-28 00:12:22 +00:00
|
|
|
# ### EPUB #####################################################################
|
2020-07-18 13:39:00 +00:00
|
|
|
#+publisher: Lucien Cartier-Tilet
|
2020-05-28 00:12:22 +00:00
|
|
|
|
2019-07-05 19:49:56 +00:00
|
|
|
# ### MACROS ###################################################################
|
2020-07-18 13:39:00 +00:00
|
|
|
#+macro: newline @@latex:\hspace{0pt}\\@@ @@html:<br>@@
|
|
|
|
#+macro: newpage @@latex:\newpage@@
|
|
|
|
#+macro: latex-html @@latex:$1@@@@html:$2@@
|
|
|
|
#+macro: phon @@latex:/$1/@@@@html:/$1/@@@@ascii:/$1/@@
|
|
|
|
#+macro: v @@latex:\rotatebox[origin=c]{270}{$1}@@@@html:<span class=vertical>$1</span>@@
|
|
|
|
#+macro: begin-largetable @@html:<div class="largetable">@@
|
|
|
|
#+macro: end-largetable @@html:</div>@@
|
|
|
|
#+macro: def @@latex:\hfill@@
|
|
|
|
#+macro: defnl @@latex: \hfill\\@@
|
2021-07-19 14:38:24 +00:00
|
|
|
#+macro: recon *@@html:<i>$1</i>@@@@latex:\emph{$1}@@
|