diff --git a/build-local.sh b/build-local.sh index 654dad7..5c5d5c2 100644 --- a/build-local.sh +++ b/build-local.sh @@ -1 +1 @@ -docker build -t local/fabriquedoc . \ No newline at end of file +docker build -t local/fabriquedoc . diff --git a/requirements.txt b/requirements.txt index 6726b26..61e6e5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,6 @@ -anyio==3.6.2 -certifi==2023.5.7 -click==8.1.7 -emoji==2.2.0 -fastapi==0.95.2 -h11==0.14.0 -httpcore==0.17.0 -httptools==0.5.0 -httpx==0.24.0 -idna==3.6 -numpy==1.26.3 -opencv-python==4.7.0.72 -pandoc==2.3 -plumbum==1.8.2 -ply==3.11 -pydantic==1.10.13 -pypandoc==1.11 -python-multipart==0.0.6 -PyYAML==6.0.1 -rfc3986==2.0.0 -sniffio==1.3.0 -starlette==0.27.0 -typing_extensions==4.9.0 -uvicorn==0.22.0 -uvloop==0.17.0 +emoji~=2.12.1 +fastapi~=0.111.0 +opencv-python~=4.10.0.84 +pydantic~=2.7.4 +pypandoc~=1.13 Wand==0.6.13 -watchfiles==0.19.0 -websockets==11.0.3 diff --git a/styles/deconstruit/a4paper/cover.tex b/styles/deconstruit/a4paper/cover.tex new file mode 100644 index 0000000..ff6d24a --- /dev/null +++ b/styles/deconstruit/a4paper/cover.tex @@ -0,0 +1,53 @@ +\newpage + +\thispagestyle{empty} + +\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘} + +\noindent Je simplifie la cybersécurité, la loi 25 et la configuration des courriels pour toi. + +\noindent Tutoriels clé en main et accompagnement personnalisé pour que tu respires enfin. + +\noindent Inscription: \url{https://jevalide.ca/pc} + +\pagebreak + +\noindent Consultation Express \emoji{🧠} + +\noindent Utilise mon jus de cerveau \emoji{🧠} pour tes besoins immédiats: choix de logiciels, diagnostic, cybersécurité, loi 25, délivrabilité + +\noindent \url{https://jevalide.ca/express} + +\pagebreak + +\noindent DéconstruIT \emoji{⛏️}\emoji{🧱} + +\noindent Libère ton entreprise (et ta clientèle) de l'oppression numérique. Une communauté intime et engagée pour que tu réalises enfin tes projets techno. + +\noindent \url{https://jevalide.ca/deconstruit} + +\pagebreak + +\noindent Tu apprécies ? \emoji{❤️} et partage !\newline + +\leavevmode \newline + +\noindent Certains droits réservés\ \ccbysa\ \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://jevalide.ca/liens/} + +\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/deconstruit/a4paper/fonds_a4.pdf b/styles/deconstruit/a4paper/fonds_a4.pdf new file mode 100644 index 0000000..d028a63 Binary files /dev/null and b/styles/deconstruit/a4paper/fonds_a4.pdf differ diff --git a/styles/deconstruit/a4paper/fonds_a4.png b/styles/deconstruit/a4paper/fonds_a4.png new file mode 100644 index 0000000..d063dd3 Binary files /dev/null and b/styles/deconstruit/a4paper/fonds_a4.png differ diff --git a/styles/deconstruit/a4paper/fonds_a4.svg b/styles/deconstruit/a4paper/fonds_a4.svg new file mode 100644 index 0000000..5d647fc --- /dev/null +++ b/styles/deconstruit/a4paper/fonds_a4.svg @@ -0,0 +1,202 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/a4paper/header.tex b/styles/deconstruit/a4paper/header.tex new file mode 100644 index 0000000..9fbfe36 --- /dev/null +++ b/styles/deconstruit/a4paper/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{wallpaper} +\makeatletter +\ULCornerWallPaper{1}{./styles/jevalideca/a4/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}} +} + +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhf{} +\fancyhf[rh]{\thepage} +\renewcommand\headrulewidth{0pt} diff --git a/styles/deconstruit/a4paper_prive/cover.tex b/styles/deconstruit/a4paper_prive/cover.tex new file mode 100644 index 0000000..04a9e69 --- /dev/null +++ b/styles/deconstruit/a4paper_prive/cover.tex @@ -0,0 +1,23 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tu apprécies mes services ? Laisse-moi un commentaire \url{https://jevalide.ca/temoignage/} !\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://jevalide.ca/liens/} + +\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/deconstruit/a4paper_prive/fonds_a4.pdf b/styles/deconstruit/a4paper_prive/fonds_a4.pdf new file mode 100644 index 0000000..d028a63 Binary files /dev/null and b/styles/deconstruit/a4paper_prive/fonds_a4.pdf differ diff --git a/styles/deconstruit/a4paper_prive/fonds_a4.png b/styles/deconstruit/a4paper_prive/fonds_a4.png new file mode 100644 index 0000000..d063dd3 Binary files /dev/null and b/styles/deconstruit/a4paper_prive/fonds_a4.png differ diff --git a/styles/deconstruit/a4paper_prive/fonds_a4.svg b/styles/deconstruit/a4paper_prive/fonds_a4.svg new file mode 100644 index 0000000..5d647fc --- /dev/null +++ b/styles/deconstruit/a4paper_prive/fonds_a4.svg @@ -0,0 +1,202 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/a4paper_prive/header.tex b/styles/deconstruit/a4paper_prive/header.tex new file mode 100644 index 0000000..d0bdda7 --- /dev/null +++ b/styles/deconstruit/a4paper_prive/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{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}} +} + +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhf{} +\fancyhf[rh]{\thepage} +\renewcommand\headrulewidth{0pt} diff --git a/styles/deconstruit/format_parameters.json b/styles/deconstruit/format_parameters.json new file mode 100644 index 0000000..def575b --- /dev/null +++ b/styles/deconstruit/format_parameters.json @@ -0,0 +1,114 @@ +{ + "a4paper": { + "linkcolor": "blue", + "tocdepth": 3, + "pdfengine": "lualatex", + "fontsize": 12, + "paperwidth": 2480, + "paperheight": 3507, + "ratio": 100, + "margin": 200, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "pdf" + }, + "a4paper_prive": { + "linkcolor": "blue", + "tocdepth": 3, + "pdfengine": "lualatex", + "fontsize": 12, + "paperwidth": 2480, + "paperheight": 3507, + "ratio": 100, + "margin": 200, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "pdf" + }, + "lettre": { + "linkcolor": "blue", + "tocdepth": 3, + "pdfengine": "lualatex", + "fontsize": 12, + "paperwidth": 2550, + "paperheight": 3300, + "ratio": 100, + "margin": 200, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "pdf" + }, + "lettre_prive": { + "linkcolor": "blue", + "tocdepth": 3, + "pdfengine": "lualatex", + "fontsize": 12, + "paperwidth": 2550, + "paperheight": 3300, + "ratio": 100, + "margin": 200, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "pdf" + }, + "instagram-carre": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 14, + "paperwidth": 1080, + "paperheight": 1080, + "ratio": 80, + "margin": 108, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "jpg" + }, + "instagram-story": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 14, + "paperwidth": 1080, + "paperheight": 1920, + "ratio": 80, + "margin": 108, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "jpg" + }, + "instagram-fullscreen": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 14, + "paperwidth": 1080, + "paperheight": 1350, + "ratio": 80, + "margin": 108, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "jpg" + }, + "slide169": { + "linkcolor": "blue", + "tocdepth": 2, + "pdfengine": "lualatex", + "fontsize": 14, + "paperwidth": 2560, + "paperheight": 1440, + "ratio": 100, + "margin": 108, + "vmargin": 250, + "fps": 15, + "stilltime": 2, + "extension": "pdf" + } +} diff --git a/styles/deconstruit/instagram-carre/cover.tex b/styles/deconstruit/instagram-carre/cover.tex new file mode 100644 index 0000000..cc04bf6 --- /dev/null +++ b/styles/deconstruit/instagram-carre/cover.tex @@ -0,0 +1,53 @@ +\newpage + +\thispagestyle{empty} + +\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘} + +\noindent Je simplifie la cybersécurité, la loi 25 et la configuration des courriels pour toi. + +\noindent Tutoriels clé en main et accompagnement personnalisé pour que tu respires enfin. + +\noindent Inscription: \url{https://jevalide.ca/pc} + +\pagebreak + +\noindent Consultation Express \emoji{🧠} + +\noindent Utilise mon jus de cerveau \emoji{🧠} pour tes besoins immédiats: choix de logiciels, diagnostic, cybersécurité, loi 25, délivrabilité + +\noindent \url{https://jevalide.ca/express} + +\pagebreak + +\noindent DéconstruIT \emoji{⛏️}\emoji{🧱} + +\noindent Libère ton entreprise (et ta clientèle) de l'oppression numérique. Une communauté intime et engagée pour que tu réalises enfin tes projets techno. + +\noindent \url{https://jevalide.ca/deconstruit} + +\pagebreak + +\noindent Tu apprécies ? \emoji{❤️} et partage !\newline + +\leavevmode \newline + +\noindent Visite mon site web au \url{https://jevalide.ca} et mes réseaux sociaux au \url{https://jevalide.ca/liens/} + +\pagebreak + +\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier + +\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/deconstruit/instagram-carre/header.tex b/styles/deconstruit/instagram-carre/header.tex new file mode 100644 index 0000000..978835e --- /dev/null +++ b/styles/deconstruit/instagram-carre/header.tex @@ -0,0 +1,61 @@ +\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/jevalideca/instagram-carre/instagram-1080x1080.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}} +} \ No newline at end of file diff --git a/styles/deconstruit/instagram-carre/instagram-1080x1080.pdf b/styles/deconstruit/instagram-carre/instagram-1080x1080.pdf new file mode 100644 index 0000000..accc58d Binary files /dev/null and b/styles/deconstruit/instagram-carre/instagram-1080x1080.pdf differ diff --git a/styles/deconstruit/instagram-carre/instagram-1080x1080.png b/styles/deconstruit/instagram-carre/instagram-1080x1080.png new file mode 100644 index 0000000..06e32f7 Binary files /dev/null and b/styles/deconstruit/instagram-carre/instagram-1080x1080.png differ diff --git a/styles/deconstruit/instagram-carre/instagram-1080x1080.svg b/styles/deconstruit/instagram-carre/instagram-1080x1080.svg new file mode 100644 index 0000000..150fd5d --- /dev/null +++ b/styles/deconstruit/instagram-carre/instagram-1080x1080.svg @@ -0,0 +1,200 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/instagram-fullscreen/cover.tex b/styles/deconstruit/instagram-fullscreen/cover.tex new file mode 100644 index 0000000..cc04bf6 --- /dev/null +++ b/styles/deconstruit/instagram-fullscreen/cover.tex @@ -0,0 +1,53 @@ +\newpage + +\thispagestyle{empty} + +\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘} + +\noindent Je simplifie la cybersécurité, la loi 25 et la configuration des courriels pour toi. + +\noindent Tutoriels clé en main et accompagnement personnalisé pour que tu respires enfin. + +\noindent Inscription: \url{https://jevalide.ca/pc} + +\pagebreak + +\noindent Consultation Express \emoji{🧠} + +\noindent Utilise mon jus de cerveau \emoji{🧠} pour tes besoins immédiats: choix de logiciels, diagnostic, cybersécurité, loi 25, délivrabilité + +\noindent \url{https://jevalide.ca/express} + +\pagebreak + +\noindent DéconstruIT \emoji{⛏️}\emoji{🧱} + +\noindent Libère ton entreprise (et ta clientèle) de l'oppression numérique. Une communauté intime et engagée pour que tu réalises enfin tes projets techno. + +\noindent \url{https://jevalide.ca/deconstruit} + +\pagebreak + +\noindent Tu apprécies ? \emoji{❤️} et partage !\newline + +\leavevmode \newline + +\noindent Visite mon site web au \url{https://jevalide.ca} et mes réseaux sociaux au \url{https://jevalide.ca/liens/} + +\pagebreak + +\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier + +\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/deconstruit/instagram-fullscreen/header.tex b/styles/deconstruit/instagram-fullscreen/header.tex new file mode 100644 index 0000000..5ebed61 --- /dev/null +++ b/styles/deconstruit/instagram-fullscreen/header.tex @@ -0,0 +1,61 @@ +\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/jevalideca/instagram-fullscreen/instagram-1080x1350.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}} +} \ No newline at end of file diff --git a/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.pdf b/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.pdf new file mode 100644 index 0000000..c51da59 Binary files /dev/null and b/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.pdf differ diff --git a/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.png b/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.png new file mode 100644 index 0000000..a48418b Binary files /dev/null and b/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.png differ diff --git a/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.svg b/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.svg new file mode 100644 index 0000000..1183c53 --- /dev/null +++ b/styles/deconstruit/instagram-fullscreen/instagram-1080x1350.svg @@ -0,0 +1,200 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/instagram-story/cover.tex b/styles/deconstruit/instagram-story/cover.tex new file mode 100644 index 0000000..cc04bf6 --- /dev/null +++ b/styles/deconstruit/instagram-story/cover.tex @@ -0,0 +1,53 @@ +\newpage + +\thispagestyle{empty} + +\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘} + +\noindent Je simplifie la cybersécurité, la loi 25 et la configuration des courriels pour toi. + +\noindent Tutoriels clé en main et accompagnement personnalisé pour que tu respires enfin. + +\noindent Inscription: \url{https://jevalide.ca/pc} + +\pagebreak + +\noindent Consultation Express \emoji{🧠} + +\noindent Utilise mon jus de cerveau \emoji{🧠} pour tes besoins immédiats: choix de logiciels, diagnostic, cybersécurité, loi 25, délivrabilité + +\noindent \url{https://jevalide.ca/express} + +\pagebreak + +\noindent DéconstruIT \emoji{⛏️}\emoji{🧱} + +\noindent Libère ton entreprise (et ta clientèle) de l'oppression numérique. Une communauté intime et engagée pour que tu réalises enfin tes projets techno. + +\noindent \url{https://jevalide.ca/deconstruit} + +\pagebreak + +\noindent Tu apprécies ? \emoji{❤️} et partage !\newline + +\leavevmode \newline + +\noindent Visite mon site web au \url{https://jevalide.ca} et mes réseaux sociaux au \url{https://jevalide.ca/liens/} + +\pagebreak + +\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier + +\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/deconstruit/instagram-story/header.tex b/styles/deconstruit/instagram-story/header.tex new file mode 100644 index 0000000..5f84b36 --- /dev/null +++ b/styles/deconstruit/instagram-story/header.tex @@ -0,0 +1,61 @@ +\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/jevalideca/instagram-story/instagram-1080x1920.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}} +} \ No newline at end of file diff --git a/styles/deconstruit/instagram-story/instagram-1080x1920.pdf b/styles/deconstruit/instagram-story/instagram-1080x1920.pdf new file mode 100644 index 0000000..cdefa92 Binary files /dev/null and b/styles/deconstruit/instagram-story/instagram-1080x1920.pdf differ diff --git a/styles/deconstruit/instagram-story/instagram-1080x1920.png b/styles/deconstruit/instagram-story/instagram-1080x1920.png new file mode 100644 index 0000000..1b3fd7f Binary files /dev/null and b/styles/deconstruit/instagram-story/instagram-1080x1920.png differ diff --git a/styles/deconstruit/instagram-story/instagram-1080x1920.svg b/styles/deconstruit/instagram-story/instagram-1080x1920.svg new file mode 100644 index 0000000..e357913 --- /dev/null +++ b/styles/deconstruit/instagram-story/instagram-1080x1920.svg @@ -0,0 +1,200 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/lettre/cover.tex b/styles/deconstruit/lettre/cover.tex new file mode 100644 index 0000000..ff6d24a --- /dev/null +++ b/styles/deconstruit/lettre/cover.tex @@ -0,0 +1,53 @@ +\newpage + +\thispagestyle{empty} + +\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘} + +\noindent Je simplifie la cybersécurité, la loi 25 et la configuration des courriels pour toi. + +\noindent Tutoriels clé en main et accompagnement personnalisé pour que tu respires enfin. + +\noindent Inscription: \url{https://jevalide.ca/pc} + +\pagebreak + +\noindent Consultation Express \emoji{🧠} + +\noindent Utilise mon jus de cerveau \emoji{🧠} pour tes besoins immédiats: choix de logiciels, diagnostic, cybersécurité, loi 25, délivrabilité + +\noindent \url{https://jevalide.ca/express} + +\pagebreak + +\noindent DéconstruIT \emoji{⛏️}\emoji{🧱} + +\noindent Libère ton entreprise (et ta clientèle) de l'oppression numérique. Une communauté intime et engagée pour que tu réalises enfin tes projets techno. + +\noindent \url{https://jevalide.ca/deconstruit} + +\pagebreak + +\noindent Tu apprécies ? \emoji{❤️} et partage !\newline + +\leavevmode \newline + +\noindent Certains droits réservés\ \ccbysa\ \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://jevalide.ca/liens/} + +\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/deconstruit/lettre/fonds_lettre.pdf b/styles/deconstruit/lettre/fonds_lettre.pdf new file mode 100644 index 0000000..4ad11bc Binary files /dev/null and b/styles/deconstruit/lettre/fonds_lettre.pdf differ diff --git a/styles/deconstruit/lettre/fonds_lettre.png b/styles/deconstruit/lettre/fonds_lettre.png new file mode 100644 index 0000000..34df5b3 Binary files /dev/null and b/styles/deconstruit/lettre/fonds_lettre.png differ diff --git a/styles/deconstruit/lettre/fonds_lettre.svg b/styles/deconstruit/lettre/fonds_lettre.svg new file mode 100644 index 0000000..8061f6b --- /dev/null +++ b/styles/deconstruit/lettre/fonds_lettre.svg @@ -0,0 +1,204 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/lettre/header.tex b/styles/deconstruit/lettre/header.tex new file mode 100644 index 0000000..f38e02c --- /dev/null +++ b/styles/deconstruit/lettre/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/jevalideca/lettre/fonds_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}} +} + +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhf{} +\fancyhf[rh]{\thepage} +\renewcommand\headrulewidth{0pt} diff --git a/styles/deconstruit/lettre_prive/cover.tex b/styles/deconstruit/lettre_prive/cover.tex new file mode 100644 index 0000000..04a9e69 --- /dev/null +++ b/styles/deconstruit/lettre_prive/cover.tex @@ -0,0 +1,23 @@ +\newpage + +\thispagestyle{empty} + +\noindent Tu apprécies mes services ? Laisse-moi un commentaire \url{https://jevalide.ca/temoignage/} !\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://jevalide.ca/liens/} + +\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/deconstruit/lettre_prive/fonds_lettre.pdf b/styles/deconstruit/lettre_prive/fonds_lettre.pdf new file mode 100644 index 0000000..4ad11bc Binary files /dev/null and b/styles/deconstruit/lettre_prive/fonds_lettre.pdf differ diff --git a/styles/deconstruit/lettre_prive/fonds_lettre.png b/styles/deconstruit/lettre_prive/fonds_lettre.png new file mode 100644 index 0000000..34df5b3 Binary files /dev/null and b/styles/deconstruit/lettre_prive/fonds_lettre.png differ diff --git a/styles/deconstruit/lettre_prive/fonds_lettre.svg b/styles/deconstruit/lettre_prive/fonds_lettre.svg new file mode 100644 index 0000000..8061f6b --- /dev/null +++ b/styles/deconstruit/lettre_prive/fonds_lettre.svg @@ -0,0 +1,204 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/lettre_prive/header.tex b/styles/deconstruit/lettre_prive/header.tex new file mode 100644 index 0000000..f38e02c --- /dev/null +++ b/styles/deconstruit/lettre_prive/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/jevalideca/lettre/fonds_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}} +} + +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhf{} +\fancyhf[rh]{\thepage} +\renewcommand\headrulewidth{0pt} diff --git a/styles/deconstruit/slide169/cover.tex b/styles/deconstruit/slide169/cover.tex new file mode 100644 index 0000000..e556f43 --- /dev/null +++ b/styles/deconstruit/slide169/cover.tex @@ -0,0 +1,53 @@ +\newpage + +\thispagestyle{empty} + +\noindent Pleine Confiance \emoji{🛡️}\emoji{🧘} + +\noindent Je simplifie la cybersécurité, la loi 25 et la configuration des courriels pour toi. + +\noindent Tutoriels clé en main et accompagnement personnalisé pour que tu respires enfin. + +\noindent Inscription: \url{https://jevalide.ca/pc} + +\pagebreak + +\noindent Consultation Express \emoji{🧠} + +\noindent Utilise mon jus de cerveau \emoji{🧠} pour tes besoins immédiats: choix de logiciels, diagnostic, cybersécurité, loi 25, délivrabilité + +\noindent \url{https://jevalide.ca/express} + +\pagebreak + +\noindent DéconstruIT \emoji{⛏️}\emoji{🧱} + +\noindent Libère ton entreprise (et ta clientèle) de l'oppression numérique. Une communauté intime et engagée pour que tu réalises enfin tes projets techno. + +\noindent \url{https://jevalide.ca/deconstruit} + +\pagebreak + +\noindent Tu apprécies ? \emoji{❤️} et partage !\newline + +\leavevmode \newline + +\noindent Visite mon site web au \url{https://jevalide.ca} et mes réseaux sociaux au \url{https://jevalide.ca/liens/} + +\pagebreak + +\noindent Certains droits réservés\ \ccbysa\ \newline \the\year{}\ -\ François Pelletier + +\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 \ No newline at end of file diff --git a/styles/deconstruit/slide169/fonds_slide.pdf b/styles/deconstruit/slide169/fonds_slide.pdf new file mode 100644 index 0000000..432a9ef Binary files /dev/null and b/styles/deconstruit/slide169/fonds_slide.pdf differ diff --git a/styles/deconstruit/slide169/fonds_slide.png b/styles/deconstruit/slide169/fonds_slide.png new file mode 100644 index 0000000..b67ff2a Binary files /dev/null and b/styles/deconstruit/slide169/fonds_slide.png differ diff --git a/styles/deconstruit/slide169/fonds_slide.svg b/styles/deconstruit/slide169/fonds_slide.svg new file mode 100644 index 0000000..72164d4 --- /dev/null +++ b/styles/deconstruit/slide169/fonds_slide.svg @@ -0,0 +1,200 @@ + + + +jejevalide.cadonnées+humains diff --git a/styles/deconstruit/slide169/header.tex b/styles/deconstruit/slide169/header.tex new file mode 100644 index 0000000..dad8242 --- /dev/null +++ b/styles/deconstruit/slide169/header.tex @@ -0,0 +1,59 @@ +\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/jevalideca/slide169/fonds_slide.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}} +}