ajout du style blanc
This commit is contained in:
parent
ae2905f7d8
commit
f40c71acbb
29 changed files with 604 additions and 0 deletions
17
styles/blanc/pinterest/cover.tex
Normal file
17
styles/blanc/pinterest/cover.tex
Normal file
|
@ -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
|
57
styles/blanc/pinterest/header.tex
Normal file
57
styles/blanc/pinterest/header.tex
Normal file
|
@ -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
|
BIN
styles/blanc/pinterest/pinterest.pdf
Normal file
BIN
styles/blanc/pinterest/pinterest.pdf
Normal file
Binary file not shown.
BIN
styles/blanc/pinterest/pinterest.png
Normal file
BIN
styles/blanc/pinterest/pinterest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Reference in a new issue