Reorganized repo
Now the source files only will be on the main branch, whereas the html and pdf files will be on the gh-pages branch.
This commit is contained in:
49
headers/headers.org
Normal file
49
headers/headers.org
Normal file
@@ -0,0 +1,49 @@
|
||||
# -*- mode: org; -*-
|
||||
|
||||
#+AUTHOR: Lucien Cartier-Tilet
|
||||
#+EMAIL: phundrak@phundrak.fr
|
||||
#+CREATOR: Lucien Cartier-Tilet
|
||||
#+LANGUAGE: fr
|
||||
|
||||
# ### LaTeX ####################################################################
|
||||
|
||||
#+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} \usepackage{indentfirst}
|
||||
|
||||
# ### HTML #####################################################################
|
||||
|
||||
#+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" />
|
||||
|
||||
# ### STYLE ####################################################################
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://langue.phundrak.fr/css/htmlize.css"/>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://langue.phundrak.fr/css/readtheorg.css"/>
|
||||
|
||||
#+HTML_HEAD: <script src="https://langue.phundrak.fr/js/jquery.min.js"></script>
|
||||
#+HTML_HEAD: <script src="https://langue.phundrak.fr/js/bootstrap.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="https://langue.phundrak.fr/js/jquery.stickytableheaders.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="https://langue.phundrak.fr/js/readtheorg.js"></script>
|
||||
|
||||
# ### MACROS ###################################################################
|
||||
#+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]
|
||||
#+MACRO: phon @@latex:/$1/@@ @@html:⁄$1⁄@@
|
||||
|
||||
#+OPTIONS: H:4 broken_links:mark email:t
|
||||
Reference in New Issue
Block a user