update
This commit is contained in:
parent
dfa07105fb
commit
f2e3b8708e
@ -73,7 +73,7 @@
|
|||||||
% maths
|
% maths
|
||||||
\RequirePackage{amsmath, amsthm, amsfonts, amssymb}
|
\RequirePackage{amsmath, amsthm, amsfonts, amssymb}
|
||||||
\RequirePackage{tkz-euclide}
|
\RequirePackage{tkz-euclide}
|
||||||
\usetikzlibrary{snakes, shadows}
|
\usetikzlibrary{arrows, calc, positioning, shapes.geometric, shadows, snakes, tikzmark}
|
||||||
\RequirePackage{calc}
|
\RequirePackage{calc}
|
||||||
% \RequirePackage{pgffor,pgfmath} % loaded by tikz
|
% \RequirePackage{pgffor,pgfmath} % loaded by tikz
|
||||||
\RequirePackage{pgfplots}
|
\RequirePackage{pgfplots}
|
||||||
@ -164,6 +164,11 @@
|
|||||||
%
|
%
|
||||||
%
|
%
|
||||||
|
|
||||||
|
%
|
||||||
|
% Tikz
|
||||||
|
%
|
||||||
|
\tikzstyle{arrow} = [thick,->,>=stealth]
|
||||||
|
|
||||||
% Tableau
|
% Tableau
|
||||||
% Alignment commands of the content in the column with a defined width.
|
% Alignment commands of the content in the column with a defined width.
|
||||||
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
|
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
|
||||||
@ -395,7 +400,6 @@
|
|||||||
\newfontfamily\Architects[Ligatures=TeX]{Architects Daughter}
|
\newfontfamily\Architects[Ligatures=TeX]{Architects Daughter}
|
||||||
\newfontfamily\Bristol[Ligatures=TeX]{Bristol}
|
\newfontfamily\Bristol[Ligatures=TeX]{Bristol}
|
||||||
\newfontfamily\ChelseaMarket[Ligatures=TeX]{Chelsea Market}
|
\newfontfamily\ChelseaMarket[Ligatures=TeX]{Chelsea Market}
|
||||||
% \newfontfamily\Comic[Ligatures=TeX]{Comic Sans MS}
|
|
||||||
\newfontfamily\DejaVuSans[Ligatures=TeX]{DejaVu Sans}
|
\newfontfamily\DejaVuSans[Ligatures=TeX]{DejaVu Sans}
|
||||||
\newfontfamily\dominofont[Ligatures=TeX]{DejaVu Sans}
|
\newfontfamily\dominofont[Ligatures=TeX]{DejaVu Sans}
|
||||||
\newfontfamily\Delius[Ligatures=TeX]{Delius}
|
\newfontfamily\Delius[Ligatures=TeX]{Delius}
|
||||||
|
@ -217,7 +217,7 @@
|
|||||||
\NewDocumentCommand \consignes{ }{
|
\NewDocumentCommand \consignes{ }{
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\fbox{
|
\fbox{
|
||||||
\parbox{.9\textwidth}{
|
\parbox{.97\linewidth}{
|
||||||
\small
|
\small
|
||||||
\centering
|
\centering
|
||||||
Le prêt de matériel et de documents personnels sont interdits.\\
|
Le prêt de matériel et de documents personnels sont interdits.\\
|
||||||
|
@ -56,6 +56,11 @@
|
|||||||
%%
|
%%
|
||||||
\newcommand{\bt}{\begin{tasks}}
|
\newcommand{\bt}{\begin{tasks}}
|
||||||
\newcommand{\et}{\end{tasks}}
|
\newcommand{\et}{\end{tasks}}
|
||||||
|
|
||||||
|
%% minipage
|
||||||
|
%%
|
||||||
|
% \newcommand{\bm}{\begin{minipage}}
|
||||||
|
% \newcommand{\em}{\end{minipage}}
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
|
||||||
@ -126,6 +131,18 @@
|
|||||||
\NewDocumentCommand \fg { }{
|
\NewDocumentCommand \fg { }{
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% column sep rule
|
||||||
|
%%
|
||||||
|
\NewDocumentCommand \filet { G{0} } {
|
||||||
|
\setlength{\columnseprule}{#1}
|
||||||
|
}
|
||||||
|
|
||||||
|
% \num shortcut
|
||||||
|
%%
|
||||||
|
\NewDocumentCommand \n { g } {
|
||||||
|
\num{#1}
|
||||||
|
}
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
|
||||||
@ -137,7 +154,7 @@
|
|||||||
%
|
%
|
||||||
%
|
%
|
||||||
|
|
||||||
%% i & j vectors
|
%% i, j & k vectors
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \veci { } {
|
\NewDocumentCommand \veci { } {
|
||||||
\ensuremath{ \vec{\imath} }
|
\ensuremath{ \vec{\imath} }
|
||||||
@ -145,6 +162,9 @@
|
|||||||
\NewDocumentCommand \vecj { } {
|
\NewDocumentCommand \vecj { } {
|
||||||
\ensuremath{ \vec{\jmath} }
|
\ensuremath{ \vec{\jmath} }
|
||||||
}
|
}
|
||||||
|
\NewDocumentCommand \veck { } {
|
||||||
|
\ensuremath{ \vec{k} }
|
||||||
|
}
|
||||||
|
|
||||||
%% basis (i,j)
|
%% basis (i,j)
|
||||||
%%
|
%%
|
||||||
@ -152,12 +172,24 @@
|
|||||||
\ensuremath{ \left(\vec{\imath}\; ;\; \vec{\jmath}\right) }
|
\ensuremath{ \left(\vec{\imath}\; ;\; \vec{\jmath}\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%% basis (i,j,k)
|
||||||
|
%%
|
||||||
|
\NewDocumentCommand \ijk { } {
|
||||||
|
\ensuremath{ \left(\vec{\imath}\; ;\; \vec{\jmath}\ ;\ \vec{k}\right) }
|
||||||
|
}
|
||||||
|
|
||||||
%% frame (O;i;j)
|
%% frame (O;i;j)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \oij { } {
|
\NewDocumentCommand \oij { } {
|
||||||
\ensuremath{ \left(O\; ;\; \vec{\imath}\; ;\; \vec{\jmath}\right) }
|
\ensuremath{ \left(O\; ;\; \vec{\imath}\; ;\; \vec{\jmath}\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%% frame (O;i;j;k)
|
||||||
|
%%
|
||||||
|
\NewDocumentCommand \oijk { } {
|
||||||
|
\ensuremath{ \left(O\; ;\; \vec{\imath}\; ;\; \vec{\jmath}\ ;\ \vec{k}\right) }
|
||||||
|
}
|
||||||
|
|
||||||
%% frame (O;I;I)
|
%% frame (O;I;I)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \OIJ { } {
|
\NewDocumentCommand \OIJ { } {
|
||||||
@ -180,6 +212,16 @@
|
|||||||
\ensuremath{ \overrightarrow{#1\vphantom(} }
|
\ensuremath{ \overrightarrow{#1\vphantom(} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%% coordinates
|
||||||
|
%%
|
||||||
|
\NewDocumentCommand \coord { s m }{
|
||||||
|
\IfBooleanTF { #1 } {
|
||||||
|
\uplet*{#1}
|
||||||
|
}{
|
||||||
|
\uplet{#1}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
%% positional notation
|
%% positional notation
|
||||||
%%
|
%%
|
||||||
\newcommand{\base}[2]{
|
\newcommand{\base}[2]{
|
||||||
@ -314,8 +356,8 @@
|
|||||||
|
|
||||||
%% math letter used as curve name
|
%% math letter used as curve name
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \mscr{ G{f} } {
|
\NewDocumentCommand \ronde{ G{f} } {
|
||||||
$ \mathscr{#1} $
|
\ensuremath{\mathscr{#1}}
|
||||||
}
|
}
|
||||||
|
|
||||||
%% point
|
%% point
|
||||||
@ -342,6 +384,18 @@
|
|||||||
\nicefrac{#1}{#2}
|
\nicefrac{#1}{#2}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%% limits
|
||||||
|
%%
|
||||||
|
\NewDocumentCommand \limite{ G{f(x)} G{x \to +\infty} }{
|
||||||
|
\ensuremath{\lim\limits_{ #2 } #1}
|
||||||
|
}
|
||||||
|
|
||||||
|
%%% l
|
||||||
|
%%%
|
||||||
|
%\RenewDocumentCommand \l { } {
|
||||||
|
% \ensuremath{\ell}
|
||||||
|
%}
|
||||||
|
|
||||||
% %% renewed \bar command
|
% %% renewed \bar command
|
||||||
% %%
|
% %%
|
||||||
% \renewcommand{\bar}[1]{\overline{#1}}
|
% \renewcommand{\bar}[1]{\overline{#1}}
|
||||||
|
Loading…
Reference in New Issue
Block a user