docs: création d'un document de référence (non officiel) pour l'authentification pronote.
This commit is contained in:
56
docs/pronote-auth.tex
Normal file
56
docs/pronote-auth.tex
Normal file
@@ -0,0 +1,56 @@
|
||||
%!TEX TS-program = lualatex
|
||||
%!TEX encoding = UTF-8 Unicode
|
||||
%% =============================================================================
|
||||
%% FICHIER : pronote-auth.tex
|
||||
%% DESCRIPTION : Manuel technique & académique — Authentification Pronote
|
||||
%% TITRE : Authentification Pronote — Référence technique
|
||||
%% AUTEUR : Équipe Architecture & Sécurité
|
||||
%% DATE : Septembre 2026
|
||||
%%
|
||||
%% INSTRUCTIONS DE COMPILATION :
|
||||
%% Ce document est conçu pour être compilé avec LuaLaTeX :
|
||||
%% lualatex -interaction=nonstopmode docs/pronote-auth.tex
|
||||
%% lualatex -interaction=nonstopmode docs/pronote-auth.tex
|
||||
%% (Deux passes nécessaires pour la génération de la table des matières,
|
||||
%% des références croisées et des hyperliens).
|
||||
%%
|
||||
%% CHOIX TYPOGRAPHIQUES & DESIGN :
|
||||
%% 1. Police Principale (Sérif) : EB Garamond
|
||||
%% Justification : Référence historique et académique de la typographie
|
||||
%% française, apportant élégance, chaleur et excellente lisibilité sur
|
||||
%% papier ou écran haute densité.
|
||||
%% 2. Police Sans-Sérif : Carlito (compatible métriquement Calibri)
|
||||
%% Justification : Modernité sobre, sans empattement, idéale pour les
|
||||
%% titres techniques, étiquettes de tableaux et métadonnées.
|
||||
%% 3. Police Chasse Fixe (Monospace) : DejaVu Sans Mono
|
||||
%% Justification : Rendu précis des glyphes informatiques, alignement
|
||||
%% parfait pour les algorithmes, JSON et requêtes HTTP.
|
||||
%% 4. Palette Chromatique : Palette "Bleu Institutionnel & Ardoise"
|
||||
%% - primaryNavy (#142D55) : Titres, identité principale, reliure visuelle
|
||||
%% - secondarySlate (#465F7D) : Sous-titres, filets, structure
|
||||
%% - accentSteel (#007396) : Liens hypertexte, repères visuels
|
||||
%% - Teintes fonctionnelles douces pour encadrés et callouts.
|
||||
%% =============================================================================
|
||||
|
||||
\input{preamble}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{frontmatter}
|
||||
|
||||
\include{ch-introduction}
|
||||
\include{ch-overview}
|
||||
\include{ch-method1}
|
||||
\include{ch-method2}
|
||||
\include{ch-method3}
|
||||
\include{ch-method4}
|
||||
\include{ch-method5}
|
||||
\include{ch-method6}
|
||||
\include{ch-method7}
|
||||
|
||||
\appendix
|
||||
|
||||
\include{annex-libraries}
|
||||
\include{annex-comparison}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user