From f83e8b39df08ea9e9ca130a4578c749d48d55844 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@chimrod.com>
Date: Sat, 10 Aug 2019 20:36:56 +0200
Subject: First commit

---
 model_3/Makefile                     |  48 ++++++++++
 model_3/example.rst                  | 165 +++++++++++++++++++++++++++++++++++
 model_3/resources/00_colors.tex      |  11 +++
 model_3/resources/00_preamble.tex    |  29 ++++++
 model_3/resources/10_fonts.tex       |  12 +++
 model_3/resources/10_language.tex    |   8 ++
 model_3/resources/10_levels.tex      |  73 ++++++++++++++++
 model_3/resources/10_lists.tex       |  17 ++++
 model_3/resources/10_nowidows.tex    |   2 +
 model_3/resources/10_title_style.tex |  66 ++++++++++++++
 model_3/resources/90_ref.tex         |  35 ++++++++
 model_3/resources/99_sidebar.tex     |  43 +++++++++
 model_3/resources/header_footer.tex  |  15 ++++
 model_3/resources/modules            |  13 +++
 14 files changed, 537 insertions(+)
 create mode 100755 model_3/Makefile
 create mode 100755 model_3/example.rst
 create mode 100755 model_3/resources/00_colors.tex
 create mode 100755 model_3/resources/00_preamble.tex
 create mode 100755 model_3/resources/10_fonts.tex
 create mode 100755 model_3/resources/10_language.tex
 create mode 100755 model_3/resources/10_levels.tex
 create mode 100755 model_3/resources/10_lists.tex
 create mode 100755 model_3/resources/10_nowidows.tex
 create mode 100755 model_3/resources/10_title_style.tex
 create mode 100755 model_3/resources/90_ref.tex
 create mode 100755 model_3/resources/99_sidebar.tex
 create mode 100755 model_3/resources/header_footer.tex
 create mode 100755 model_3/resources/modules

(limited to 'model_3')

diff --git a/model_3/Makefile b/model_3/Makefile
new file mode 100755
index 0000000..c078875
--- /dev/null
+++ b/model_3/Makefile
@@ -0,0 +1,48 @@
+TEX=xelatex
+
+SRC  =$(wildcard *.rst)
+SVG  =$(wildcard content/*.svg)
+
+PDFS = $(SRC:.rst=.pdf)
+INCLUDED_PDF = $(SVG:.svg=.pdf)
+
+all: $(PDFS)
+
+BIBS =$(wildcard *.bib)
+
+SOURCES = $(sort $(wildcard resources/*.tex))
+
+null  :=
+space := $(null) #
+comma := ,
+TEX_STYLE := $(subst $(space),$(comma),$(strip $(SOURCES)))
+TEX_BIBS := $(subst $(space),$(comma),$(strip $(BIBS)))
+
+PACK = $(shell sed -e 's/\#.*$$//' -e '/^$$/d' resources/modules)
+PACKAGES := $(subst $(space),$(comma),$(strip $(PACK)))
+
+tmp:
+	mkdir tmp
+
+# Image generation
+content/%.pdf: content/%.svg
+	inkscape -D -z --export-pdf=$@ $<
+
+# Generate the latex file from rst
+tmp/%.tex: %.rst $(INCLUDED_PDF) $(SOURCES)| tmp
+	$$(command -v rst2latex rst2latex.py | head -n 1)  --no-section-subtitles --table-style=borderless --use-latex-citations --use-latex-docinfo --documentclass=article --documentoption=12pt,A4,table --syntax-highlight=short --stylesheet=$(PACKAGES),$(TEX_STYLE) $< $@
+	sed -i -e 's/continued on next page/suite sur la page suivante/;s|^%$$||' $@
+	sed -i -e 's/admonition-/admonition/g' $@
+
+# Generate each pdf with latex
+tmp/%.pdf: tmp/%.tex $(BIBS) | tmp
+	$(TEX) -output-directory tmp $<
+	#bibtex tmp/$*.aux && $(TEX) -output-directory tmp $< || echo "no bib"
+	while grep 'Rerun to get ' tmp/$*.log ; do $(TEX) -output-directory tmp $< ; done
+
+# Put the pdf in the right place
+%.pdf: tmp/%.pdf | tmp
+	cp $< $@
+
+clean:
+	rm -r tmp
diff --git a/model_3/example.rst b/model_3/example.rst
new file mode 100755
index 0000000..c071180
--- /dev/null
+++ b/model_3/example.rst
@@ -0,0 +1,165 @@
+.. -*- mode: rst -*-
+.. -*-  coding: utf-8 -*-
+
+
+.. role:: latex(raw)
+   :format: latex
+
+.. role:: level
+.. role:: star
+
+.. default-role:: latex
+
+.. raw:: latex
+
+
+  \setstretch{1.4}
+  %\definecolor{orangeColor}{RGB}{255, 165, 0}
+
+  % Espacement entre chaque note de marge
+  \setlength{\notesep}{1.3cm}
+
+  \renewcommand{\labelitemi}{}
+
+
+.. role:: smallcaps
+.. role:: smallemph
+
+.. |EDD|          replace::   :smallcaps:`EDD`
+.. |ISO9001|      replace::   :smallcaps:`ISO9001`
+.. |PDF|          replace::   :smallcaps:`PDF`
+
+.. |ITIL|         replace::   :smallcaps:`ITIL`
+
+.. |tuxicon|      replace::   `\renewcommand{\labelitemi}{\faLinux}`
+.. |phoneicon|    replace::   `\renewcommand{\labelitemi}{\faPhone}`
+.. |mailicon|     replace::   `\renewcommand{\labelitemi}{\faEnvelope}`
+.. |puzzle|       replace::   `\renewcommand{\labelitemi}{\faPuzzlePiece}`
+.. |noicon|       replace::   `\renewcommand{\labelitemi}{}`
+.. |checkicon|    replace::   `\renewcommand{\labelitemi}{\faCheck}`
+.. |coffeeicon|   replace::   `\renewcommand{\labelitemi}{\faCoffee}`
+.. |lambdaicon|   replace::   `\renewcommand{\labelitemi}{$\lambda$}`
+
+=============
+Martin Durand
+=============
+
+------------------
+Créateur de talent
+------------------
+
+.. sidebar:: Informations
+
+  * 17 allée des cerisiers
+  * 75001 Paris |phoneicon|
+  * 01 23 45 67 89 |mailicon|
+  * email@example |noicon|
+  * 01/02/1980
+  * Permis B
+
+.. sidebar:: Compétences
+
+  .. class:: checklist
+
+  * Conception
+  * Ésprit de synthèse
+  * Écoute |noicon|
+  * \
+
+.. sidebar:: Niveaux
+
+  Autre
+
+  :star:`4.5`
+
+  Anglais
+
+  :level:`5`
+
+  Bureautique
+
+  :level:`3`
+
+
+
+Expériences
+===========
+
+`\renewcommand{\labelitemi}{$\bullet$}`
+
+:Actuellement:
+
+  **Poste actuel** — *Entreprise* — Adresse.
+
+  :latex:`\lipsum[1-3][4-7]`
+
+  - :latex:`\lipsum[1-3][1]`
+  - :latex:`\lipsum[1-3][2]`
+  - :latex:`\lipsum[1-3][3]`
+
+
+:2011 — 2018:
+
+  **Poste occupé** — *Entreprise* — Adresse.
+
+  :latex:`\lipsum[1-3][5-10]`
+
+  :latex:`\lipsum[4-7][5-10]`
+
+:2010 — 2011:
+
+  **Poste occupé** — *Entreprise* — Adresse.
+
+  :latex:`\lipsum[1-3][10-15]`
+
+
+:2008 — 2010:
+
+  **Poste occupé** — *Entreprise* — Adresse.
+
+  :latex:`\lipsum[1-3][15-21]`
+
+
+Réalisations
+============
+
+Description
+-----------
+
+:latex:`\lipsum[4-7][10-15]`
+
+:latex:`\lipsum[4-7][15-20]`
+
+Description
+-----------
+
+:latex:`\lipsum[7-10][10-15]`
+
+:latex:`\lipsum[7-10][15-20]`
+
+
+Formations
+==========
+
+:Année:
+
+    **Niveau M1** — *Université de Paris*
+
+
+:Année:
+
+    **Licence** — *Université de Paris*
+
+    Mention
+
+
+:Année:
+
+    **Baccalauréat Scientifique** — *Lycée* – Ville
+
+    Spécialité
+
+.. raw:: latex
+
+  \vspace{1cm}
+  \center\pgfornament[color=sidecolor,width=1cm]{3}
diff --git a/model_3/resources/00_colors.tex b/model_3/resources/00_colors.tex
new file mode 100755
index 0000000..29e2c8c
--- /dev/null
+++ b/model_3/resources/00_colors.tex
@@ -0,0 +1,11 @@
+\usepackage{xcolor}
+
+% Couleur utilis�e pour le bandeau
+%\definecolor{backsidecolor}{RGB}{233,223,214}
+
+% Couleur utilis�e pour les �l�ments du bandeau
+\definecolor{sidecolor}{RGB}{101,114,131}
+
+% Couleur utilis�e pour le texte du bandeau
+%\definecolor{textsidecolor}{RGB}{0,100,0}
+
diff --git a/model_3/resources/00_preamble.tex b/model_3/resources/00_preamble.tex
new file mode 100755
index 0000000..c498ca9
--- /dev/null
+++ b/model_3/resources/00_preamble.tex
@@ -0,0 +1,29 @@
+\usepackage{calc}
+
+\usepackage[a4paper, 
+  top=1.2cm, bottom=1.0cm, inner=0.8cm, outer=0.8cm]{geometry}
+\setlength{\topskip}{0mm}
+\setlength{\footskip}{12mm}
+
+
+\usepackage{fontspec}
+\setmainfont{Quicksand-Light}[
+	Path=../fonts/,
+	BoldFont = Quicksand-Medium]
+
+\setmonofont{Latin Modern Mono Light}
+
+
+\newcommand{\DUrolelatex}[1]{#1}
+
+% Supprime l'indentation pour les listes de définitions
+\newenvironment{DUfieldlist}%
+  {\description[align=left,labelwidth=1.0cm,leftmargin=.5cm]}
+  {\enddescription}
+
+\makeatletter
+\newcommand{\ifdefinedcolor}[3]{%
+	\@ifundefinedcolor{#1}{#3}{#2}
+}
+\makeatother
+
diff --git a/model_3/resources/10_fonts.tex b/model_3/resources/10_fonts.tex
new file mode 100755
index 0000000..480f148
--- /dev/null
+++ b/model_3/resources/10_fonts.tex
@@ -0,0 +1,12 @@
+\newfontfamily\EBGaramond{EB Garamond}[
+    Mapping=tex-text,
+    Ligatures={Common, Required, Contextual}
+]
+\newfontfamily\EBLigatures{EB Garamond}[
+    Mapping=tex-text,
+    Ligatures={Common, Required, Contextual, Historic}
+]
+\newfontfamily\LibertineFont[Mapping=tex-text]{Linux Libertine O}
+\newfontfamily\CaviarDreamsFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams}
+\newfontfamily\CaviarDreamsBoldFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams_Bold}
+
diff --git a/model_3/resources/10_language.tex b/model_3/resources/10_language.tex
new file mode 100755
index 0000000..7cc0990
--- /dev/null
+++ b/model_3/resources/10_language.tex
@@ -0,0 +1,8 @@
+\RequirePackage[french]{babel}
+
+%\frenchbsetup{ItemLabeli=\color{fondetsection}\ding{251}}
+
+\selectlanguage{french}
+\frenchspacing
+\FrenchFootnotes
+
diff --git a/model_3/resources/10_levels.tex b/model_3/resources/10_levels.tex
new file mode 100755
index 0000000..7660b1d
--- /dev/null
+++ b/model_3/resources/10_levels.tex
@@ -0,0 +1,73 @@
+\newcommand{\DUrolelevel}[1]{%
+  \resizebox{\linewidth}{!}{%
+  \begin{tikzpicture}
+    \draw (0,0) -- (5,0);
+    \fill(#1,-.1) rectangle ($ (#1,0) + (0.1, .1) $);
+  \end{tikzpicture}
+  }
+}
+
+\ifdefinedcolor{sidecolor}{%
+  \colorlet{patterncolor}{sidecolor}
+}{%
+  \colorlet{patterncolor}{black}
+}
+
+\ifdefinedcolor{backsidecolor}{%
+  \colorlet{emptycolor}{backsidecolor}
+}{%
+  \colorlet{emptycolor}{white}
+}
+
+\usetikzlibrary{shapes.geometric,calc}
+\newcommand\starScore[2]{
+\pgfmathsetmacro\pgfxa{#1+1}
+\tikzstyle{scorestars}=[star, star points=5, star point ratio=2.25, draw,inner sep=0.15em,anchor=outer point 3]
+\begin{tikzpicture}[baseline]
+  \foreach \i in {1,...,#2} {
+    \pgfmathparse{(\i<=#1?"patterncolor":"emptycolor")}
+    \edef\starcolor{\pgfmathresult}
+    \draw (\i*1em,0) node[name=star\i,scorestars,fill=\starcolor]  {};
+   }
+   \pgfmathparse{(#1>int(#1)?int(#1+1):0}
+   \let\partstar=\pgfmathresult
+   \ifnum\partstar>0
+     \pgfmathsetmacro\starpart{#1-(int(#1))}
+     \path [clip] ($(star\partstar.outer point 3)!(star\partstar.outer point 2)!(star\partstar.outer point 4)$) rectangle 
+    ($(star\partstar.outer point 2 |- star\partstar.outer point 1)!\starpart!(star\partstar.outer point 1 -| star\partstar.outer point 5)$);
+     \fill (\partstar*1em,0) node[scorestars,fill=patterncolor]  {};
+   \fi
+
+,\end{tikzpicture}
+}
+
+
+\newcommand\roundscore[2]{
+\pgfmathsetmacro\pgfxa{#1+1}
+\tikzstyle{scorestars}=[circle, draw, inner sep=0.15em,anchor=west]
+\begin{tikzpicture}[baseline]
+  \foreach \i in {1,...,#2} {
+    \pgfmathparse{(\i<=#1?"blue!70":"lightgray")}
+    \edef\starcolor{\pgfmathresult}
+    \draw (\i*1em,0) node[name=star\i,scorestars,fill=\starcolor]  {};
+   }
+  \pgfmathparse{(#1>int(#1)?int(#1+1):0}
+  \let\partstar=\pgfmathresult
+  \ifnum\partstar>0
+    \pgfmathsetmacro\starpart{#1-(int(#1))}
+    \path [clip] (star\partstar.north west) rectangle 
+    ($(star\partstar.south west)!\starpart!(star\partstar.south east)$);
+    \fill (\partstar*1em,0) node[scorestars,fill=blue!70]  {};
+  \fi,
+
+\end{tikzpicture}
+}
+
+\newcommand{\DUrolestar}[1]{%
+  \resizebox{\linewidth}{!}{%
+  \starScore{#1}{5}
+  }
+}
+
+
+
diff --git a/model_3/resources/10_lists.tex b/model_3/resources/10_lists.tex
new file mode 100755
index 0000000..b87845a
--- /dev/null
+++ b/model_3/resources/10_lists.tex
@@ -0,0 +1,17 @@
+\usepackage{fontawesome}
+
+\newenvironment{DUCLASSdiamondlist}{\renewcommand{\labelitemi}{$\diamond$}}{}
+\newenvironment{DUCLASSastlist}{\renewcommand{\labelitemi}{$\ast$}}{}
+\newenvironment{DUCLASScdotlist}{\renewcommand{\labelitemi}{$\cdot$}}{}
+\newenvironment{DUCLASSbulletlist}{\renewcommand{\labelitemi}{$\bullet$}}{}
+\newenvironment{DUCLASSchecklist}{\renewcommand{\labelitemi}{\faCheck}}{}
+\newenvironment{DUCLASSnonelist}{\renewcommand{\labelitemi}{}}{}
+
+\renewcommand{\labelitemi}{$\bullet$}
+\renewcommand{\labelitemii}{$\cdot$}
+\renewcommand{\labelitemiii}{$\diamond$}
+\renewcommand{\labelitemiv}{$\ast$}
+
+% Réduit l'indentation pour les éléments des listes
+\usepackage{enumitem}
+\setlist[itemize,1]{leftmargin=.0cm}
diff --git a/model_3/resources/10_nowidows.tex b/model_3/resources/10_nowidows.tex
new file mode 100755
index 0000000..3b96931
--- /dev/null
+++ b/model_3/resources/10_nowidows.tex
@@ -0,0 +1,2 @@
+\widowpenalty=1000
+\clubpenalty=500
diff --git a/model_3/resources/10_title_style.tex b/model_3/resources/10_title_style.tex
new file mode 100755
index 0000000..3c92a33
--- /dev/null
+++ b/model_3/resources/10_title_style.tex
@@ -0,0 +1,66 @@
+\usepackage{titlesec}
+
+
+%\providecommand{\DUdocumentsubtitle}[1]{%
+%  \begin{flushright}{\Huge#1}\end{flushright}%
+%}
+
+\providecommand*{\DUdocumentsubtitle}[1]{%
+  \Large
+  \CaviarDreamsFont\selectfont
+  \color{black}
+  \begin{flushright}
+  #1
+  \end{flushright}
+}
+
+\makeatletter
+
+\usepackage{mdframed}
+\def\@maketitle{%
+
+    \begin{mdframed}[
+        topline=false,
+        leftline=false,
+        rightline=false,
+        innertopmargin=1cm,
+        innerbottommargin=1cm
+    ]
+  \textcolor{sidecolor}{\fontsize{1.2cm}{2cm}\EBLigatures\selectfont \@title}
+  \end{mdframed}
+}
+\makeatother
+
+
+\newcommand{\periodafter}[1]{#1.}
+
+% Titre de niveau 0
+\titleformat{\section}
+  {\EBLigatures\selectfont\em\LARGE}
+  {\thesection}
+  {0em}
+  {\textcolor{sidecolor}}
+  [{\vspace{1cm}}]
+
+% Titre de niveau 1
+\titleformat{\subsection}
+  {\CaviarDreamsFont\selectfont\Large}
+  {\thesection}
+  {0em}
+  {}
+  []
+
+% Titre de niveau 2
+\titleformat{\subsubsection}
+  {\large}
+  {\thesubsection}
+  {}
+  {\textcolor{black!69}}
+
+% Titre de niveau 3
+\titleformat{\subsubsubsection}
+  {\bfseries\normalsize}
+  {\thesubsubsection}
+  {2em}
+  {}
+  {}
diff --git a/model_3/resources/90_ref.tex b/model_3/resources/90_ref.tex
new file mode 100755
index 0000000..1883060
--- /dev/null
+++ b/model_3/resources/90_ref.tex
@@ -0,0 +1,35 @@
+\usepackage[
+    pdfencoding=auto,
+    linkbordercolor={0.5 0 0},
+    citebordercolor={0 0 0.5},
+    urlbordercolor=sidecolor,
+    pdfborderstyle={/S/U/W 1}
+]{hyperref}
+
+% Remove the underline for the footnotes
+\providecommand*{\DUfootnotemark}[3]{%
+  \hypersetup{pdfborderstyle={/W 0}}%
+  \raisebox{1em}{\hypertarget{#1}{}}%
+  \hyperlink{#2}{\textsuperscript{#3}}%
+  \hypersetup{pdfborderstyle={/S/U/W 1}}%
+}
+
+\providecommand{\DUfootnotetext}[4]{%
+  \begingroup%
+  \renewcommand{\thefootnote}{%
+    \protect\hypersetup{pdfborderstyle={/W 0}}%
+    \protect\raisebox{1em}{\protect\hypertarget{#1}{}}%
+    \protect\hyperlink{#2}{#3}
+    \protect\hypersetup{pdfborderstyle={/S/U/W 1}}%
+  }%
+  \footnotetext{#4}%
+  \endgroup%
+}
+
+\let\tableofcontentsWithoutRefMarks\tableofcontents
+
+\renewcommand{\tableofcontents}{%
+    \protect\hypersetup{pdfborderstyle={/W 0}}%
+    \tableofcontentsWithoutRefMarks
+    \protect\hypersetup{pdfborderstyle={/S/U/W 1}}%
+}
diff --git a/model_3/resources/99_sidebar.tex b/model_3/resources/99_sidebar.tex
new file mode 100755
index 0000000..d9fe38e
--- /dev/null
+++ b/model_3/resources/99_sidebar.tex
@@ -0,0 +1,43 @@
+\newlength{\notesep}
+
+% Une commande dédiée pour les notes de marge
+\setlength{\columnsep}{1cm}
+\columnratio{0.71}
+
+\ifdefinedcolor{backsidecolor}{%
+  \backgroundcolor{c[1]}{backsidecolor}
+}{}
+
+\setlength{\columnseprule}{0.2pt}
+
+\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
+\let\endchangemargin=\endlist 
+
+\newcommand{\DUsidebar}[1]{%
+  \switchcolumn[1]
+  \begin{changemargin}{0.5cm}{0.0cm}
+  \small
+  \ifdefinedcolor{textsidecolor}{\color{textsidecolor}}{}
+  #1
+  \end{changemargin}
+  \vspace{\notesep}
+  \switchcolumn
+}
+
+\newcommand{\DUtitletitle}[1]{%
+        \begin{CaviarDreamsFont}%
+        \textbf\selectfont\color{sidecolor}{\uppercase{#1}}%
+        \end{CaviarDreamsFont}%
+ }
+
+\AtEndDocument{%
+  \flushpage
+  \end{paracol}
+}
+
+\let\oldtitle\maketitle
+\renewcommand{\maketitle}{%
+  \oldtitle
+  \thispagestyle{fancy}
+  \begin{paracol}{2}%
+}
diff --git a/model_3/resources/header_footer.tex b/model_3/resources/header_footer.tex
new file mode 100755
index 0000000..5a97a15
--- /dev/null
+++ b/model_3/resources/header_footer.tex
@@ -0,0 +1,15 @@
+\RequirePackage{fancyhdr}
+
+\fancyhf{}
+\pagestyle{fancy}
+
+\renewcommand{\headrule}{
+	\hspace{- 0.9cm}
+	\color{sidecolor}\rule{\paperwidth + 1cm}{0.5 cm}
+}
+
+\renewcommand{\footrule}{
+	\hspace{- 0.9cm}
+	\color{sidecolor}\rule{\paperwidth + 1cm}{0.5 cm}
+}
+
diff --git a/model_3/resources/modules b/model_3/resources/modules
new file mode 100755
index 0000000..ed4db20
--- /dev/null
+++ b/model_3/resources/modules
@@ -0,0 +1,13 @@
+tikz
+parskip # Ne pas indenter la premiere ligne d'un paragraphe
+setspace
+
+# Polices mathematiques.
+amsmath 
+amsfonts
+amssymb
+
+DUsmallcaps
+pgfornament
+paracol
+lipsum
-- 
cgit v1.2.3