This commit is contained in:
Jeff Lance 2024-09-25 22:52:01 +02:00
parent ef75662bd7
commit 5757421709
2 changed files with 19 additions and 24 deletions

View File

@ -186,29 +186,24 @@
\tikzstyle{arrow} = [thick,->,>=stealth] \tikzstyle{arrow} = [thick,->,>=stealth]
% Tableau % Tableau
% Alignment commands of the content in the column with a defined width. % Alignment commands of the content in a column or row in tabularray.
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \NewColumnType{l}{Q[l]}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \NewColumnType{c}{Q[c]}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \NewColumnType{r}{Q[r]}
\newcolumntype{M}[1]{>{\centering}m{#1}} \NewColumnType{t}[1]{Q[t,wd=#1]}
%% lh{largeur} : gauche - haut \NewColumnType{m}[1]{Q[m,wd=#1]}
%\newcolumntype{lh}[1]{>{\raggedright}p{#1}} \NewColumnType{b}[1]{Q[b,wd=#1]}
%% ch{largeur} : centre - haut \NewColumnType{h}[1]{Q[h,wd=#1]}
%\newcolumntype{ch}[1]{>{\centering\arraybackslash}p{#1}} \NewColumnType{f}[1]{Q[f,wd=#1]}
%% rh{largeur} : droite - haut \NewColumnType{X}[1][]{Q[co=1,#1]}
%\newcolumntype{rh}[1]{>{\raggedleft}p{#1}} \NewRowType{l}{Q[l]}
%% lc{largeur} : gauche - centre \NewRowType{c}{Q[c]}
%\newcolumntype{lc}[1]{>{\raggedright}m{#1}} \NewRowType{r}{Q[r]}
%% cc{largeur} : centre - centre \NewRowType{t}[1]{Q[t,ht=#1]}
% \newcolumntype{M}[1]{ >{\centering\arraybackslash} m{#1} } \NewRowType{m}[1]{Q[m,ht=#1]}
%% rc{largeur} : droite - centre \NewRowType{b}[1]{Q[b,ht=#1]}
%\newcolumntype{rc}[1]{>{\raggedleft}m{#1}} \NewRowType{h}[1]{Q[h,ht=#1]}
%% lb{largeur} : gauche - bas \NewRowType{f}[1]{Q[f,ht=#1]}
%\newcolumntype{lb}[1]{>{\raggedright}b{#1}}
%% cb{largeur} : centre - bas
%\newcolumntype{cb}[1]{>{\centering}b{#1}}
%% rb{largeur} : droite - bas
%\newcolumntype{rb}[1]{>{\raggedleft}b{#1}}
% Item in a tab. % Item in a tab.
\newcommand{\tabitem}{~~\llap{\textbullet}~~} \newcommand{\tabitem}{~~\llap{\textbullet}~~}

View File

@ -237,7 +237,7 @@
} }
% exemple % exemple
\mdtheorem[style=eye, theoremseparator={ -}, theoremspace={}]{@exe1}{\Jd Exemple(s)} \mdtheorem[style=eye, theoremseparator={ -}, theoremspace={}]{@exe1}{\Jd Exemple}
\mdtheorem[style=eye, theoremseparator={}, theoremspace={}]{@exe2}{} \mdtheorem[style=eye, theoremseparator={}, theoremspace={}]{@exe2}{}
\RenewDocumentEnvironment{@exe1}{ o } {%begin \RenewDocumentEnvironment{@exe1}{ o } {%begin