From 5ad3e2adb0d4b68c66602840e450f54b62c3248e Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 20 Aug 2020 17:19:11 +0200 Subject: [PATCH] Makes changes on github to here --- commun/commun.sty | 5 +++-- jl-cours/jl-cours.cls | 1 + shortcuts/shortcuts.sty | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/commun/commun.sty b/commun/commun.sty index df2161e..294ede4 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -34,6 +34,7 @@ \RequirePackage{ifluatex} \RequirePackage{import} \RequirePackage{lipsum} +\RequirePackage{subfiles} % language \ifluatex @@ -280,8 +281,8 @@ bgcolor=white, highlightcolor=white, autogobble, - frame=single, - breaklines, + frame=none, + % breaklines, escapeinside=||, xleftmargin=0em, xrightmargin=0em, diff --git a/jl-cours/jl-cours.cls b/jl-cours/jl-cours.cls index 59ce743..948ac52 100644 --- a/jl-cours/jl-cours.cls +++ b/jl-cours/jl-cours.cls @@ -40,6 +40,7 @@ %% Own packages. Those contains some global settings and definitions. %% +\RequirePackage{algo} \RequirePackage{commun} \RequirePackage{couleurs} \RequirePackage{shortcuts} diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index dd0ef17..9769466 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -54,8 +54,8 @@ %% tasks %% -%\newcommand{\bq}{\begin{tasks}} -%\newcommand{\eq}{\end{tasks}} +\newcommand{\bt}{\begin{tasks}} +\newcommand{\et}{\end{tasks}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -195,13 +195,13 @@ % {\ensuremath{ \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\} \!} % {\ensuremath{ \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} { @@ -209,13 +209,13 @@ % {\ensuremath{ \mathbb{R} }} % {\mathbb{R}} % {\mathbb{R}} - \!\!\!\!\ensuremath{ \mathbb{R} }\!\!\! + \ensuremath{ \mathbb{R} } }{ % \mathchoice{\mathbb{R} \setminus \{#2\}} % {\ensuremath{ \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 } { \IfBooleanTF {#1} { \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} { - \!\!\!\!\ensuremath{\mathbb{N}}\!\!\! + \ensuremath{\mathbb{N}} }{ - \!\!\!\!\ensuremath{\mathbb{N} \setminus \{#2\}}\!\!\! + \ensuremath{\mathbb{N} \setminus \{#2\}} } } }