Makes changes on github to here

This commit is contained in:
Jeff Lance 2020-08-20 17:19:11 +02:00
parent b932e34c43
commit 5ad3e2adb0
3 changed files with 14 additions and 12 deletions

View File

@ -34,6 +34,7 @@
\RequirePackage{ifluatex} \RequirePackage{ifluatex}
\RequirePackage{import} \RequirePackage{import}
\RequirePackage{lipsum} \RequirePackage{lipsum}
\RequirePackage{subfiles}
% language % language
\ifluatex \ifluatex
@ -280,8 +281,8 @@
bgcolor=white, bgcolor=white,
highlightcolor=white, highlightcolor=white,
autogobble, autogobble,
frame=single, frame=none,
breaklines, % breaklines,
escapeinside=||, escapeinside=||,
xleftmargin=0em, xleftmargin=0em,
xrightmargin=0em, xrightmargin=0em,

View File

@ -40,6 +40,7 @@
%% Own packages. Those contains some global settings and definitions. %% Own packages. Those contains some global settings and definitions.
%% %%
\RequirePackage{algo}
\RequirePackage{commun} \RequirePackage{commun}
\RequirePackage{couleurs} \RequirePackage{couleurs}
\RequirePackage{shortcuts} \RequirePackage{shortcuts}

View File

@ -54,8 +54,8 @@
%% tasks %% tasks
%% %%
%\newcommand{\bq}{\begin{tasks}} \newcommand{\bt}{\begin{tasks}}
%\newcommand{\eq}{\end{tasks}} \newcommand{\et}{\end{tasks}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -195,13 +195,13 @@
% {\ensuremath{ \mathbb{R} \setminus \{0\} }} % {\ensuremath{ \mathbb{R} \setminus \{0\} }}
% {\! \mathbb{R} \setminus \{0\} \!} % {\! \mathbb{R} \setminus \{0\} \!}
% {\! \mathbb{R} \setminus \{0\} \!} % {\! \mathbb{R} \setminus \{0\} \!}
\!\!\!\!\ensuremath{\mathbb{R} \setminus \{0\}}\!\!\! \ensuremath{\mathbb{R} \setminus \{0\}}
}{ }{
% \mathchoice{\! \mathbb{R} \setminus \{0, #2\} \!} % \mathchoice{\! \mathbb{R} \setminus \{0, #2\} \!}
% {\ensuremath{ \mathbb{R} \setminus \{0, #2\} }} % {\ensuremath{ \mathbb{R} \setminus \{0, #2\} }}
% {\! \mathbb{R} \setminus \{0, #2\} \!} % {\! \mathbb{R} \setminus \{0, #2\} \!}
% {\! \mathbb{R} \setminus \{0, #2\} \!} % {\! \mathbb{R} \setminus \{0, #2\} \!}
\!\!\!\!\ensuremath{\mathbb{R} \setminus \{0, #2\}}\!\!\! \ensuremath{\mathbb{R} \setminus \{0, #2\}}
} }
}{ }{
\IfNoValueTF {#2} { \IfNoValueTF {#2} {
@ -209,13 +209,13 @@
% {\ensuremath{ \mathbb{R} }} % {\ensuremath{ \mathbb{R} }}
% {\mathbb{R}} % {\mathbb{R}}
% {\mathbb{R}} % {\mathbb{R}}
\!\!\!\!\ensuremath{ \mathbb{R} }\!\!\! \ensuremath{ \mathbb{R} }
}{ }{
% \mathchoice{\mathbb{R} \setminus \{#2\}} % \mathchoice{\mathbb{R} \setminus \{#2\}}
% {\ensuremath{ \mathbb{R} \setminus \{#2\} }} % {\ensuremath{ \mathbb{R} \setminus \{#2\} }}
% {\mathbb{R} \setminus \{#2\}} % {\mathbb{R} \setminus \{#2\}}
% {\mathbb{R} \setminus \{#2\}} % {\mathbb{R} \setminus \{#2\}}
\!\!\!\!\ensuremath{\mathbb{R} \setminus \{#2\}}\!\!\! \ensuremath{\mathbb{R} \setminus \{#2\}}
} }
} }
} }
@ -270,15 +270,15 @@
\NewDocumentCommand \N { s g } { \NewDocumentCommand \N { s g } {
\IfBooleanTF {#1} { \IfBooleanTF {#1} {
\IfNoValueTF {#2} { \IfNoValueTF {#2} {
\!\!\!\!\ensuremath{\mathbb{N} \setminus \{0\}}\!\!\! \ensuremath{\mathbb{N} \setminus \{0\}}
}{ }{
\!\!\!\!\ensuremath{\mathbb{N} \setminus \{0, #2\}}\!\!\! \ensuremath{\mathbb{N} \setminus \{0, #2\}}
} }
}{ }{
\IfNoValueTF {#2} { \IfNoValueTF {#2} {
\!\!\!\!\ensuremath{\mathbb{N}}\!\!\! \ensuremath{\mathbb{N}}
}{ }{
\!\!\!\!\ensuremath{\mathbb{N} \setminus \{#2\}}\!\!\! \ensuremath{\mathbb{N} \setminus \{#2\}}
} }
} }
} }