ajout beurk

This commit is contained in:
François Pelletier 2023-10-17 15:25:52 -04:00
parent 91fc3813fe
commit 56212c3da6
9 changed files with 206 additions and 0 deletions

View file

@ -0,0 +1,44 @@
{
"lettre": {
"linkcolor": "blue",
"tocdepth": 3,
"pdfengine": "lualatex",
"fontsize": 12,
"paperwidth": 2550,
"paperheight": 3300,
"ratio": 100,
"margin": 255,
"vmargin": 495,
"fps": 15,
"stilltime": 2,
"extension": "pdf"
},
"instagram": {
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"fontsize": 16,
"paperwidth": 1080,
"paperheight": 1920,
"ratio": 100,
"margin": 108,
"vmargin": 244,
"fps": 15,
"stilltime": 2,
"extension": "jpg"
},
"slide169": {
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"fontsize": 16,
"paperwidth": 2560,
"paperheight": 1440,
"ratio": 100,
"margin": 256,
"vmargin": 216,
"fps": 15,
"stilltime": 2,
"extension": "pdf"
}
}

View file

@ -0,0 +1,19 @@
\newpage
\thispagestyle{empty}
\noindent Tu apprécies ? \emoji{❤️} et partage !\newline
\noindent Tu souhaites aller plus loin ? Rejoins mon nouveau programme
\noindent Y'app pas d'problème où tu pourras faire le parcours Mission Cybersécurité
\noindent Site web: \url{https://jevalide.ca/yapp}
\pagebreak
\noindent Publié le \today.
\noindent Mise en page effectuée avec \LaTeX\ et mon logiciel Fabrique à Documents
\pagebreak

View file

@ -0,0 +1,65 @@
\usepackage[french]{babel} % Césure en français
\usepackage[autolanguage]{numprint}
\usepackage[
type={CC},
modifier={by-sa},
version={4.0},
]{doclicense}
\usepackage{xcolor}
\usepackage{listings}
\usepackage{geometry}
\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
}
\usepackage{wallpaper}
\makeatletter
\ULCornerWallPaper{1}{./styles/beurk/instagram/template-instagram-story.pdf}
\makeatother
% 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
\pagenumbering{gobble}
\AddToHook{cmd/section/before}{\clearpage}
\AddToHook{cmd/subsection/before}{\clearpage}
\usepackage{caption}
\DeclareCaptionLabelFormat{nolabel}{}
\captionsetup{labelformat=nolabel,textformat=empty}
\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}}
}
\hyphenpenalty=10000
\hbadness=10000
\centering

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View file

@ -0,0 +1,27 @@
\newpage
\thispagestyle{empty}
\noindent Tous droits réservés\ \newline \the\year{}\ -\ François Pelletier
\noindent Tu souhaites aller plus loin ? Rejoins mon nouveau programme
\noindent Y'app pas d'problème où tu pourras faire le parcours Mission Cybersécurité
\noindent Site web: \url{https://jevalide.ca/yapp}
\noindent Visite mon site web au \url{https://jevalide.ca} et mes réseaux sociaux au \url{https://linktr.ee/jevalideca}
\leavevmode \newline
\noindent \doclicenseThis
\leavevmode \newline
\noindent Publié le \today
\leavevmode \newline
\noindent Mise en page effectuée avec \LaTeX\ et mon logiciel Fabrique à Documents
\pagebreak

View file

@ -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{xcolor}
\usepackage{listings}
\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
}
\usepackage{wallpaper}
\makeatletter
\ULCornerWallPaper{1}{./styles/beurk/lettre/template-document-lettre.pdf}
\makeatother
% 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}}
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB