diff --git a/styles/blanc/a4paper/a4paper.pdf b/styles/blanc/a4paper/a4paper.pdf new file mode 100644 index 0000000..11313df Binary files /dev/null and b/styles/blanc/a4paper/a4paper.pdf differ diff --git a/styles/blanc/a4paper/a4paper.png b/styles/blanc/a4paper/a4paper.png new file mode 100644 index 0000000..8572e92 Binary files /dev/null and b/styles/blanc/a4paper/a4paper.png differ diff --git a/styles/blanc/a4paper/cover.tex b/styles/blanc/a4paper/cover.tex new file mode 100644 index 0000000..8398b8e --- /dev/null +++ b/styles/blanc/a4paper/cover.tex @@ -0,0 +1,27 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ TON-NOM-ICI + +\leavevmode \newline + +\noindent Site web: \newline\url{https://TON-SITE-ICI} + +\leavevmode \newline + +\noindent Réseaux sociaux: \newline\url{https://TON-LINKTREE-ICI} + +\leavevmode \newline + +\noindent \doclicenseThis + +\leavevmode \newline + +\noindent Publié le \today + +\leavevmode \newline + +\noindent Mise en page effectuée avec \LaTeX + +\pagebreak diff --git a/styles/blanc/a4paper/header.tex b/styles/blanc/a4paper/header.tex new file mode 100644 index 0000000..26787e0 --- /dev/null +++ b/styles/blanc/a4paper/header.tex @@ -0,0 +1,49 @@ +\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/missioncyber/a4paper/a4paper.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} + +\usepackage{emoji} \ No newline at end of file diff --git a/styles/blanc/format_parameters.json b/styles/blanc/format_parameters.json new file mode 100644 index 0000000..fbf27d5 --- /dev/null +++ b/styles/blanc/format_parameters.json @@ -0,0 +1,79 @@ +{ + "a4paper": { + "linkcolor": "blue", + "tocdepth": 3, + "pdfengine": "lualatex", + "fontsize": 12, + "paperwidth": 2480, + "paperheight": 3507, + "margin": 248, + "vmargin": 350, + "extension": "pdf" + }, + "lettre": { + "linkcolor": "blue", + "tocdepth": 3, + "pdfengine": "lualatex", + "fontsize": 12, + "paperwidth": 2550, + "paperheight": 3300, + "margin": 255, + "vmargin": 330, + "extension": "pdf" + }, + "linkedin": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 16, + "paperwidth": 1200, + "paperheight": 1200, + "margin": 120, + "vmargin": 120, + "extension": "jpg" + }, + "instagram": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 16, + "paperwidth": 1080, + "paperheight": 1920, + "margin": 108, + "vmargin": 192, + "extension": "jpg" + }, + "pinterest": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 16, + "paperwidth": 735, + "paperheight": 1102, + "margin": 75, + "vmargin": 110, + "extension": "jpg" + }, + "slide43": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 16, + "paperwidth": 2560, + "paperheight": 1920, + "margin": 256, + "vmargin": 192, + "extension": "pdf" + }, + "slide169": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 16, + "paperwidth": 2560, + "paperheight": 1440, + "margin": 256, + "vmargin": 144, + "extension": "pdf" + } +} diff --git a/styles/blanc/instagram/cover.tex b/styles/blanc/instagram/cover.tex new file mode 100644 index 0000000..63c23ef --- /dev/null +++ b/styles/blanc/instagram/cover.tex @@ -0,0 +1,17 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tu apprécies ? \emoji{red-heart} et partage !\newline + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ TON-NOM-ICI + +\noindent Site web: \newline\url{https://TON-SITE-ICI} + +\noindent Réseaux sociaux: \newline\url{https://TON-LINKTREE-ICI} + +\noindent Publié le \today. + +\noindent Mise en page effectuée avec \LaTeX + +\pagebreak diff --git a/styles/blanc/instagram/header.tex b/styles/blanc/instagram/header.tex new file mode 100644 index 0000000..5933568 --- /dev/null +++ b/styles/blanc/instagram/header.tex @@ -0,0 +1,63 @@ +\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/missioncyber/instagram/instagram.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} + +\usepackage{emoji} + +\hyphenpenalty=10000 +\hbadness=10000 +\centering diff --git a/styles/blanc/instagram/instagram.pdf b/styles/blanc/instagram/instagram.pdf new file mode 100644 index 0000000..3329b0a Binary files /dev/null and b/styles/blanc/instagram/instagram.pdf differ diff --git a/styles/blanc/instagram/instagram.png b/styles/blanc/instagram/instagram.png new file mode 100644 index 0000000..a6991f2 Binary files /dev/null and b/styles/blanc/instagram/instagram.png differ diff --git a/styles/blanc/lettre/cover.tex b/styles/blanc/lettre/cover.tex new file mode 100644 index 0000000..8398b8e --- /dev/null +++ b/styles/blanc/lettre/cover.tex @@ -0,0 +1,27 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ TON-NOM-ICI + +\leavevmode \newline + +\noindent Site web: \newline\url{https://TON-SITE-ICI} + +\leavevmode \newline + +\noindent Réseaux sociaux: \newline\url{https://TON-LINKTREE-ICI} + +\leavevmode \newline + +\noindent \doclicenseThis + +\leavevmode \newline + +\noindent Publié le \today + +\leavevmode \newline + +\noindent Mise en page effectuée avec \LaTeX + +\pagebreak diff --git a/styles/blanc/lettre/header.tex b/styles/blanc/lettre/header.tex new file mode 100644 index 0000000..472209f --- /dev/null +++ b/styles/blanc/lettre/header.tex @@ -0,0 +1,49 @@ +\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/missioncyber/lettre/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} + +\usepackage{emoji} diff --git a/styles/blanc/lettre/lettre.pdf b/styles/blanc/lettre/lettre.pdf new file mode 100644 index 0000000..3309b2c Binary files /dev/null and b/styles/blanc/lettre/lettre.pdf differ diff --git a/styles/blanc/lettre/lettre.png b/styles/blanc/lettre/lettre.png new file mode 100644 index 0000000..9782f93 Binary files /dev/null and b/styles/blanc/lettre/lettre.png differ diff --git a/styles/blanc/linkedin/cover.tex b/styles/blanc/linkedin/cover.tex new file mode 100644 index 0000000..63c23ef --- /dev/null +++ b/styles/blanc/linkedin/cover.tex @@ -0,0 +1,17 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tu apprécies ? \emoji{red-heart} et partage !\newline + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ TON-NOM-ICI + +\noindent Site web: \newline\url{https://TON-SITE-ICI} + +\noindent Réseaux sociaux: \newline\url{https://TON-LINKTREE-ICI} + +\noindent Publié le \today. + +\noindent Mise en page effectuée avec \LaTeX + +\pagebreak diff --git a/styles/blanc/linkedin/header.tex b/styles/blanc/linkedin/header.tex new file mode 100644 index 0000000..4b45b3c --- /dev/null +++ b/styles/blanc/linkedin/header.tex @@ -0,0 +1,58 @@ +\usepackage[french]{babel} % Césure en français +\usepackage[autolanguage]{numprint} + +\usepackage{ccicons} + +\usepackage{wallpaper} +\makeatletter +\ULCornerWallPaper{1}{./styles/missioncyber/linkedin/linkedin.pdf} +\makeatother + +\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 +} + +% 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} + +\usepackage{emoji} + +\hyphenpenalty=10000 +\hbadness=10000 +\centering + diff --git a/styles/blanc/linkedin/linkedin.pdf b/styles/blanc/linkedin/linkedin.pdf new file mode 100644 index 0000000..3456635 Binary files /dev/null and b/styles/blanc/linkedin/linkedin.pdf differ diff --git a/styles/blanc/linkedin/linkedin.png b/styles/blanc/linkedin/linkedin.png new file mode 100644 index 0000000..35a6767 Binary files /dev/null and b/styles/blanc/linkedin/linkedin.png differ diff --git a/styles/blanc/pinterest/cover.tex b/styles/blanc/pinterest/cover.tex new file mode 100644 index 0000000..63c23ef --- /dev/null +++ b/styles/blanc/pinterest/cover.tex @@ -0,0 +1,17 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tu apprécies ? \emoji{red-heart} et partage !\newline + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ TON-NOM-ICI + +\noindent Site web: \newline\url{https://TON-SITE-ICI} + +\noindent Réseaux sociaux: \newline\url{https://TON-LINKTREE-ICI} + +\noindent Publié le \today. + +\noindent Mise en page effectuée avec \LaTeX + +\pagebreak diff --git a/styles/blanc/pinterest/header.tex b/styles/blanc/pinterest/header.tex new file mode 100644 index 0000000..09dfdff --- /dev/null +++ b/styles/blanc/pinterest/header.tex @@ -0,0 +1,57 @@ +\usepackage[french]{babel} % Césure en français +\usepackage[autolanguage]{numprint} + +\usepackage{ccicons} + +\usepackage{wallpaper} +\makeatletter +\ULCornerWallPaper{1}{./styles/missioncyber/pinterest/pinterest.pdf} +\makeatother + +\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 +} + +% 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} + +\usepackage{emoji} + +\hyphenpenalty=10000 +\hbadness=10000 +\centering \ No newline at end of file diff --git a/styles/blanc/pinterest/pinterest.pdf b/styles/blanc/pinterest/pinterest.pdf new file mode 100644 index 0000000..c32fca1 Binary files /dev/null and b/styles/blanc/pinterest/pinterest.pdf differ diff --git a/styles/blanc/pinterest/pinterest.png b/styles/blanc/pinterest/pinterest.png new file mode 100644 index 0000000..6e915e2 Binary files /dev/null and b/styles/blanc/pinterest/pinterest.png differ diff --git a/styles/blanc/slide169/cover.tex b/styles/blanc/slide169/cover.tex new file mode 100644 index 0000000..8b919ef --- /dev/null +++ b/styles/blanc/slide169/cover.tex @@ -0,0 +1,15 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ TON-NOM-ICI + +\noindent Site web: \newline\url{https://TON-SITE-ICI} + +\noindent Réseaux sociaux: \newline\url{https://TON-LINKTREE-ICI} + +\noindent Publié le \today. + +\noindent Mise en page effectuée avec \LaTeX + +\pagebreak diff --git a/styles/blanc/slide169/header.tex b/styles/blanc/slide169/header.tex new file mode 100644 index 0000000..77f73c6 --- /dev/null +++ b/styles/blanc/slide169/header.tex @@ -0,0 +1,57 @@ +\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/missioncyber/slide169/slide169.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} + +\usepackage{emoji} diff --git a/styles/blanc/slide169/slide169.pdf b/styles/blanc/slide169/slide169.pdf new file mode 100644 index 0000000..6627b0b Binary files /dev/null and b/styles/blanc/slide169/slide169.pdf differ diff --git a/styles/blanc/slide169/slide169.png b/styles/blanc/slide169/slide169.png new file mode 100644 index 0000000..06876d8 Binary files /dev/null and b/styles/blanc/slide169/slide169.png differ diff --git a/styles/blanc/slide43/cover.tex b/styles/blanc/slide43/cover.tex new file mode 100644 index 0000000..8b919ef --- /dev/null +++ b/styles/blanc/slide43/cover.tex @@ -0,0 +1,15 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tous droits réservés\ \newline \the\year{}\ -\ TON-NOM-ICI + +\noindent Site web: \newline\url{https://TON-SITE-ICI} + +\noindent Réseaux sociaux: \newline\url{https://TON-LINKTREE-ICI} + +\noindent Publié le \today. + +\noindent Mise en page effectuée avec \LaTeX + +\pagebreak diff --git a/styles/blanc/slide43/header.tex b/styles/blanc/slide43/header.tex new file mode 100644 index 0000000..1d51acf --- /dev/null +++ b/styles/blanc/slide43/header.tex @@ -0,0 +1,57 @@ +\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/missioncyber/slide43/slide43.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} + +\usepackage{emoji} diff --git a/styles/blanc/slide43/slide43.pdf b/styles/blanc/slide43/slide43.pdf new file mode 100644 index 0000000..5a622e3 Binary files /dev/null and b/styles/blanc/slide43/slide43.pdf differ diff --git a/styles/blanc/slide43/slide43.png b/styles/blanc/slide43/slide43.png new file mode 100644 index 0000000..1cb6d55 Binary files /dev/null and b/styles/blanc/slide43/slide43.png differ