ménage dans les styles et mise à jour du thème principal jevalideca
This commit is contained in:
parent
c6d98b4b39
commit
786f1fa0e2
99 changed files with 153 additions and 93 deletions
23
oldstyles/lcm/a4paper/cover.tex
Normal file
23
oldstyles/lcm/a4paper/cover.tex
Normal file
|
@ -0,0 +1,23 @@
|
|||
\newpage
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\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://linktr.ee/jevalideca}
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent \doclicenseThis
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Publié le \today
|
||||
|
||||
\leavevmode \newline
|
||||
|
||||
\noindent Mise en page effectuée avec \LaTeX
|
||||
|
||||
\pagebreak
|
51
oldstyles/lcm/a4paper/header.tex
Normal file
51
oldstyles/lcm/a4paper/header.tex
Normal 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{wallpaper}
|
||||
\makeatletter
|
||||
\ULCornerWallPaper{1}{./styles/lcm/a4paper/lcm-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}
|
||||
|
||||
\newcommand{\emoji}[1]{
|
||||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
BIN
oldstyles/lcm/a4paper/lcm-a4paper.jpg
Normal file
BIN
oldstyles/lcm/a4paper/lcm-a4paper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 563 KiB |
BIN
oldstyles/lcm/a4paper/lcm-a4paper.pdf
Normal file
BIN
oldstyles/lcm/a4paper/lcm-a4paper.pdf
Normal file
Binary file not shown.
BIN
oldstyles/lcm/a4paper/lcm-a4paper.png
Normal file
BIN
oldstyles/lcm/a4paper/lcm-a4paper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 496 KiB |
Reference in a new issue