diff --git a/styles/jevalideca/a4paper_prive/cover.tex b/styles/jevalideca/a4paper_prive/cover.tex new file mode 100644 index 0000000..e51f036 --- /dev/null +++ b/styles/jevalideca/a4paper_prive/cover.tex @@ -0,0 +1,23 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tu apprécies ? Laisse-moi un commentaire sur mes réseaux sociaux !\newline + +\leavevmode \newline + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ François Pelletier + +\leavevmode \newline + +\noindent Visite mon site web au \url{https://jevalide.ca} et mes réseaux sociaux au \url{https://linktr.ee/jevalideca} + +\leavevmode \newline + +\noindent Publié le \today + +\leavevmode \newline + +\noindent Mise en page effectuée avec \LaTeX \ et mon logiciel Fabrique à documents + +\pagebreak diff --git a/styles/jevalideca/a4paper_prive/fonds_a4.pdf b/styles/jevalideca/a4paper_prive/fonds_a4.pdf new file mode 100644 index 0000000..4952693 Binary files /dev/null and b/styles/jevalideca/a4paper_prive/fonds_a4.pdf differ diff --git a/styles/jevalideca/a4paper_prive/fonds_a4.png b/styles/jevalideca/a4paper_prive/fonds_a4.png new file mode 100644 index 0000000..09e3aa4 Binary files /dev/null and b/styles/jevalideca/a4paper_prive/fonds_a4.png differ diff --git a/styles/jevalideca/a4paper_prive/fonds_a4.svg b/styles/jevalideca/a4paper_prive/fonds_a4.svg new file mode 100644 index 0000000..cf52449 --- /dev/null +++ b/styles/jevalideca/a4paper_prive/fonds_a4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/jevalideca/a4paper_prive/header.tex b/styles/jevalideca/a4paper_prive/header.tex new file mode 100644 index 0000000..f5a0905 --- /dev/null +++ b/styles/jevalideca/a4paper_prive/header.tex @@ -0,0 +1,51 @@ +\usepackage[french]{babel} % Césure en français +\usepackage[autolanguage]{numprint} + +\usepackage[ + type={CC}, + modifier={by-sa}, + version={4.0}, +]{doclicense} + +\usepackage{wallpaper} +\makeatletter +\ULCornerWallPaper{1}{./styles/jevalideca/a4paper_prive/fonds_a4.pdf} +\makeatother + +\usepackage{listings} + +\usepackage{xcolor} + +\lstset{ + basicstyle=\ttfamily, + numbers=left, + numberstyle=\footnotesize, + stepnumber=2, + numbersep=5pt, + backgroundcolor=\color{black!10}, + showspaces=false, + showstringspaces=false, + showtabs=false, + tabsize=2, + captionpos=b, + breaklines=true, + breakatwhitespace=true, + breakautoindent=true, + linewidth=\textwidth +} + +% Override default figure placement To be within the flow of the text rather +% than on it's own page. +\usepackage{float} +\makeatletter +\def\fps@figure{H} +\makeatother + +\usepackage{fontspec} + \setmainfont[Path=font/GlacialIndifference/]{GlacialIndifference-Regular.otf} + \setsansfont[Path=font/GlacialIndifference/]{GlacialIndifference-Regular.otf} + \setmonofont[Path=font/SourceCodePro/]{SourceCodePro-Regular.ttf} + +\newcommand{\emoji}[1]{ + {\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}} +} \ No newline at end of file diff --git a/styles/jevalideca/format_parameters.json b/styles/jevalideca/format_parameters.json index eec22c9..9580773 100644 --- a/styles/jevalideca/format_parameters.json +++ b/styles/jevalideca/format_parameters.json @@ -13,6 +13,20 @@ "stilltime": 2, "extension": "pdf" }, + "a4paper_prive": { + "linkcolor": "blue", + "tocdepth": 3, + "pdfengine": "lualatex", + "fontsize": 12, + "paperwidth": 2480, + "paperheight": 3507, + "ratio": 100, + "margin": 248, + "vmargin": 525, + "fps": 15, + "stilltime": 2, + "extension": "pdf" + }, "lettre": { "linkcolor": "blue", "tocdepth": 3,