diff --git a/styles/beurk/format_parameters.json b/styles/beurk/format_parameters.json new file mode 100644 index 0000000..dd372aa --- /dev/null +++ b/styles/beurk/format_parameters.json @@ -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" + } +} diff --git a/styles/beurk/instagram/cover.tex b/styles/beurk/instagram/cover.tex new file mode 100644 index 0000000..67d8a2a --- /dev/null +++ b/styles/beurk/instagram/cover.tex @@ -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 diff --git a/styles/beurk/instagram/header.tex b/styles/beurk/instagram/header.tex new file mode 100644 index 0000000..86a3f18 --- /dev/null +++ b/styles/beurk/instagram/header.tex @@ -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 diff --git a/styles/beurk/instagram/template-instagram-story.pdf b/styles/beurk/instagram/template-instagram-story.pdf new file mode 100644 index 0000000..b531843 Binary files /dev/null and b/styles/beurk/instagram/template-instagram-story.pdf differ diff --git a/styles/beurk/instagram/template-instagram-story.png b/styles/beurk/instagram/template-instagram-story.png new file mode 100644 index 0000000..0fe20b2 Binary files /dev/null and b/styles/beurk/instagram/template-instagram-story.png differ diff --git a/styles/beurk/lettre/cover.tex b/styles/beurk/lettre/cover.tex new file mode 100644 index 0000000..669b563 --- /dev/null +++ b/styles/beurk/lettre/cover.tex @@ -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 diff --git a/styles/beurk/lettre/header.tex b/styles/beurk/lettre/header.tex new file mode 100644 index 0000000..29f6019 --- /dev/null +++ b/styles/beurk/lettre/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{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}} +} diff --git a/styles/beurk/lettre/template-document-lettre.pdf b/styles/beurk/lettre/template-document-lettre.pdf new file mode 100644 index 0000000..df60c8e Binary files /dev/null and b/styles/beurk/lettre/template-document-lettre.pdf differ diff --git a/styles/beurk/lettre/template-document-lettre.png b/styles/beurk/lettre/template-document-lettre.png new file mode 100644 index 0000000..b00fef1 Binary files /dev/null and b/styles/beurk/lettre/template-document-lettre.png differ