From 55ac1c6c2088e933637a97ce0d23981c68d7987a Mon Sep 17 00:00:00 2001 From: saundersp Date: Mon, 5 Aug 2024 00:33:04 +0200 Subject: [PATCH] packages/language_selector.sty : added subsubsubsection and subsubsubsubsection commands --- packages/language_selector.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/language_selector.sty b/packages/language_selector.sty index d9f0b99..b0a4075 100644 --- a/packages/language_selector.sty +++ b/packages/language_selector.sty @@ -1,5 +1,8 @@ \ProvidesPackage{packages/language_selector} +\newcommand{\subsubsubsection}[1]{\paragraph{#1}\smallskip} +\newcommand{\subsubsubsubsection}[1]{\subparagraph{#1}\smallskip} + \DeclareOption{french}{ \def\langoption{french} \newcommand{\lang}[2]{#1} @@ -9,6 +12,7 @@ \newcommand{\langsubsection}[2]{\subsection{#1}} \newcommand{\langsubsubsection}[2]{\subsubsection{#1}} \newcommand{\langsubsubsubsection}[2]{\subsubsubsection{#1}} + \newcommand{\langsubsubsubsubsection}[2]{\subsubsubsubsection{#1}} \newcommand{\langnewcites}[3]{\newcites{#1}{#2}} } @@ -21,6 +25,7 @@ \newcommand{\langsubsection}[2]{\subsection{#2}} \newcommand{\langsubsubsection}[2]{\subsubsection{#2}} \newcommand{\langsubsubsubsection}[2]{\subsubsubsection{#2}} + \newcommand{\langsubsubsubsubsection}[2]{\subsubsubsubsection{#2}} \newcommand{\langnewcites}[3]{\newcites{#1}{#3}} }