%% %% This is file `nwejm.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% nwejm.dtx (with options: `class') %% -------:| ----------------------------------------------------------------- %% nwejm:| Class for the journal "North-Western European Journal of Mathematics" %% Author:| Denis Bitouze %% E-mail:| denis.bitouze@univ-littoral.fr %% License:| Released under the LaTeX Project Public License v1.3c or later %% See:| http://www.latex-project.org/lppl.txt %% \RequirePackage{xparse} \RequirePackage{l3keys2e} \RequirePackage{etoolbox} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesExplClass {nwejm} {2021-10-12} {1.0.2} { Class for the journal "North-Western European Journal of Mathematics". } \ExplSyntaxOn \msg_new:nnnn{nwejm}{Issue~number~needed}{Option~`#1'~needed!} {Please~specify~`#1=', ~otherwise~`'~will~be~set~to ~`\int_use:N\c__nwejm_first_issue_number_int'.}% \msg_new:nnn{nwejm}{Wrong~issue's~main~file~name!}{You~ are~ using~ the~ `nwejm'~ class~ designed~ for~ the~ complete~ issues~ of~ the~ NWEJM~ and~ aimed~ for~ the~ NWEJM's~ team,~ not~ for~ authors~ of~ articles:~ if~ you're~ an~ author~ of~ an~ article,~ you~ should~ use~ the~ `nwejmart'~ class~ instead.~ Otherwise,~ if~ you're~ from~ the~ NWEJM's~ team,~ please~ note~ that~ the~ issue's~ main~ file~ should~ be~ named~ `\tl_use:N\c__nwejm_main_file_name_tl.tex',~ not~ `\c_sys_jobname_str.tex'.~ Please~ rename~ the~ current~ file~ accordingly.}% \msg_new:nnn{nwejm}{Wrong~cover's~main~file~name!}{The~ cover~ file~ should~ /not/~ be~ named~ as~ the~ issue's~ main~ file~ `\tl_use:N\c__nwejm_main_file_name_tl.tex'.~ Please~ rename~ the~ current~ file~ accordingly.}% \msg_new:nnn{nwejm}{Main~file~needs~to~be~compiled!}{The~ issue's~ main~ file~ (`\tl_use:N\c__nwejm_main_file_name_tl.tex')~ should~ be~ compiled~ at~ least~ once~ before~ the~ cover~ can~ be~ generated.}% \msg_new:nnnn{nwejmart}{Unknown~choice}{Choice~`#3'~invalid!} {Please~specify~#1=#2.}% \msg_new:nnn{nwejmart}{Unknown~tag}{There~ isn't~ any~ affiliation~ tagged~ with~ `#1'.~ This~ one~ will~ be~ ignored.}% \msg_new:nnn{nwejmart}{Unknown~language}{The~ option~ `#1'~ you~ passed~ isn't~ a~ valid~ language~ name~ (only~ `english',~ `french',~ `ngerman',~ `german',~ `dutch'~ are~ accepted).~ `english'~ will~ be~ used~ instead.}% \msg_new:nnn{nwejmart}{No~keyword}{You~ haven't~ specify~ any~ keyword~ for~ this~ article!}% \msg_new:nnn{nwejmart}{No~MSC}{You~ haven't~ specify~ any~ Mathematical~ Subject~ Classification~ (MSC)~ for~ this~ article!}% \msg_new:nnn{nwejmart}{No~abstract}{You~ haven't~ specify~ any~ abstract~ for~ this~ article!}% \msg_new:nnn{nwejmart}{Starred~AMS~environments}{The~ starred~AMS~environment~ `#1*'~should~ be~ avoided.~ It~ will ~be ~ replaced ~ by its~ unstarred~ counterpart~ `#1'.}% \msg_new:nnn{ nwejm }{Command~restricted~to~document~body~used~in~preamble}{The~command~#1 can~be~used~only~in~document~body~and~not~in~preamble!}% \msg_new:nnn{nwejmart}{Article~setup~not~consistent}{The~ article~ setup~ concerning~ the~ option~ `#1'~ has~ changed~ after~ its~ 1st~ use.~ Please~ use~ `\string\articlesetup'~ command~ just~ once,~ just~ after~ the~ beginning~ of~ the~ document.}% \msg_new:nnn{ nwejm }{`xy'~package~not~allowed!}{The~ `xy'~ package~ is~ not~ allowed~ with~ the~ `nwejm'~ LaTeX~ classes.~ Please~ use~ instead~ the~ user-friendly~ and~ modern~ `tikz-cd'~ package.}% \msg_new:nnn{nwejmart}{Wrong~paired~delimiter's~size~parameter}{The~ size~parameter~specified~ (`#1')~is~ not~ allowed:~ only~ `0',~`1'~(or~ `\string\big'),~`2'~(or~ `\string\Big'),~`3'~(or~ `\string\big'g)~and~`4'~(or~ `\string\Bigg')~ are ~ allowed. ~ It~ will~ be~ ignored.}% \bool_new:N \g__nwejm_for_authors_bool \bool_new:N \g__nwejm_for_printer_bool \bool_new:N \g__nwejm_cover_bool \bool_new:N \g__nwejm_coverpage_bool \bool_new:N \g__nwejm_inside_pages_bool \bool_new:N \g__nwejm_show_binding_bool \keys_define:nn { nwejm } { output .choice:, output / cover .code:n = {% \bool_gset_true:N \g__nwejm_for_printer_bool% \bool_gset_true:N \g__nwejm_cover_bool% },% output / insidepages .code:n = {% \bool_gset_true:N \g__nwejm_for_printer_bool% \bool_gset_true:N \g__nwejm_inside_pages_bool% },% binding .dim_gset:N = \g__nwejm_binding_dim, showbinding .code:n = {% \bool_gset_true:N \g__nwejm_show_binding_bool% },% }% \keys_define:nn { nwejm } { 10pt .code:n = {% \PassOptionsToClass{10pt}{book} },% 11pt .code:n = {% \PassOptionsToClass{11pt}{book} },% 12pt .code:n = {% \PassOptionsToClass{12pt}{book} },% draft .code:n = {% \PassOptionsToClass{draft}{book} },% }% \ProcessKeysOptions { nwejm } \LoadClass { book } \PassOptionsToPackage{export}{adjustbox}% \PassOptionsToPackage{fleqn}{amsmath}% \PassOptionsToPackage{french,ngerman,dutch,english,noabbrev,capitalize}{cleveref} \AddToHook{begindocument/before}{ \LoadDictionaryFor{french}{nwejm} \LoadDictionaryFor{english}{nwejm} \LoadDictionaryFor{dutch}{nwejm} \LoadDictionaryFor{german}{nwejm} } \PassOptionsToPackage{french,ngerman,dutch,english}{babel} \PassOptionsToPackage{french,ngerman,dutch,english}{varioref} \RequirePackage[l2tabu,orthodox]{nag} \sys_if_engine_pdftex:TF { \RequirePackage[T1]{fontenc} \RequirePackage[easyscsl,noDcommand]{kpfonts} }{ \RequirePackage{unicode-math} \RequirePackage[noDcommand]{kpfonts-otf} \setmonofont[Scale = MatchLowercase]{Latin Modern Mono} } \RequirePackage[pagestyles]{titlesec}% \RequirePackage{graphicx}% \RequirePackage{adjustbox}% \RequirePackage{xr} \RequirePackage[multiple]{footmisc}% \RequirePackage{marginnote}% \RequirePackage{refcount}% \RequirePackage{xcolor}% \RequirePackage{afterpage}% \RequirePackage{ifoddpage}% \RequirePackage{placeins}% \RequirePackage{xspace}% \RequirePackage[autostyle]{csquotes}% \RequirePackage{array} \RequirePackage{booktabs} \RequirePackage{mathtools} \RequirePackage[amsmath,thmmarks,fleqn]{ntheorem} \RequirePackage{esvect} \RequirePackage{geometry} \RequirePackage{translations}% \RequirePackage{currfile} \RequirePackage{import}% \bool_if:nT { \g__nwejm_for_authors_bool } { \RequirePackage{draftwatermark}[2006/06/30]% } \RequirePackage{zref-totpages} \RequirePackage{zref-xr}% \bool_if:NTF {\g__nwejm_cover_bool} { \RequirePackage{tcolorbox} \RequirePackage{tikzpagenodes} \ExplSyntaxOff \usetikzlibrary{calc,backgrounds} \ExplSyntaxOn \tcbuselibrary{skins} \tcbset{__nwejm_title_cover/.style={% colback=white, colframe=blue!37!white, colupper=blue, width=14cm, fontupper=\fontsize{9mm}{9mm}\fontseries{bx}\selectfont\sffamily, halign=center, valign=center, % boxsep=3mm, boxrule=3mm, left=\c_zero_dim, right=\c_zero_dim, sharp~corners, rounded~corners=northwest, % draft } } \RequirePackage{tkz-berge} }{ \RequirePackage[group=false,subpreambles,sort]{standalone}% } \RequirePackage{datatool}% \RequirePackage{fmtcount}% \RequirePackage{babel}% \RequirePackage{varioref} \RequirePackage{subcaption} \RequirePackage{tocvsec2} \RequirePackage{etoc}% \RequirePackage[babel=true,final]{microtype}% \RequirePackage[useregional]{datetime2}% \RequirePackage[inline]{enumitem}% \RequirePackage{environ} \RequirePackage{footnote}% \RequirePackage[backend=biber,style=nwejm]{biblatex}% \ExecuteBibliographyOptions{defernumbers=true,dashed=false,uniquename=init,backref,safeinputenc} \RequirePackage[pdfencoding=unicode,final]{hyperref}% \AddToHook{begindocument/before}{% \hypersetup{hidelinks,hypertexnames=false,breaklinks}% }% \RequirePackage[all]{hypcap} \RequirePackage[numbered]{bookmark}% \RequirePackage[nowarn]{glossaries}% \RequirePackage{cleveref}% \expandafter\def\csname ver@etex.sty\endcsname{3000/12/31} \let\globcount\newcount \makeglossaries \setglossarystyle{indexhypergroup} \setacronymstyle{long-sc-short} \glsdisablehyper \int_new:N \g__nwejm_articles_int \clist_new:N \g__nwejm_counters_to_be_reset_clist \int_const:Nn \c__nwejm_first_issue_number_int { 1 } \int_const:Nn \c__nwejm_first_issue_year_int { 2015 } \int_const:Nn \c__nwejm_first_issue_month_int { 1 } \int_const:Nn \c__nwejm_interval_in_months_int { 12 } \tl_const:Nn \c__nwejm_backcover_tableofcontents_string_tl {Volume's~Contents} \tl_const:Nn \c__nwejm_editorinchief_string_tl {Editor~in~Chief} \tl_const:Nn \c__nwejm_associate_editors_string_tl {Associate~Editors} \tl_const:Nn \c__nwejm_managing_editor_string_tl {Managing~Editor} \tl_const:Nn \c__nwejm_field_editor_string_tl {Field~Editor} \tl_const:Nn \c__nwejm_editorial_secretariat_string_tl {Secretariat} \tl_const:Nn \c__nwejm_phone_string_tl {Tel.} \tl_const:Nn \c__nwejm_issn_string_tl {\textsc{issn}} \tl_const:Nn \c__nwejm_isbn_string_tl {\textsc{isbn}} \tl_const:Nn \c__nwejm_latexclass_string_tl {\LaTeX{}~class} \tl_const:Nn \c__nwejm_computer_engineering_string_tl {Computer~engineering~issues} \tl_const:Nn \c__nwejm_graphicdesign_string_tl {Graphic~design} \tl_const:Nn \c__nwejm_publication_director_string_tl {Directeur~de~la~publication} \tl_const:Nn \c__nwejm_composed_by_string_tl {Composition} \tl_const:Nn \c__nwejm_configuration_file_string_tl {nwejm.cfg} \bool_if:NT {\g__nwejm_cover_bool} { \tl_const:Nn \c__nwejm_frontcover_left_string_tl { Number\c_space_tl\c__nwejm_issue_number_tl% } \tl_const:Nn \c__nwejm_frontcover_right_string_tl { \c__nwejm_issue_year_tl% } \tl_const:Nn \c__nwejm_frontcover_string_tl { \c__nwejm_frontcover_left_string_tl\c_space_tl--\c_space_tl\c__nwejm_frontcover_right_string_tl% } } \tl_const:Nn \c__nwejm_backmatter_directory_string_tl {backmatter} \tl_const:Nn \c__nwejm_issue_backcover_text_file_string_tl {backcover} \tl_const:Nn \c__nwejm_backcover_page_file_string_tl {\c__nwejm_backmatter_directory_string_tl/\c__nwejm_issue_backcover_text_file_string_tl} \tl_const:Nn \c__nwejm_authors_instructions_string_tl {Instructions~to~authors} \tl_const:Nn \c__nwejm_main_file_name_tl {issue} \tl_const:Nn \c__nwejm_date_received_tl {received} \tl_const:Nn \c__nwejm_date_accepted_tl {accepted} \tl_const:Nn \c__nwejm_date_online_tl {online} \tl_const:Nn \c__nwejm_dates_separator_tl {/} \tl_const:Nn \c__nwejm_images_directory_string_tl {images} \tl_const:Nn \c__nwejm_issue_images_path_string_tl {\c__nwejm_images_directory_string_tl} \tl_const:Nn \c__nwejm_preliminary_version_string_tl {% This~document~is~a~draft~that~lets~you~check~the~integrity~of~original~text~and bibliography~of~your~article~to~appear~in~the~next~issue~of~the \c__nwejm_journal_title_string_tl.~The~current~layout~may~not~be~the~final~one.% } \tl_const:Nn \c__nwejm_cover_background_image_tl {nwejm-cover-background.jpg} \definecolor{__nwejm_cover_background_color_tl}{rgb}{0.16,0.22,0.56} \tl_const:Nn \c__nwejm_msc_string_tl {\textsc{msc}} \tl_const:Nn \c__nwejm_colon_tl { \ifcurrentbaselanguage{french}{\FBcolonspace}{}: % \ifundef{\Fcolonspace}{\FBcolonspace}{\Fcolonspace}: } \tl_const:Nn \c__nwejm_aside_string_tl {---} \tl_const:Nn \c__nwejm_draftwatermark_string_tl {draft} \tl_const:Nn \c__nwejm_issue_bib_file_suffix_string_tl {__nwejm} \tl_const:Nn \c__nwejm_issue_bib_file_string_tl {\c_sys_jobname_str\c__nwejm_issue_bib_file_suffix_string_tl.bib} \tl_const:Nn \c__nwejm_issue_bib_path_string_tl {\c__nwejm_issue_bib_file_string_tl} \tl_const:Nn \c__nwejm_issue_number_year_file_string_tl {\c__nwejm_main_file_name_tl.iny} \tl_const:Nn \c__nwejm_issue_bib_key_tl {\int_use:N \g__nwejm_issue_number_int} \tl_const:Nn \c__nwejm_journal_short_title_string_tl {\textsc{nwejm}} \tl_const:Nn \c__nwejm_journal_title_string_tl { North-Western~European~Journal~of~Mathematics% } \tl_const:Nn \c__nwejm_journal_front_cover_title_string_tl { North-Western~European\\Journal\\of\\Mathematics% } \tl_const:Nn \c__nwejm_nwejm_class_name_tl {nwejm} \tl_const:Nn \c__nwejm_nwejmarticle_class_name_tl {nwejmart} \bool_new:N \g__nwejm_frontcover_bool \bool_new:N \g__nwejm_inside_frontcover_bool \bool_new:N \g__nwejm_inside_backcover_bool \bool_new:N \g__nwejm_frontmatter_bool \bool_new:N \g__nwejm_mainmatter_bool \bool_new:N \g__nwejm_backmatter_bool \bool_new:N \g__nwejm_backcover_bool \bool_new:N \g__nwejm_date_specified_bool \dim_const:Nn \c__nwejm_layoutheight_dim { 240mm} \dim_const:Nn \c__nwejm_layoutwidth_dim { 170mm} \dim_const:Nn \c__nwejm_printer_layoutoffset_dim { 10mm } \bool_if:NTF {\g__nwejm_for_printer_bool} { \dim_const:Nn \c__nwejm_potential_layoutoffset_dim { \c__nwejm_printer_layoutoffset_dim} }{ \dim_const:Nn \c__nwejm_potential_layoutoffset_dim {\c_zero_dim} } \int_const:Nn \c__nwejm_thresold_a_int {68} \int_const:Nn \c__nwejm_thresold_b_int {80} \int_const:Nn \c__nwejm_thresold_c_int {88} \int_const:Nn \c__nwejm_thresold_d_int {96} \int_const:Nn \c__nwejm_thresold_e_int {104} \int_const:Nn \c__nwejm_thresold_f_int {120} \dim_const:Nn \c__nwejm_bindingoffset_a_dim {6mm} \dim_const:Nn \c__nwejm_bindingoffset_b_dim {7mm} \dim_const:Nn \c__nwejm_bindingoffset_c_dim {7.8mm} \dim_const:Nn \c__nwejm_bindingoffset_d_dim {8.2mm} \dim_const:Nn \c__nwejm_bindingoffset_e_dim {9mm} \dim_const:Nn \c__nwejm_bindingoffset_f_dim {10mm} \int_new:N \g__nwejm_total_pages_number_int% \int_new:N \g__nwejm_total_inside_pages_number_int% \zexternaldocument[self]{\c__nwejm_main_file_name_tl} \int_gset:Nn \g__nwejm_total_pages_number_int { \zref@extractdefault{selfLastPage}{abspage}{0} } \int_gset:Nn \g__nwejm_total_inside_pages_number_int { \g__nwejm_total_pages_number_int - 4 } \int_compare:nNnTF {\g__nwejm_total_inside_pages_number_int}<{\c__nwejm_thresold_a_int} { \dim_const:Nn \c__nwejm_printer_bindingoffset_dim { \c_zero_dim } }{ \int_compare:nNnTF {\g__nwejm_total_inside_pages_number_int}<{\c__nwejm_thresold_b_int} { \dim_const:Nn \c__nwejm_printer_bindingoffset_dim { \c__nwejm_bindingoffset_a_dim } }{ \int_compare:nNnTF {\g__nwejm_total_inside_pages_number_int}<{\c__nwejm_thresold_c_int} { \dim_const:Nn \c__nwejm_printer_bindingoffset_dim { \c__nwejm_bindingoffset_b_dim } }{ \int_compare:nNnTF {\g__nwejm_total_inside_pages_number_int}<{\c__nwejm_thresold_d_int} { \dim_const:Nn \c__nwejm_printer_bindingoffset_dim { \c__nwejm_bindingoffset_c_dim } }{ \int_compare:nNnTF {\g__nwejm_total_inside_pages_number_int}<{\c__nwejm_thresold_e_int} { \dim_const:Nn \c__nwejm_printer_bindingoffset_dim { \c__nwejm_bindingoffset_d_dim } }{ \int_compare:nNnTF {\g__nwejm_total_inside_pages_number_int}<{\c__nwejm_thresold_f_int} { \dim_const:Nn \c__nwejm_printer_bindingoffset_dim { \c__nwejm_bindingoffset_e_dim } }{ \dim_const:Nn \c__nwejm_printer_bindingoffset_dim { \c__nwejm_bindingoffset_f_dim } } } } } } } \bool_if:NTF {\g__nwejm_cover_bool} { \dim_compare:nTF {\g__nwejm_binding_dim > \c_zero_dim} {% \dim_const:Nn \c__nwejm_potential_bindingoffset_dim { \g__nwejm_binding_dim } }{ \dim_const:Nn \c__nwejm_potential_bindingoffset_dim { \c__nwejm_printer_bindingoffset_dim } } }{ \dim_const:Nn \c__nwejm_potential_bindingoffset_dim {\c_zero_dim} } \dim_const:Nn \c__nwejm_paperheight_dim { \c__nwejm_layoutheight_dim + 2\c__nwejm_potential_layoutoffset_dim } \bool_if:NTF {\g__nwejm_cover_bool} { \dim_const:Nn \c__nwejm_paperwidth_dim { \c__nwejm_layoutwidth_dim + \c__nwejm_potential_layoutoffset_dim + .5\c__nwejm_potential_bindingoffset_dim } }{ \dim_const:Nn \c__nwejm_paperwidth_dim { \c__nwejm_layoutwidth_dim + 2\c__nwejm_potential_layoutoffset_dim + \c__nwejm_potential_bindingoffset_dim } } \dim_const:Nn \c__nwejm_topmargin_dim { 20mm} \dim_const:Nn \c__nwejm_topmargin_frontcover_dim { \c__nwejm_topmargin_dim } \dim_const:Nn \c__nwejm_topmargin_inside_cover_dim { \c__nwejm_topmargin_dim } \dim_const:Nn \c__nwejm_topmargin_front_matter_dim { \c__nwejm_topmargin_inside_cover_dim } \dim_const:Nn \c__nwejm_headsep_dim { 9.5mm} \dim_const:Nn \c__nwejm_headsep_frontcover_dim { \c__nwejm_headsep_dim } \dim_const:Nn \c__nwejm_headsep_inside_frontcover_dim { \c__nwejm_headsep_dim +7mm } \dim_const:Nn \c__nwejm_headsep_front_matter_dim { \c__nwejm_headsep_inside_frontcover_dim } \dim_const:Nn \c__nwejm_headheight_dim { 5mm } \dim_const:Nn \c__nwejm_botmargin_dim { 30mm} \dim_const:Nn \c__nwejm_footskip_dim { 10mm} \dim_const:Nn \c__nwejm_margin_frontcover_dim { 15mm } \dim_const:Nn \c__nwejm_bottom_frontcover_dim { 15mm } \dim_const:Nn \c__nwejm_left_minipage_frontcover_dim { .4\linewidth } \dim_const:Nn \c__nwejm_right_minipage_frontcover_dim { .6\linewidth } \dim_const:Nn \c__nwejm_innermargin_dim { 23mm } \dim_const:Nn \c__nwejm_outermargin_dim { 30mm } \dim_const:Nn \c__nwejm_inside_cover_textwidth_dim { 145mm }% \dim_const:Nn \c__nwejm_outermargin_inside_frontcover_dim { 15mm } \dim_const:Nn \c__nwejm_outermargin_inside_backcover_dim { 10mm } \dim_const:Nn \c__nwejm_innermargin_backcover_dim { 10mm } \dim_const:Nn \c__nwejm_outermargin_backcover_dim { \c__nwejm_innermargin_backcover_dim } \dim_const:Nn \c__nwejm_topmargin_backcover_dim { \c__nwejm_innermargin_backcover_dim } \dim_const:Nn \c__nwejm_bottommargin_backcover_dim { \c__nwejm_innermargin_backcover_dim } \dim_const:Nn \c__nwejm_front_matter_extra_innermargin_dim { \c_zero_dim } \dim_const:Nn \c__nwejm_front_matter_extra_outermargin_dim { \c_zero_dim } \dim_const:Nn \c__nwejm_inside_cover_offset_dim { \c_zero_dim }% \dim_const:Nn \c__nwejm_logos_rectangle_thickness_dim { 3.1mm } \dim_const:Nn \c__nwejm_logos_rectangle_height_dim { 33mm } \geometry{% papersize={\c__nwejm_paperwidth_dim,\c__nwejm_paperheight_dim} } \bool_if:NT {\g__nwejm_inside_pages_bool} { \geometry{showcrop} } \bool_if:NTF {\g__nwejm_cover_bool} { \tl_const:Nn \c__nwejm_frontcover_geometry_tl {% ,layoutheight=\c__nwejm_layoutheight_dim ,layoutwidth=\c__nwejm_layoutwidth_dim ,layoutoffset=\c__nwejm_potential_layoutoffset_dim ,ignoreall% ,nomarginpar% ,noheadfoot% ,margin=\c_zero_dim }% }{ \tl_const:Nn \c__nwejm_frontcover_geometry_tl {% ,layoutheight=\c__nwejm_layoutheight_dim ,layoutwidth=\c__nwejm_layoutwidth_dim ,layoutoffset=\c__nwejm_potential_layoutoffset_dim ,ignoreall% ,nomarginpar% ,noheadfoot% ,margin=\c_zero_dim }% } \bool_if:NTF {\g__nwejm_cover_bool} { \tl_const:Nn \c__nwejm_inside_cover_geometry_tl {% ,layoutsize={\c__nwejm_layoutwidth_dim,\c__nwejm_layoutheight_dim} ,layoutoffset=\c__nwejm_potential_layoutoffset_dim ,top=\c__nwejm_topmargin_inside_cover_dim ,headheight=\c__nwejm_headheight_dim ,headsep=\c__nwejm_headsep_inside_frontcover_dim ,bottom=\c__nwejm_botmargin_dim ,footskip=\c__nwejm_footskip_dim ,nomarginpar% ,textwidth=\c__nwejm_inside_cover_textwidth_dim }% }{ \tl_const:Nn \c__nwejm_inside_cover_geometry_tl {% ,layoutsize={\c__nwejm_layoutwidth_dim,\c__nwejm_layoutheight_dim} ,layoutoffset=\c__nwejm_potential_layoutoffset_dim ,top=\c__nwejm_topmargin_inside_cover_dim ,headheight=\c__nwejm_headheight_dim ,headsep=\c__nwejm_headsep_inside_frontcover_dim ,bottom=\c__nwejm_botmargin_dim ,footskip=\c__nwejm_footskip_dim ,nomarginpar% ,textwidth=\c__nwejm_inside_cover_textwidth_dim }% } \tl_const:Nn \c__nwejm_front_matter_geometry_tl {% ,layoutsize={\c__nwejm_layoutwidth_dim,\c__nwejm_layoutheight_dim} ,layoutoffset=\c__nwejm_potential_layoutoffset_dim % ,bindingoffset=\c__nwejm_potential_bindingoffset_dim ,top=\c__nwejm_topmargin_front_matter_dim% ,headheight=\c__nwejm_headheight_dim ,headsep=\c__nwejm_headsep_front_matter_dim ,bottom=\c__nwejm_botmargin_dim ,footskip=\c__nwejm_footskip_dim% ,inner=\c__nwejm_innermargin_dim+\c__nwejm_front_matter_extra_innermargin_dim% ,outer=\c__nwejm_outermargin_dim+\c__nwejm_front_matter_extra_outermargin_dim% ,nomarginpar% }% \tl_const:Nn \c__nwejm_backcover_geometry_tl {% ,layoutsize={\c__nwejm_layoutwidth_dim,\c__nwejm_layoutheight_dim} ,layoutoffset=\c__nwejm_potential_layoutoffset_dim % ,bindingoffset=\c__nwejm_potential_bindingoffset_dim ,top=\c__nwejm_topmargin_backcover_dim% % ,top=\c__nwejm_topmargin_dim-15mm% % ,headheight=\c__nwejm_headheight_dim % ,headsep=\c__nwejm_headsep_dim-18mm ,bottom=\c__nwejm_bottommargin_backcover_dim % ,footskip=\c__nwejm_footskip_dim ,inner=\c__nwejm_innermargin_backcover_dim ,outer=\c__nwejm_outermargin_backcover_dim } \tl_const:Nn \c__nwejm_main_geometry_tl {% ,layoutsize={\c__nwejm_layoutwidth_dim,\c__nwejm_layoutheight_dim} ,layoutoffset=\c__nwejm_potential_layoutoffset_dim ,textwidth=\c__nwejm_layoutwidth_dim*3/4 ,textheight=\c__nwejm_layoutheight_dim*3/4 % ,marginratio={4\string :6,5\string :7} ,inner=\c__nwejm_innermargin_dim ,headheight=\c__nwejm_headheight_dim ,footskip=\c__nwejm_footskip_dim % % ,layoutsize={\c__nwejm_layoutwidth_dim,\c__nwejm_layoutheight_dim} % ,layoutoffset=\c__nwejm_potential_layoutoffset_dim % % ,bindingoffset=\c__nwejm_potential_bindingoffset_dim % ,top=\c__nwejm_topmargin_dim% % ,headheight=\c__nwejm_headheight_dim % ,headsep=\c__nwejm_headsep_dim % ,bottom=\c__nwejm_botmargin_dim % ,footskip=\c__nwejm_footskip_dim % ,inner=\c__nwejm_innermargin_dim % ,outer=\c__nwejm_outermargin_dim }% \bool_new:N \g__nwejm_tableofcontents_already_used_bool \renewcommand\etocbeforetitlehook {% \DeclareNameAlias{labelname}{giveninits-last} \bool_if:NF {\g__nwejm_for_authors_bool}{ \bool_if:NF {\g__nwejm_tableofcontents_already_used_bool}{ \g__nwejm_frontmatter_switch_tl \phantomsection \hypertarget{__nwejm_toc}{} \bookmark[dest=__nwejm_toc,level=chapter]{\contentsname} } } }% \renewcommand\etocaftertochook {% \bool_if:NF {\g__nwejm_for_authors_bool}{ \bool_if:NF {\g__nwejm_tableofcontents_already_used_bool}{ \normalsize% \clearpage% \bool_gset_false:N \g__nwejm_frontmatter_bool% \g__nwejm_mainmatter_switch_tl } } \bool_gset_true:N \g__nwejm_tableofcontents_already_used_bool }% \renewcommand\etocaftercontentshook {% \exp_after:wN\newgeometry\exp_after:wN{\c__nwejm_main_geometry_tl}% }% \newpagestyle{__nwejm_frontcover_ps}[]{% \sethead {}% {}% {}% % \setfoot% {}% {}% {}% }% \newpagestyle{__nwejm_inside_cover_ps}[]{% \sethead% {}% {}% {}% % \setfoot% {}% {}% {}% }% \newpagestyle{__nwejm_frontmatter_ps}[]{% \sethead% {}% {}% {}% % \setfoot% {}% {\thepage}% {}% }% \newpagestyle{__nwejm_blank_pages_ps}[]{% \sethead {}% {}% {}% % \setfoot% {}% {\thepage}% {}% }% \tl_new:N \l__nwejm_section_header_tl \tl_set:Nn \l__nwejm_section_header_tl { \ifthesection{% \thesection.~% }{% } \sectiontitle }% \newpagestyle{__nwejm_mainmatter_ps}[]{% \sethead% [ \tl_if_exist:NT {\g__nwejm_header_title_tl} { \tl_if_empty:NF \g__nwejm_header_title_tl {% \slshape\g__nwejm_header_title_tl } } ]% [% ]% [ \DeclareNameAlias{labelname}{giveninits-last} \AtNextCitekey{\defcounter{maxnames}{2}}\citeauthor{\g__nwejm_article_bib_key_tl} ]% { \slshape\l__nwejm_section_header_tl }% {% }% { }% % \setfoot% {}% {\thepage}% {}% } \box_new:N \l__nwejm_journal_logo_box \box_new:N \l__nwejm_journal_name_box \AddToHook{begindocument/end}{% \hbox_set:Nn \l__nwejm_journal_name_box { \bfseries% \adjustbox{stack=l}{% \c__nwejm_journal_title_string_tl \\\text_titlecase:n{\GetTranslation{volume-abbreviated}}\c_space_tl\int_use:N \g__nwejm_issue_number_int } } \hbox_set:Nn \l__nwejm_journal_logo_box { \includegraphics[width=1cm]{ nwejm-logo-NB } } \hbox_set_to_wd:Nnn \l__nwejm_journal_logo_box { 1cm } { \box_move_down:nn { \box_ht:N \l__nwejm_journal_logo_box / 2 - \box_ht:N \l__nwejm_journal_name_box / 2 } { \box_use:N \l__nwejm_journal_logo_box } } \box_set_ht:Nn \l__nwejm_journal_logo_box { \c_zero_dim } \box_set_dp:Nn \l__nwejm_journal_logo_box { \c_zero_dim } } \newpagestyle{__nwejm_article_title_ps}[]{% % \widenhead{\c_zero_dim}{\c_zero_dim} \sethead% { \box_use:N \l__nwejm_journal_name_box }% {% }% { \box_use:N \l__nwejm_journal_logo_box }% % \setfoot% {}% {\thepage}% {}% } \def\@pnumwidth{\@tocrmarg} \AddToHook{begindocument}{% \graphicspath{{\c__nwejm_issue_images_path_string_tl//}{../\c__nwejm_issue_images_path_string_tl//}} % \glsdisablehyper } \tl_new:N \l__nwejm_journal_publisher_tl \tl_new:N \l__nwejm_journal_address_tl \tl_new:N \l__nwejm_journal_phone_tl \tl_new:N \l__nwejm_journal_email_tl \tl_new:N \l__nwejm_journal_url_tl \tl_new:N \l__nwejm_journal_issn_tl \tl_new:N \l__nwejm_journal_isbn_tl \keys_define:nn { nwejm/journalsetup } { publisher .tl_set:N = \l__nwejm_journal_publisher_tl, address .tl_set:N = \l__nwejm_journal_address_tl, phone .tl_set:N = \l__nwejm_journal_phone_tl, email .tl_set:N = \l__nwejm_journal_email_tl, url .tl_set:N = \l__nwejm_journal_url_tl, issn .tl_set:N = \l__nwejm_journal_issn_tl, isbn .tl_set:N = \l__nwejm_journal_isbn_tl, publisher .value_required:n = true, address .value_required:n = true, phone .value_required:n = true, email .value_required:n = true, url .value_required:n = true, issn .value_required:n = true, isbn .value_required:n = true, } \int_new:N \g__nwejm_issue_number_int \int_new:N \g__nwejm_issue_month_int \int_new:N \g__nwejm_issue_year_int \tl_new:N \g__nwejm_frontcover_image_options_tl \keys_define:nn { nwejm/issuesetup } { number .int_gset:N = \g__nwejm_issue_number_int, volume .int_gset:N = \g__nwejm_issue_volume_int, volume .value_required:n = true, volume .initial:n = 0, } \keys_define:nn { nwejm/dates } { received .code:n = { \tl_gset:Nn \g__nwejm_reception_date_tl {#1} \bool_gset_true:N \g__nwejm_date_specified_bool }, accepted .code:n = { \tl_gset:Nn \g__nwejm_acception_date_tl {#1} \bool_gset_true:N \g__nwejm_date_specified_bool }, online .code:n = { \tl_gset:Nn \g__nwejm_online_date_tl {#1} \bool_gset_true:N \g__nwejm_date_specified_bool }, received .value_required:n = true, accepted .value_required:n = true, online .value_required:n = true, } \quark_new:N \q__nwejm \int_new:N \l_author_int \prop_new:N \g_authors_prop \prop_new:N \l_affiliations_tagged_prop \cs_generate_variant:Nn \prop_put_if_new:Nnn { NVn } \cs_generate_variant:Nn \prop_gput_if_new:Nnn { Nxn } \cs_generate_variant:Nn \prop_put_if_new:Nnn { NnV } \cs_new:Npn \__nwejm_prop_count:nn #1#2 { + 1 } \cs_new:Npn \__nwejm_prop_count:N #1 { \int_eval:n { 0 \prop_map_function:NN #1 \__nwejm_prop_count:nn } } \NewDocumentCommand \__nwejm_author_affiliation:ww { o u\q__nwejm } { \stepcounter{footnote} \prop_put_if_new:NVn \l_tmpa_prop {\the\c@footnote} {#2} \IfValueT{#1}{% \prop_put_if_new:NnV \l_affiliations_tagged_prop {#1} {\the\c@footnote} } } \keys_define:nn { nwejm / authors } { email .tl_gset:N = \g__nwejm_people_email_tl, affiliation .code:n = {% \__nwejm_author_affiliation:ww #1 \q__nwejm }, affiliationtagged .code:n = {% \prop_get:NnNTF \l_affiliations_tagged_prop {#1} \l_tmpa_tl {% \prop_put_if_new:NVn \l_tmpa_prop {\l_tmpa_tl} {} }{ \msg_error:nnn{__nwejm}{Unknown~tag}{#1} } }, affiliation .value_required:n = true, affiliationtagged .value_required:n = true, } \tl_new:N \l__nwejm_newtheorem_style_tl \keys_define:nn { nwejm / newtheorem } { title .tl_set:N = \l__nwejm_newtheorem_title_tl, title / french .tl_set:N = \l__nwejm_newtheorem_french_title_tl, title / english .tl_set:N = \l__nwejm_newtheorem_english_title_tl, title / german .tl_set:N = \l__nwejm_newtheorem_german_title_tl, title / dutch .tl_set:N = \l__nwejm_newtheorem_dutch_title_tl, title .value_required:n = true, title / french .value_required:n = true, title / english .value_required:n = true, title / german .value_required:n = true, title / dutch .value_required:n = true, % title-plural .tl_set:N = \l__nwejm_newtheorem_title_plural_tl, title-plural / french .tl_set:N = \l__nwejm_newtheorem_french_title_plural_tl, title-plural / english .tl_set:N = \l__nwejm_newtheorem_english_title_plural_tl, title-plural / german .tl_set:N = \l__nwejm_newtheorem_german_title_plural_tl, title-plural / dutch .tl_set:N = \l__nwejm_newtheorem_dutch_title_plural_tl, title-plural .value_required:n = true, title-plural / french .value_required:n = true, title-plural / english .value_required:n = true, title-plural / german .value_required:n = true, title-plural / dutch .value_required:n = true, % style .choice:, style / theorem .code:n = {\__nwejm_theorem_style:n {theorem}}, style / definition .code:n = {\__nwejm_theorem_style:n {definition}}, style / proof .code:n = {\__nwejm_theorem_style:n {proof}}, style / unknown .code:n = \msg_error:nnxxx { nwejm } { Unknown~choice } { style } % Name of choice key { theorem~or~definition~or~proof } % Valid choices { \exp_not:n {#1} } % Invalid choice given } \bool_new:N \g__nwejm_gradient_nabla_bool \bool_new:N \g__nwejm_gradient_nabla_control_bool \keys_define:nn { nwejm/articlesetup } { gradient .choice:, gradient / nabla .code:n = {\bool_gset_true:N \g__nwejm_gradient_nabla_bool}, gradient / grad .code:n = {\bool_gset_false:N \g__nwejm_gradient_nabla_bool}, gradient / unknown .code:n = \msg_error:nnxxx { nwejmart } { Unknown~choice } { gradient } % Name of choice key { nabla~or~grad } % Valid choices { \exp_not:n {#1} } % Invalid choice given } \tl_new:N \g__nwejm_nwejm_short_string_tl \tl_new:N \g__nwejm_nwejm_string_tl \tl_gset:Nn \g__nwejm_nwejm_short_string_tl { \cs_if_exist:cTF {texorpdfstring} { \texorpdfstring{\emph{\c__nwejm_journal_short_title_string_tl}}{\c__nwejm_journal_short_title_string_tl} }{% \emph{\c__nwejm_journal_short_title_string_tl} }% } \tl_gset:Nn \g__nwejm_nwejm_string_tl { \cs_if_exist:cTF {texorpdfstring} { \texorpdfstring{\emph{\c__nwejm_journal_title_string_tl}}{\c__nwejm_journal_title_string_tl} }{% \emph{\c__nwejm_journal_title_string_tl} }% } \cs_new_protected:Nn \__nwejm_email:n { \href{mailto:#1}{\nolinkurl{#1}}% } \tl_new:N \l__nwejm_crossref_tl \cs_new_protected:Nn \__nwejm_populate_bib_file:nn { \int_if_exist:cF {g__nwejm_#2_int} { \int_new:c {g__nwejm_#2_int} } \int_incr:c {g__nwejm_#2_int} \tl_if_in:nnTF { #2 } { author } { \tl_set:Nn \l__nwejm_crossref_tl {% \c__nwejm_issue_bib_key_tl -art- \int_use:N \g__nwejm_articles_int } } { \tl_set:Nn \l__nwejm_crossref_tl {\c__nwejm_issue_bib_key_tl} } \tl_set:Nn \l__nwejm_people_first_last_name_tl {#1} \iow_now:Nx \g__nwejm_bib_out_iow {% @article{ \c__nwejm_issue_bib_key_tl -#2- \int_use:c {g__nwejm_#2_int}, \iow_newline: author={\exp_not:V\l__nwejm_people_first_last_name_tl}, \iow_newline: options={skipbib}, \iow_newline: crossref = {\l__nwejm_crossref_tl} \iow_newline: } \iow_newline: }% } \DTLnewdb{people} \cs_new_protected:Nn \__nwejm_people:nnnnn { \DTLnewrow{people}% \DTLnewdbentry{people}{first-last-name}{#1}% \DTLnewdbentry{people}{affiliation}{#2}% \DTLnewdbentry{people}{country}{#3}% \DTLnewdbentry{people}{email}{#4}% \DTLnewdbentry{people}{role}{#5}% \__nwejm_populate_bib_file:nn {#1}{#5} } \cs_generate_variant:Nn \__nwejm_people:nnnnn { nVnVx } \cs_new_protected:Nn \__nwejm_display_people_by_role:n { \DTLforeach*[\DTLiseq{\l__nwejm_people_role_tl}{#1}]{people}{% \l__nwejm_firstlastname_tl=first-last-name% ,\l__nwejm_people_affiliation_tl=affiliation% ,\l__nwejm_people_country_tl=country% ,\l__nwejm_people_email_tl=email% ,\l__nwejm_people_role_tl=role% }{% \tl_if_in:NnTF \l__nwejm_people_role_tl { editor } { \item[ \__nwejm_citeauthor_no_giveninits:n {\c__nwejm_issue_bib_key_tl -#1- \exp_not:V\DTLcurrentindex}% ] \l__nwejm_people_affiliation_tl% \c_space_tl% (\l__nwejm_people_country_tl)% % ,\c_space_tl% % \__nwejm_email:n {\l__nwejm_people_email_tl} \DTLiflastrow{% }{% % \medskip% } }{ \tl_if_in:NnTF \l__nwejm_people_role_tl { author } { \footnotesize% \noindent% \begin{description}[leftmargin=1em,style=nextline] \item[% \__nwejm_citeauthor_no_giveninits:n {\c__nwejm_issue_bib_key_tl -#1- \exp_not:V\DTLcurrentindex}% ] \tl_if_empty:NF \l__nwejm_people_affiliation_tl {% \mbox{}% \par% \vspace{-2ex}% \l__nwejm_people_affiliation_tl% } \tl_if_empty:NF \l__nwejm_people_email_tl {% \par% \__nwejm_email:n {\l__nwejm_people_email_tl} } \end{description} \DTLiflastrow{% }{ \DTLpar% \medskip% } }{ \tl_if_in:NnTF \l__nwejm_people_role_tl { publicationdirector } { \__nwejm_citeauthor_no_giveninits:n {\c__nwejm_issue_bib_key_tl -#1- \exp_not:V\DTLcurrentindex},~ \l__nwejm_people_affiliation_tl% }{ \__nwejm_citeauthor_no_giveninits:n {\c__nwejm_issue_bib_key_tl -#1- \exp_not:V\DTLcurrentindex}% \tl_if_empty:NF \l__nwejm_people_email_tl { \c_space_tl(\__nwejm_email:n {\l__nwejm_people_email_tl}) } } } } } } \cs_new_protected:Nn \__nwejm_binding_text:n { \Large \color{white} \bfseries \sffamily \node[outer~sep=0pt,inner~sep=0pt,rotate=90] at (current~page.#1) { \maxsizebox*{!}{\c__nwejm_potential_bindingoffset_dim}{\c__nwejm_journal_title_string_tl} } ; \node[outer~sep=0pt,inner~sep=0pt,rotate=90,anchor=east] at ($ (current~page.south~#1)!.2!(current~page.north~#1) $) { \maxsizebox*{!}{\c__nwejm_potential_bindingoffset_dim}{\c__nwejm_frontcover_left_string_tl} } ; \node[outer~sep=0pt,inner~sep=0pt,rotate=90,anchor=west] at ($ (current~page.south~#1)!.8!(current~page.north~#1) $) { \maxsizebox*{!}{\c__nwejm_potential_bindingoffset_dim}{\c__nwejm_issue_year_tl} } ; } \cs_new_protected:Nn \__nwejm_grWheelComplete:nn { \begingroup% \setkeys[GR]{cl}{#1}% \grStar[#1]{#2}% \pgfmathsetcounter{tkz@gr@a}{#2-1}% \edef\tkz@auxctp{\thetkz@gr@a}% \foreach \ia in {0,...,\tkz@auxctp}% {\foreach \ib in {\ia,...,\tkz@auxctp}% {\Edge(\cmdGR@cl@prefix\ia)(\cmdGR@cl@prefix\ib)}% }% \endgroup% } \tl_new:N \g__nwejm_display_frontcover_tl% \tl_gset:Nn \g__nwejm_display_frontcover_tl {% \bool_gset_true:N \g__nwejm_frontcover_bool \pagestyle{__nwejm_frontcover_ps}% \exp_after:wN\newgeometry\exp_after:wN{\c__nwejm_frontcover_geometry_tl}% \begin{tikzpicture}[remember~picture,overlay] \NoAutoSpacing \begin{pgfonlayer}{background} \file_if_exist:nTF {\c__nwejm_cover_background_image_tl}{ \node[anchor=north~east,outer~sep=0pt,inner~sep=0pt] at (current~page.north~east) { \reflectbox{% \includegraphics[width=\paperheight,height=\c__nwejm_paperwidth_dim,angle=90]{ \c__nwejm_cover_background_image_tl }% } }; }{ \fill[__nwejm_cover_background_color_tl] (current~page.north~east) rectangle (current~page.south~west); } \end{pgfonlayer} \__nwejm_binding_text:n {east} \end{tikzpicture} \begin{tikzpicture}[ remember~picture, overlay, shift={(current~page~text~area.center)}, scale=0.5, every~node/.style={scale=0.5} ] \SetGraphShadeColor{white}{blue}{white}% \tikzset{% VertexStyle/.style = {% shape = circle,% fill = white,% minimum~size = 3.5cm,% draw% }% }% \SetVertexNoLabel% \__nwejm_grWheelComplete:nn {RA=9}{6} \AssignVertexLabel{a}{% \includegraphics[height=25mm]{nwejm-fields-institute-logo},% \includegraphics[height=25mm]{nwejm-federation-recherche-math-npdc-logo},% \includegraphics[height=10mm]{nwejm-kwg-logo},% \includegraphics[height=20mm]{nwejm-smf-logo},% \includegraphics[height=12mm]{nwejm-sml-logo},% \includegraphics[height=25mm]{nwejm-logo}% };% \end{tikzpicture} \begin{tikzpicture}[remember~picture,overlay] % left horizontal lower white rule \fill[white] ([xshift=.95\c__nwejm_layoutwidth_dim,yshift=\c__nwejm_logos_rectangle_height_dim]current~page~text~area.south~west) rectangle ++(-.85\c__nwejm_layoutwidth_dim,\c__nwejm_logos_rectangle_thickness_dim) ; % left vertical white rule \fill[white] ([xshift=10mm,yshift=\c__nwejm_logos_rectangle_height_dim]current~page~text~area.south~west) rectangle ([xshift=10mm-\c__nwejm_logos_rectangle_thickness_dim,yshift=-\c__nwejm_logos_rectangle_height_dim+\c__nwejm_logos_rectangle_thickness_dim]current~page~text~area.north~west) ; % left horizontal upper white rule \fill[white] ([xshift=.95\c__nwejm_layoutwidth_dim,yshift=-\c__nwejm_logos_rectangle_height_dim+\c__nwejm_logos_rectangle_thickness_dim]current~page~text~area.north~west) rectangle ([xshift=.6\c__nwejm_layoutwidth_dim,yshift=-\c__nwejm_logos_rectangle_height_dim]current~page~text~area.north~west) ; % crop marks \draw [white] ([xshift=-2.5mm]current~page~text~area.north~west) -- ([xshift=-7.5mm]current~page~text~area.north~west); \draw [white] ([yshift=2.5mm]current~page~text~area.north~west) -- ([yshift=7.5mm]current~page~text~area.north~west); \draw [white] ([xshift=-2.5mm]current~page~text~area.south~west) -- ([xshift=-7.5mm]current~page~text~area.south~west); \draw [white] ([yshift=-2.5mm]current~page~text~area.south~west) -- ([yshift=-7.5mm]current~page~text~area.south~west); % binding limit \bool_if:NT {\g__nwejm_show_binding_bool} { \draw[green] ([xshift=-.5\c__nwejm_potential_bindingoffset_dim]current~page.north~east) -- ([xshift=-.5\c__nwejm_potential_bindingoffset_dim]current~page.south~east); } \end{tikzpicture} \clearpage% \bool_gset_false:N \g__nwejm_frontcover_bool } \tl_new:N \g__nwejm_display_inside_frontcover_tl% \tl_gset:Nn \g__nwejm_display_inside_frontcover_tl {% \bool_gset_true:N \g__nwejm_inside_frontcover_bool% \pagestyle{__nwejm_inside_cover_ps}% \exp_after:wN\newgeometry\exp_after:wN{% \c__nwejm_inside_cover_geometry_tl ,outer=\c__nwejm_outermargin_inside_frontcover_dim }% % \tikz[remember~picture,overlay] {% % \draw [green] % (current~page~text~area.south~west) % rectangle % (current~page~text~area.north~east) % ; % } \setlist[description,1]{font=\scshape\bfseries} \footnotesize% \begin{multicols*}{2} \raggedright \setlength{\columnsep}{1mm} \begin{description}[leftmargin=2em] \item[\c__nwejm_editorinchief_string_tl] \ \begin{description}[leftmargin=1em] \__nwejm_display_people_by_role:n {editorinchief} \end{description} \bigskip \par \item[\c__nwejm_associate_editors_string_tl] \ \begin{description}[leftmargin=1em] \__nwejm_display_people_by_role:n {editor} \end{description} \bigskip \par \item[\c__nwejm_field_editor_string_tl] \ \begin{description}[leftmargin=1em] \__nwejm_display_people_by_role:n {fieldseditor} \end{description} \bigskip \par \item[\c__nwejm_managing_editor_string_tl] \ \begin{description}[leftmargin=1em] \__nwejm_display_people_by_role:n {managingeditor} \end{description} \end{description} \end{multicols*} \clearpage% \bool_gset_false:N \g__nwejm_inside_frontcover_bool \pagestyle{__nwejm_frontmatter_ps}% \exp_after:wN\newgeometry\exp_after:wN{\c__nwejm_main_geometry_tl}% } \tl_new:N \g__nwejm_display_inside_backcover_tl% \tl_gset:Nn \g__nwejm_display_inside_backcover_tl {% \bool_gset_true:N \g__nwejm_inside_backcover_bool% \pagestyle{__nwejm_inside_cover_ps}% \exp_after:wN\newgeometry\exp_after:wN{% \c__nwejm_inside_cover_geometry_tl ,outer=\c__nwejm_outermargin_inside_backcover_dim }% % \tikz[remember~picture,overlay] {% % \draw [purple] % (current~page~text~area.south~west) % rectangle % (current~page~text~area.north~east) % ; % } \setlist[description,1]{font=\scshape\bfseries} \begin{description}[leftmargin=1em] \item[\c__nwejm_authors_instructions_string_tl{}:] \ \g__nwejm_authors_instructions_tl \item[\c__nwejm_editorial_secretariat_string_tl{}:] \ \par% % \l__nwejm_journal_publisher_tl% % \par% % \c_space_tl\textendash{}\c_space_tl% \__nwejm_display_people_by_role:n { secretary }\par \l__nwejm_journal_address_tl\par% \c__nwejm_phone_string_tl{}:~\l__nwejm_journal_phone_tl{}\par% \__nwejm_email:n {\l__nwejm_journal_email_tl} \newline% % \c_space_tl\textendash{}\c_space_tl \url{\l__nwejm_journal_url_tl} \tl_if_empty:NF \l__nwejm_journal_issn_tl {% \item[\c__nwejm_issn_string_tl{}:] \l__nwejm_journal_issn_tl } \tl_if_empty:NF \l__nwejm_journal_isbn_tl {% \item[\c__nwejm_isbn_string_tl{}:] \l__nwejm_journal_isbn_tl } \item[\c__nwejm_latexclass_string_tl{}:] \__nwejm_display_people_by_role:n { classdesigner } \item[\c__nwejm_computer_engineering_string_tl{}:] %\g__nwejm_printer_text_tl \__nwejm_display_people_by_role:n { computerengineer } \item[\c__nwejm_graphicdesign_string_tl{}:] %\g__nwejm_graphicdesign_text_tl \__nwejm_display_people_by_role:n { graphicdesign } \end{description} \g__nwejm_font_designer_text_tl \par \vspace*{\stretch{1}} \selectlanguage{french} \shorthandon{;:!?} \begin{description} \item[\c__nwejm_publication_director_string_tl{}~:] \__nwejm_display_people_by_role:n { publicationdirector } \item[\c__nwejm_composed_by_string_tl{}~:] \__nwejm_display_people_by_role:n { composer } \end{description} \DTMlangsetup*{showdayofmonth=false} \centering \g__nwejm_masthead_tl \selectlanguage{english} \bool_gset_false:N \g__nwejm_inside_backcover_bool } \tl_new:N \g__nwejm_short_toc_tl% \tl_new:N \g__nwejm_display_backcover_tl% \tl_gset:Nn \g__nwejm_display_backcover_tl {% \bool_gset_true:N \g__nwejm_backcover_bool \exp_after:wN\newgeometry\exp_after:wN{% \c__nwejm_frontcover_geometry_tl ,layouthoffset=.5\c__nwejm_potential_bindingoffset_dim }% \bool_gset_true:N \g__nwejm_backcover_bool \begin{tikzpicture}[remember~picture,overlay] \NoAutoSpacing \begin{pgfonlayer}{background} \file_if_exist:nTF {\c__nwejm_cover_background_image_tl}{ \node[anchor=north~west,outer~sep=0pt,inner~sep=0pt] at (current~page.north~west) { \includegraphics[width=\paperheight,height=\c__nwejm_paperwidth_dim,angle=90]{\c__nwejm_cover_background_image_tl}% }; }{ \fill[__nwejm_cover_background_color_tl] (current~page.north~east) rectangle (current~page.south~west); } \end{pgfonlayer} \__nwejm_binding_text:n {west} \end{tikzpicture} \noindent% \begin{tikzpicture}[remember~picture,overlay] % journal title \node [anchor=north,yshift=-\c__nwejm_layoutwidth_dim/20] at (current~page~text~area.north) { \begin{tcolorbox}[__nwejm_title_cover] North-Western~European\\[.5cm] Journal~of~Mathematics \end{tcolorbox} }; % circular node for NWEJM logo \node[anchor=center,circle,fill=white,minimum~size=8.2cm] at ([yshift=-\c__nwejm_layoutheight_dim/2]current~page~text~area.north) {\includegraphics[height=5.5cm]{nwejm-logo}}; % right vertical white rule \fill[white] ([xshift=-10mm,yshift=\c__nwejm_logos_rectangle_height_dim]current~page~text~area.south~east) rectangle ([xshift=-10mm+\c__nwejm_logos_rectangle_thickness_dim,yshift=\c__nwejm_logos_rectangle_height_dim+14cm]current~page~text~area.south~east) ; % right horizontal white rule \fill[white] ([yshift=\c__nwejm_logos_rectangle_height_dim+\c__nwejm_logos_rectangle_thickness_dim]current~page~text~area.south~west) rectangle ([xshift=.35\c__nwejm_layoutwidth_dim,yshift=\c__nwejm_logos_rectangle_height_dim]current~page~text~area.south~west) ; % number and year node \node[anchor=base~east] at ([xshift=-1.2cm,yshift=\c__nwejm_logos_rectangle_height_dim]current~page~text~area.south~east) {\color{white}\bfseries\sffamily\c__nwejm_frontcover_string_tl} ; % % white rectangle for university and laboratory logos \fill [white] ([yshift=\c__nwejm_logos_rectangle_height_dim-7.5mm]current~page~text~area.south~west) rectangle (current~page.south~east); % laboratory logo \node[anchor=south~east] at ([xshift=-10mm]current~page~text~area.south~east) {\includegraphics[height=.5\c__nwejm_logos_rectangle_height_dim]{logo-painleve}} ; % university logo \node[anchor=south~west] at (current~page~text~area.south~west) {\includegraphics[height=.5\c__nwejm_logos_rectangle_height_dim]{ul-fst-math}} ; % crop marks \draw [white] ([xshift=2.5mm]current~page~text~area.north~east) -- ([xshift=7.5mm]current~page~text~area.north~east); \draw [white] ([yshift=2.5mm]current~page~text~area.north~east) -- ([yshift=7.5mm]current~page~text~area.north~east); \draw ([xshift=2.5mm]current~page~text~area.south~east) -- ([xshift=7.5mm]current~page~text~area.south~east); \draw ([yshift=-2.5mm]current~page~text~area.south~east) -- ([yshift=-7.5mm]current~page~text~area.south~east); % binding limit \bool_if:NT {\g__nwejm_show_binding_bool} { \draw[green] ([xshift=.5\c__nwejm_potential_bindingoffset_dim]current~page.north~west) -- ([xshift=.5\c__nwejm_potential_bindingoffset_dim]current~page.south~west); } \end{tikzpicture} } \cs_new_protected:Nn \__nwejm_date:nn { \tl_if_exist:NT {#2} { \tl_if_empty:NF {#2} { \tl_if_eq:NNF {\c__nwejm_date_received_tl} {#1} { \c__nwejm_dates_separator_tl } \text_titlecase:n { \exp_args:No \GetTranslation{#1} } \c__nwejm_colon_tl\c_space_tl \DTMdate{#2}% } } } \tl_new:N \g__nwejm_display_dates_tl% \tl_gset:Nn \g__nwejm_display_dates_tl {% \footnotesize% \__nwejm_date:nn {\c__nwejm_date_received_tl}{\g__nwejm_reception_date_tl} \__nwejm_date:nn {\c__nwejm_date_accepted_tl}{\g__nwejm_acception_date_tl} \__nwejm_date:nn {\c__nwejm_date_online_tl} {\g__nwejm_online_date_tl} \tl_gclear:N \g__nwejm_reception_date_tl \tl_gclear:N \g__nwejm_acception_date_tl \tl_gclear:N \g__nwejm_online_date_tl } \tl_new:N \g__nwejm_keywords_tl \NewDocumentCommand \keywords { O{} m } { \tl_gclear:N \g__nwejm_keywords_tl \tl_clear:N \l_tmpb_clist \clist_set:Nn \l_tmpb_clist {#2} \tl_set:Nx \g__nwejm_keywords_tl { \clist_use:Nnnn \l_tmpb_clist { ,~ } { ,~ } { ,~ } } } \tl_new:N \g__nwejm_msc_tl \NewDocumentCommand \msc { m } { \tl_gclear:N \g__nwejm_msc_tl \tl_clear:N \l_tmpa_clist \clist_set:Nn \l_tmpa_clist {#1} \tl_set:Nn \g__nwejm_msc_tl { \clist_use:Nnnn \l_tmpa_clist { ,~ } { ,~ } { ,~ } } %% \hypersetup{pdfmsc=\g_@@_msc_tl} } \str_if_eq:eeTF \c_sys_jobname_str \c__nwejm_main_file_name_tl { \bool_if:NT {\g__nwejm_cover_bool} { \msg_error:nn{nwejm}{Wrong~cover's~main~file~name!} } }{ \bool_if:NTF {\g__nwejm_cover_bool} { \file_if_exist:nTF { \c__nwejm_issue_number_year_file_string_tl } { \file_input:n {\c__nwejm_issue_number_year_file_string_tl} }{ \msg_error:nn{nwejm}{Main~file~needs~to~be~compiled!} } }{ \msg_error:nn{nwejm}{Wrong~issue's~main~file~name!} } } \NewDocumentCommand \fixpagenumber { m } { } \NewDocumentCommand \editorinchief {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{editorinchief} } \NewDocumentCommand \editor {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{editor} } \NewDocumentCommand \fieldseditor {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{fieldseditor} } \NewDocumentCommand \managingeditor {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{managingeditor} } \NewDocumentCommand \classdesigner {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{classdesigner} } \NewDocumentCommand \computerengineer {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{computerengineer} } \NewDocumentCommand \classmaintainer {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{classmaintainer} } \NewDocumentCommand \fontdesigner {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{fontdesigner} } \NewDocumentCommand \graphicdesign {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{graphicdesign} } \NewDocumentCommand \computerassistance {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{computerassistance} } \NewDocumentCommand \secretary {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{secretary} } \NewDocumentCommand \publicationdirector {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{publicationdirector} } \NewDocumentCommand \composer {mmmm} { \__nwejm_people:nnnnn {#1}{#2}{#3}{#4}{composer} } \NewDocumentCommand \issuesetup { m } { \keys_set:nn { nwejm/issuesetup } {#1} \int_compare:nNnT {\g__nwejm_issue_number_int}<{1} { \int_gset:Nn \g__nwejm_issue_number_int { \c__nwejm_first_issue_number_int } \msg_warning:nnn{nwejm}{Issue~number~needed}{number} } \int_compare:nNnT {\g__nwejm_issue_month_int * \g__nwejm_issue_year_int}<{1} { \int_new:N \g__nwejm_issue_age_in_months_int% \int_gset:Nn \g__nwejm_issue_age_in_months_int { \c__nwejm_first_issue_month_int + \c__nwejm_interval_in_months_int * ( \int_use:N \g__nwejm_issue_number_int - \c__nwejm_first_issue_number_int ) } } \int_compare:nNnT {\g__nwejm_issue_month_int}<{1} { \int_gset:Nn \g__nwejm_issue_month_int { \int_mod:nn { \g__nwejm_issue_age_in_months_int } { 12 } } } \int_compare:nNnT {\g__nwejm_issue_year_int}<{1} { \int_new:N \g__nwejm_issue_age_in_years_int% \int_gset:Nn \g__nwejm_issue_age_in_years_int {% \int_div_truncate:nn { \g__nwejm_issue_age_in_months_int } { 12 } }% \int_gset:Nn \g__nwejm_issue_year_int { \g__nwejm_issue_age_in_years_int + \c__nwejm_first_issue_year_int } }% \bool_if:NT {\g__nwejm_cover_bool} { \hypersetup{ pdftitle=\c__nwejm_journal_title_string_tl\c_space_tl--\c_space_tl\c__nwejm_frontcover_left_string_tl\c_space_tl--\c_space_tl\int_use:N\g__nwejm_issue_year_int, pdfauthor=\c__nwejm_journal_title_string_tl\c_space_tl(editor) } } \iow_new:N \g__nwejm_issue_number_year_out_iow \iow_open:Nn \g__nwejm_issue_number_year_out_iow {\c__nwejm_issue_number_year_file_string_tl} \iow_now:Nx \g__nwejm_issue_number_year_out_iow { \tl_const:Nn \token_to_str:N \c__nwejm_issue_number_tl { \int_eval:n {\g__nwejm_issue_number_int} } \iow_newline: \tl_const:Nn \token_to_str:N \c__nwejm_issue_year_tl { \int_eval:n {\g__nwejm_issue_year_int} } } \iow_close:N \g__nwejm_issue_number_year_out_iow } \NewDocumentCommand \journalsetup { m } { \keys_set:nn { nwejm/journalsetup } { #1 } } \tl_new:N \g__nwejm_authors_instructions_tl \NewDocumentCommand \authorsinstructions { +m } { \IfNoValueF {#1} { \tl_gset:Nn \g__nwejm_authors_instructions_tl {#1} } } \tl_new:N \g__nwejm_masthead_tl \NewDocumentCommand \masthead { +m } { \IfNoValueF {#1} { \tl_gset:Nn \g__nwejm_masthead_tl {#1} } } \vref@addto\extrasfrench{% \def\reftextfaceafter {page~\reftextvario{ci-contre}{suivante}}% \def\reftextfacebefore{page~\reftextvario{ci-contre}% {pr\'ec\'edente}}% \def\reftextafter {page~suivante}% \def\reftextbefore {page~pr\'ec\'edente}% \def\reftextcurrent {de~la~pr\'esente~page}% \def\reftextfaraway#1{p.\nobreakspace\pageref{#1}}% \def\reftextpagerange#1#2{p.\nobreakspace\pageref{#1}--\pageref{#2}}% \def\reftextlabelrange#1#2{\ref{#1}~\‘a\nobreakspace\ref{#2}}% } \vref@addto\extrasngerman{% \def\reftextfaceafter {auf~der~n\"achsten~Seite}% \def\reftextfacebefore{auf~der~vorherigen~Seite}% \let\reftextafter \reftextfaceafter \let\reftextbefore \reftextfacebefore \def\reftextcurrent {auf~dieser~Seite}% \def\reftextfaraway#1{auf~S.\nobreakspace\pageref{#1}}% \def\reftextpagerange#1#2{auf~den~S.\nobreakspace\pageref{#1}--\pageref{#2}}% \def\reftextlabelrange#1#2{\ref{#1}~bis\nobreakspace\ref{#2}}% } \vref@addto\extrasdutch{% \def\refpagename{pagina}% \def\reftextfaceafter {op~de~\reftextvario{rechter~\refpagename}% {\refpagename\ hiernaast}}% \def\reftextfacebefore{op~de~\reftextvario{linker~\refpagename}% {\refpagename\ hiernaast}}% \def\reftextafter {op~de~\reftextvario{volgende~\refpagename}% {\refpagename\ hierna}}% \def\reftextbefore {op~de~\reftextvario{vorige~\refpagename}% {\refpagename\ hiervoor}}% \def\reftextcurrent {op~deze~\refpagename}% \def\reftextfaraway#1{op~\refpagename\nobreakspace\pageref{#1}} } \vref@addto\extrasenglish{% \def\reftextfaceafter {on~the~\reftextvario{facing}{next}~page}% \def\reftextfacebefore{on~the~\reftextvario{facing}{preceding}~page}% \def\reftextafter {on~the~\reftextvario{following}{next}~page}% \def\reftextbefore {on~the~\reftextvario{preceding}{previous}~page}% \def\reftextcurrent {on~\reftextvario{this}{the~current}~page}% \def\reftextfaraway#1{on~p.\nobreakspace\pageref{#1}}% \def\reftextpagerange#1#2{on~pp.\nobreakspace\pageref{#1}--\pageref{#2}}% \def\reftextlabelrange#1#2{\ref{#1}~to\nobreakspace\ref{#2}}% } \def\reftextvario#1#2{#2} \cs_new_protected:Nn \__nwejm_command_only_in_body:n { \cs_if_eq:NNF {\@onlypreamble} {\@notprerr} { \msg_error:nnn{ nwejm }{Command~restricted~to~document~body~used~in~preamble}{#1} } } \NewDocumentCommand \articlesetup { m } { \__nwejm_command_only_in_body:n {\articlesetup} \keys_set:nn { nwejm/articlesetup } {#1} } \NewDocumentCommand \dates { m } { \keys_set:nn { nwejm/dates } { #1 } } \tl_gset:Nn \g__nwejm_french_crefname_tl { \clist_set:Nn \l_tmpa_clist {% theorem, corollary, conjecture, proposition, lemma, axiom, definition, remark, example, notation, proof% } \clist_map_inline:Nn \l_tmpa_clist { \crefname{#1}{ \text_lowercase:n{ \GetTranslationFor{french}{#1} } }{% \text_lowercase:n{ \GetTranslationFor{french}{plural-#1} } } } \crefname{equation}{{\'e}quation}{{\'e}quations}% \crefname{figure}{figure}{figures}% \crefname{table}{table}{tables}% \crefname{page}{page}{pages}% \crefname{part}{partie}{parties}% \crefname{chapter}{chapitre}{chapitres}% \crefname{section}{section}{sections}% \crefname{appendix}{annexe}{annexes}% \crefname{enumi}{point}{points}% \crefname{footnote}{note}{notes}% \crefname{theorem}{th\'eor\`eme}{th\'eor\`emes}% \crefname{lemma}{lemme}{lemmes}% \crefname{corollary}{corollaire}{corollaires}% \crefname{proposition}{proposition}{propositions}% \crefname{definition}{d\'efinition}{d\'efinitions}% \crefname{result}{r\'esultat}{r\'esultats}% \crefname{example}{exemple}{exemples}% \crefname{remark}{remarque}{remarques}% \crefname{note}{commentaire}{commentaires}% \crefname{algorithm}{algorithme}{algorithmes}% \crefname{listing}{liste}{listes}% \crefname{line}{ligne}{lignes}% } \NewDocumentCommand \inputarticle { O{english} m } {% \int_gincr:N \g__nwejm_articles_int \newrefsection \renewcommand*{\glspluralsuffix}{s} \renewcommand*{\glsacrpluralsuffix}{\glspluralsuffix} \renewcommand*{\glsupacrpluralsuffix}{\glstextup{\glsacrpluralsuffix}} \StandardFootnotes \str_case:nn {#1} { {english} { \selectlanguage{english} % \shorthandoff{"}% \renewcommand*{\glossaryname}{Glossary}% \renewcommand*{\acronymname}{Acronyms}% \renewcommand*{\entryname}{Notation}% \renewcommand*{\descriptionname}{Description}% \renewcommand*{\symbolname}{Symbol}% \renewcommand*{\pagelistname}{Page List}% \renewcommand*{\glssymbolsgroupname}{Symbols}% \renewcommand*{\glsnumbersgroupname}{Numbers}% } {german} { \selectlanguage{ngerman} % \shorthandon{"}% \renewcommand*{\glossaryname}{Glossar}% \renewcommand*{\acronymname}{Akronyme}% \renewcommand*{\entryname}{Bezeichnung}% \renewcommand*{\descriptionname}{Beschreibung}% \renewcommand*{\symbolname}{Symbol}% \renewcommand*{\pagelistname}{Seiten}% \renewcommand*{\glssymbolsgroupname}{Symbole}% \renewcommand*{\glsnumbersgroupname}{Zahlen}% } {ngerman} { \selectlanguage{ngerman} % \shorthandon{"}% \renewcommand*{\glossaryname}{Glossar}% \renewcommand*{\acronymname}{Akronyme}% \renewcommand*{\entryname}{Bezeichnung}% \renewcommand*{\descriptionname}{Beschreibung}% \renewcommand*{\symbolname}{Symbol}% \renewcommand*{\pagelistname}{Seiten}% \renewcommand*{\glssymbolsgroupname}{Symbole}% \renewcommand*{\glsnumbersgroupname}{Zahlen}% } {french} { \selectlanguage{french} % \shorthandoff{"}% \FrenchFootnotes \g__nwejm_french_crefname_tl \renewcommand*{\glossaryname}{Glossaire}% \renewcommand*{\acronymname}{Acronymes}% \renewcommand*{\entryname}{Terme}% \renewcommand*{\descriptionname}{Description}% \renewcommand*{\symbolname}{Symbole}% \renewcommand*{\pagelistname}{Pages}% \renewcommand*{\glssymbolsgroupname}{Symboles}% \renewcommand*{\glsnumbersgroupname}{Nombres}% \renewcommand*{\glspluralsuffix}{s} \renewcommand*{\glsacrpluralsuffix}{} \renewcommand*{\glsupacrpluralsuffix}{} } {dutch} { \selectlanguage{dutch} % \shorthandon{"}% \renewcommand*{\glossaryname}{Woordenlijst}% \renewcommand*{\acronymname}{Acroniemen}% \renewcommand*{\entryname}{Benaming}% \renewcommand*{\descriptionname}{Beschrijving}% \renewcommand*{\symbolname}{Symbool}% \renewcommand*{\pagelistname}{Pagina's}% \renewcommand*{\glssymbolsgroupname}{Symbolen}% \renewcommand*{\glsnumbersgroupname}{Cijfers}% } }% \bool_gset_false:N \g__nwejm_gradient_nabla_bool \bool_gset_false:N \g__nwejm_gradient_nabla_control_bool \bool_gset_false:N \g__nwejm_grad_used_bool \inputfrom{./}{#2} \clist_put_right:Nn \g__nwejm_counters_to_be_reset_clist { footnote, section, figure, table, equation } \clist_map_inline:Nn \g__nwejm_counters_to_be_reset_clist { \@ifundefined{c@##1}{ }{ \setcounter{##1}{\c_zero_int} } } \gdef\thesection{\@arabic\c@section} \glsresetall \selectlanguage{english} } \AddToHook{begindocument}{% \tl_new:N \g__nwejm_bib_issue_date_tl \tl_gset:Nn \g__nwejm_bib_issue_date_tl { \int_use:N \g__nwejm_issue_year_int - \int_compare:nNnT {\g__nwejm_issue_month_int}<{10} { 0 } \int_use:N \g__nwejm_issue_month_int } \iow_now:Nx \g__nwejm_bib_out_iow {% @periodical{\c__nwejm_issue_bib_key_tl,\iow_newline: issuetitle = {\exp_not:f\c__nwejm_journal_title_string_tl},\iow_newline: number = \int_use:N \g__nwejm_issue_number_int,\iow_newline: % issn = {\l__nwejm_journal_issn_tl},\iow_newline: options = {skipbib}\iow_newline: } \iow_newline: }% } \tl_new:N \g__nwejm_title_tl \RenewDocumentCommand \title { o o m } { \cleardoublepage \tl_gclear:N \g__nwejm_short_title_tl \tl_gclear:N \g__nwejm_header_title_tl \tl_gclear:N \g__nwejm_short_subtitle_tl % \IfNoValueF {#1} { \tl_gset:Nn \g__nwejm_short_title_tl {#1} } \IfNoValueF {#2} { \tl_gset:Nn \g__nwejm_header_title_tl {#2} } \tl_gset:Nn \g__nwejm_title_tl {#3} \tl_if_empty:NT \g__nwejm_short_title_tl {% \tl_gset_eq:NN \g__nwejm_short_title_tl \g__nwejm_title_tl } \tl_if_empty:NT \g__nwejm_header_title_tl {% \tl_gset_eq:NN \g__nwejm_header_title_tl \g__nwejm_short_title_tl } } \tl_new:N \g__nwejm_subtitle_tl \NewDocumentCommand \subtitle { o m } { \IfNoValueF {#1} { \tl_gset:Nn \g__nwejm_short_subtitle_tl {#1} } \tl_gset:Nn \g__nwejm_subtitle_tl {#2} \tl_if_empty:NT \g__nwejm_short_subtitle_tl {% \tl_gset_eq:NN \g__nwejm_short_subtitle_tl \g__nwejm_subtitle_tl } } \RenewDocumentCommand \author { O{} m } { \cleardoublepage \int_incr:N \l_author_int \prop_gput_if_new:Nxn \g_authors_prop {author_\int_use:c {l_author_int}} {#2} \IfNoValueF {#1} { \keys_set:nn { nwejm/authors } { #1 } } \prop_set_eq:cN {l_author_ \int_use:c {l_author_int} _affiliations_prop} \l_tmpa_prop \prop_clear:N \l_tmpa_prop \__nwejm_populate_bib_file:nn {#2}{author-art-\int_use:N \g__nwejm_articles_int} \tl_if_empty:NTF \l__nwejm_people_first_last_names_tl {% \tl_put_right:Nn \l__nwejm_people_first_last_names_tl {#2} }{ \tl_put_right:Nn \l__nwejm_people_first_last_names_tl {~and~#2} } } \iow_new:N \g__nwejm_bib_out_iow \ior_new:N \g__nwejm_bib_out_ior \tl_new:N \g__nwejm_bib_out_tl \file_if_exist:nTF { \c__nwejm_issue_bib_path_string_tl } { \ior_open:Nn \g__nwejm_bib_out_ior { \c__nwejm_issue_bib_path_string_tl } \ior_str_map_inline:Nn \g__nwejm_bib_out_ior { \tl_gput_right:Nn \g__nwejm_bib_out_tl {#1 \par } } \ior_close:N \g__nwejm_bib_out_ior }{ \typeout{no file! rerun} } \iow_open:Nn \g__nwejm_bib_out_iow { \c__nwejm_issue_bib_path_string_tl } \tl_new:N \g__nwejm_abstract_body_tl \NewDocumentEnvironment{abstract}{} {\CollectAbstract} {\endCollectAbstract} \NewEnviron{CollectAbstract} { \tl_gset_eq:NN \g__nwejm_abstract_body_tl \BODY } \tl_new:N \g__nwejm_frontmatter_switch_tl% \tl_gset:Nn \g__nwejm_frontmatter_switch_tl { \bool_gset_true:N \g__nwejm_frontmatter_bool \frontmatter \pagestyle{__nwejm_frontmatter_ps}% \exp_after:wN\newgeometry\exp_after:wN{\c__nwejm_main_geometry_tl}% } \tl_new:N \g__nwejm_mainmatter_switch_tl% \tl_gset:Nn \g__nwejm_mainmatter_switch_tl { \bool_gset_false:N \g__nwejm_frontmatter_bool \bool_gset_true:N \g__nwejm_mainmatter_bool \mainmatter % \SetParskip{\c__nwejm_mainmatter_parskip_skip} \pagestyle{__nwejm_mainmatter_ps}% \exp_after:wN\newgeometry\exp_after:wN{\c__nwejm_main_geometry_tl}% } \tl_new:N \g__nwejm_article_acknowledgments_tl% \cs_new_protected:Nn \__nwejm_article_acknowledgments:n { \tl_gset:Nn \g__nwejm_article_acknowledgments_tl { #1 } } \NewDocumentCommand \acknowledgments { m } { \__nwejm_article_acknowledgments:n {#1} } \tl_new:N \g__nwejm_article_bib_key_tl% \tl_new:N \l__nwejm_people_first_last_names_tl \tl_new:N \g__nwejm_authors_first_last_names_tl% \tl_new:N \g__nwejm_citeauthor_no_giveninits% \tl_new:N \g__nwejm_citeauthor_tl% \int_new:N \g__nwejm_author_s_number_current_article_int% \cs_new_protected:Nn \__nwejm_citeauthor_no_giveninits:n {% \tl_gset:Nn \g__nwejm_citeauthor_tl {% \DeclareNameAlias{labelname}{default}% \group_begin: \togglefalse{abx@bool@giveninits}% \citeauthor{#1} \group_end: }% \cs_if_exist:cTF {texorpdfstring} { \texorpdfstring{\g__nwejm_citeauthor_tl}{} }{% \g__nwejm_citeauthor_tl }% } \cs_set_eq:NN \__nwejm_orig_multinamedelim \multinamedelim \cs_set_eq:NN \__nwejm_orig_finalnamedelim \finalnamedelim \cs_new_protected:Nn \__nwejm_maketitle_citeauthor:n { \restorecommand\mkbibnamelast \def\multinamedelim {\hskip 1em \@plus.17fil}% \cs_set_eq:NN \finalnamedelim \multinamedelim \AtNextCitekey{\defcounter{maxnames}{100}} \group_begin: \DeclareNameAlias{labelname}{default}% \togglefalse{abx@bool@giveninits}% \citeauthor{#1} \group_end: \cs_set_eq:NN \multinamedelim \__nwejm_orig_multinamedelim \cs_set_eq:NN \finalnamedelim \__nwejm_orig_finalnamedelim \protected\def\mkbibnamelast#1{% \textsc{\textnohyphenation{#1}}}% } \cs_new_protected:Nn \__nwejm_display_author:n { \seq_clear:N \l_tmpa_seq \prop_get:NnN \g_authors_prop {author_#1} \l_tmpa_tl \prop_map_inline:cn {l_author_ #1 _affiliations_prop} { \seq_put_right:Nx \l_tmpa_seq { ##1 } } \seq_sort:Nn \l_tmpa_seq { \int_compare:nNnTF { ##1 } > { ##2 } { \sort_return_swapped: } { \sort_return_same: } } \mbox{% \__nwejm_citeauthor_no_giveninits:n {\c__nwejm_issue_bib_key_tl -author-art- \int_use:N \g__nwejm_articles_int-#1} } \seq_map_inline:Nn \l_tmpa_seq { \prop_get:cnN {l_author_ #1 _affiliations_prop} {##1} \l_tmpb_tl \footnotemark[##1] \tl_if_empty:NF \l_tmpb_tl { \footnotetext[##1]{\l_tmpb_tl} } } \hskip 1em plus .17fil } \tl_new:N \l__nwejm_bullet_and_rule_tl \tl_new:N \l__nwejm_authors_box_tl \tl_new:N \l__nwejm_abstract_box_tl \tl_new:N \l__nwejm_bullet_and_rule_odd_tl \tl_new:N \l__nwejm_bullet_and_rule_even_tl \tl_new:N \l__nwejm_title_box_tl \tl_new:N \g__nwejm_title_for_toc_tl \RenewDocumentCommand \maketitle { } { \FloatBarrier% \tl_gset:Nn \g__nwejm_article_bib_key_tl {% \c__nwejm_issue_bib_key_tl -art- \int_use:N \g__nwejm_articles_int } \tl_if_empty:NF \g__nwejm_title_tl {% \iow_now:Nx \g__nwejm_bib_out_iow {% @article{ \g__nwejm_article_bib_key_tl, \iow_newline: title={\exp_not:V\g__nwejm_title_tl}, \iow_newline: \tl_if_empty:NF \g__nwejm_subtitle_tl {% subtitle={\exp_not:V\g__nwejm_subtitle_tl}, \iow_newline: } \tl_if_eq:NNF { \g__nwejm_short_title_tl } { \g__nwejm_title_tl } {% shorttitle={\exp_not:V\g__nwejm_short_title_tl}, \iow_newline: }% \tl_if_empty:NF \l__nwejm_people_first_last_names_tl { author={\exp_not:V\l__nwejm_people_first_last_names_tl}, \iow_newline: } options={skipbib}, \iow_newline: crossref = {\c__nwejm_issue_bib_key_tl} } \iow_newline: }% % \tl_clear:N \l__nwejm_people_first_last_names_tl }% \tl_set:Nn \l__nwejm_authors_box_tl {% \bool_if:nTF { \tl_if_empty_p:N \l__nwejm_people_first_last_names_tl } { \mbox{} } { \int_set:Nn \l_tmpa_int { \__nwejm_prop_count:N \g_authors_prop} \normalsize% \int_step_inline:nnnn {1}{1}{\l_tmpa_int} { \__nwejm_display_author:n {##1} } \prop_gclear:N \g_authors_prop } } \int_zero:N \l_author_int \prop_clear:N \l_affiliations_tagged_prop \tl_set:Nn \l__nwejm_dates_box_tl {% \g__nwejm_display_dates_tl } \tl_set:Nn \l__nwejm_keywords_box_tl {% \noindent { \bfseries \text_titlecase:n{ \GetTranslation{plural-keyword} \c__nwejm_colon_tl } } \c_space_tl\g__nwejm_keywords_tl. } \tl_set:Nn \l__nwejm_msc_box_tl {% \noindent\textbf{\c__nwejm_msc_string_tl}\c__nwejm_colon_tl\c_space_tl\g__nwejm_msc_tl. } \tl_set:Nn \l__nwejm_abstract_box_tl {% \mbox{} \par% \vskip .5em% \tl_if_empty:NTF \g__nwejm_abstract_body_tl {% \msg_warning:nn{nwejmart}{No~abstract} }% {% \small \begin{center}% {\bfseries \abstractname\vspace{-.5em}\vspace{\z@}}% \end{center}% \begin{quotation} \g__nwejm_abstract_body_tl \end{quotation} } }% \tl_set:Nn \g__nwejm_partial_title_for_toc_tl { \tl_if_empty:NTF \g__nwejm_short_title_tl {% \g__nwejm_title_tl% }{ \g__nwejm_short_title_tl% } \bool_if:nF { \tl_if_empty_p:N \g__nwejm_short_subtitle_tl } { .\c_space_tl\g__nwejm_short_subtitle_tl } } \tl_set:Nn \g__nwejm_title_for_toc_tl { \g__nwejm_partial_title_for_toc_tl \bool_if:nF { \tl_if_empty_p:N \l__nwejm_people_first_last_names_tl } { \textsl{ \cs_if_exist:cTF {texorpdfstring} { \texorpdfstring{% \AtNextCitekey{\defcounter{maxnames}{100}} \c_space_tl\textendash\c_space_tl\citeauthor{\g__nwejm_article_bib_key_tl} }{} }{% \c_space_tl\textendash\c_space_tl\citeauthor{\g__nwejm_article_bib_key_tl} }% } } } \setsecnumdepth{none} \chapter[\g__nwejm_title_for_toc_tl]{% \LARGE% \g__nwejm_title_tl \tl_if_empty:NF \g__nwejm_subtitle_tl {% \\[1ex]% \Large% \g__nwejm_subtitle_tl }\\[2ex]% \l__nwejm_authors_box_tl% \bool_if:NT {\g__nwejm_date_specified_bool} { \\[2ex] \l__nwejm_dates_box_tl } \\[-4ex] } \label{\currfilebase} \bool_gset_false:N \g__nwejm_date_specified_bool \bookmarksetup{depth=subsection} \setsecnumdepth{subsection} \thispagestyle{__nwejm_article_title_ps}% \l__nwejm_abstract_box_tl% \normalsize \tl_if_empty:NTF \g__nwejm_keywords_tl { \msg_warning:nn{nwejmart}{No~keyword} }{ \l__nwejm_keywords_box_tl \par% \vskip .5em% } \tl_if_empty:NTF \g__nwejm_msc_tl { \msg_warning:nn{nwejmart}{No~MSC} }{ \l__nwejm_msc_box_tl \par% \vskip .5em% } \tl_gclear:N \g__nwejm_title_tl \tl_gclear:N \g__nwejm_subtitle_tl \tl_gclear:N \g__nwejm_title_for_toc_tl \tl_gclear:N \g__nwejm_abstract_body_tl \tl_gclear:N \g__nwejm_people_affiliation_tl \tl_gclear:N \g__nwejm_people_email_tl \tl_clear:N \l__nwejm_people_first_last_names_tl% } \AddToHook{begindocument/before}{\file_input:n {\c__nwejm_configuration_file_string_tl}} \DeclarePlainStyle{«~}{~»}{`}{'} \setcounter{topnumber}{3} \renewcommand{\topfraction}{0.8} \addtolength{\skip\footins}{.25\baselineskip} \setlength{\columnsep}{7mm}% \renewcommand{\thesection}{\arabic{section}}% \@ifpackageloaded{siunitx}{% \addto\extrasenglish{\sisetup{locale = UK}} \addto\extrasfrench{\sisetup{locale = FR}} \addto\extrasngerman{\sisetup{locale = DE}} \addto\extrasgerman{\sisetup{locale = DE}} \addto\extrasdutch{% \sisetup{% exponent-product = \ensuremath { \times } , inter-unit-product = \, , output-decimal-marker = { , } }% } \sisetup{detect-all} } \apptocmd{\appendix}{\renewcommand{\thesection}{\Alph{section}}}{}{} \cs_set_eq:NN \__nwejm_section \section \cs_set_eq:NN \__nwejm_subsection \subsection \cs_set_eq:NN \__nwejm_subsubsection \subsubsection \AfterPreamble{% \RenewDocumentCommand \section { s o o m } {% \tl_gclear:N \g__nwejm_short_section_title_tl \IfBooleanTF {#1} { \setsecnumdepth{none}% } { \resetsecnumdepth*% } \tl_gset:Nn \g__nwejm_section_title_tl {#4} \IfNoValueTF{#2}{ \tl_gset:Nn \g__nwejm_short_section_title_tl {#4} }{ \tl_gset:Nn \g__nwejm_short_section_title_tl {#2} } \__nwejm_section[\g__nwejm_short_section_title_tl]{\g__nwejm_section_title_tl} \IfNoValueF {#3}{ \sectionmark{#3} } } \RenewDocumentCommand \subsection { s o m } {% \IfBooleanT {#1} { \setsecnumdepth{none}% } \IfNoValueTF{#2}{\__nwejm_subsection{#3}}{\__nwejm_subsection[#2]{#3}} } \RenewDocumentCommand \subsubsection { s o m } {% \IfBooleanT {#1} { \setsecnumdepth{none}% } \IfNoValueTF{#2}{\__nwejm_subsubsection{#3}}{\__nwejm_subsubsection[#2]{#3}} } } \int_new:N \l__nwejm_abs_int \cs_new_protected:Nn \__nwejm_ordinalnum_suffix:n { \int_set:Nn \l__nwejm_abs_int {\int_abs:n {#1}} \ifcurrentbaselanguage{english}{ \int_use:N \l__nwejm_abs_int \int_set:Nn \l_tmpa_int {\int_mod:nn {\l__nwejm_abs_int} { 100 }} \int_case:nnF { \l_tmpa_int } { { 11 } { \fmtord{th} } { 12 } { \fmtord{th} } { 13 } { \fmtord{th} } }{ \int_set:Nn \l_tmpb_int {\int_mod:nn {\l__nwejm_abs_int} { 10 }} \int_case:nnF { \l_tmpb_int } { { 0 } { \fmtord{th} } { 1 } { \fmtord{st} } { 2 } { \fmtord{nd} } { 3 } { \fmtord{rd} } }{ \fmtord{th} } } }{ \ifcurrentbaselanguage{dutch}{ \int_use:N \l__nwejm_abs_int e }{ \textsc{\int_to_roman:n {\int_abs:n {#1}}} \ifcurrentbaselanguage{french}{ \int_compare:nNnTF { \l__nwejm_abs_int } = { 1 }{\fmtord{er}}{\fmtord{e}} }{ \ifcurrentbaselanguage{german}{ . }{ \ifcurrentbaselanguage{ngerman}{ . }{ } } } } } } \cs_new_protected:Nn \__nwejm_century_suffix:n { \c_space_tl{} \GetTranslation{century}% \int_compare:nNnT { #1 } < { 0 }{ \c_space_tl \GetTranslation{before-christ} }{ } } \DeclareCaptionLabelSeparator{dash}{\nobreakspace--\nobreakspace} \captionsetup{ labelsep=dash } \NewDocumentCommand \century { s m } {% \__nwejm_ordinalnum_suffix:n {#2}% \IfBooleanTF {#1} { \int_compare:nNnT { #2 } < { 0 }{ \__nwejm_century_suffix:n {#2}% } }{ \__nwejm_century_suffix:n {#2}% } \int_compare:nNnT { #2 } < { 0 }{ \ifcurrentbaselanguage{english}{% }{ \@ifnextchar.% { }{ .\xspace }% } } } \NewDocumentCommand \aside { s m } {% \IfBooleanTF {#1} { \c__nwejm_aside_string_tl{}~#2 } { \c__nwejm_aside_string_tl{}~#2~\c__nwejm_aside_string_tl } } \NewDocumentCommand \ie { s } {% \IfBooleanTF {#1} { \GetTranslation{idest} } { \GetTranslation{ie} \@ifnextchar.% { }{ .\xspace }% } } \NewDocumentCommand \Ie { s } {% \IfBooleanTF {#1} { \GetTranslation{Idest} } { \GetTranslation{Ie} \@ifnextchar.% { }{ .\xspace }% } } \RenewDocumentCommand \vec { m } { \vv{#1} } \bool_new:N \g__nwejm_no_numbered_theorem_bool \cs_new_protected:Nn \__nwejm_theorem_style:n { \bool_gset_false:N \g__nwejm_no_numbered_theorem_bool \str_case:nn { #1 } { { theorem } { \theoremstyle{plain} \theoremheaderfont{\normalfont\bfseries} \theorembodyfont{\itshape} \theoremseparator{~--} \theoremsymbol{} } { definition } { \theoremstyle{plain} \theoremheaderfont{\normalfont\bfseries} \theorembodyfont{\normalfont} \theoremseparator{~--} \theoremsymbol{} } { proof } { \theoremstyle{nonumberplain} \bool_gset_true:N \g__nwejm_no_numbered_theorem_bool \theoremheaderfont{\normalfont\itshape} \theorembodyfont{\normalfont} \theoremseparator{.} \theoremsymbol{\ensuremath{\square}} } } } \cs_set_eq:NN \__nwejm_orig_newtheorem \newtheorem \cs_new_protected:Nn \__nwejm_new_theorem:nnnnnnnnn { \IfTranslation{English}{#1}{% }{% \DeclareTranslation{English}{#1}{\text_titlecase:n{#2}}% } \IfTranslation{French}{#1}{% }{% \DeclareTranslation{French}{#1}{#3}% } \IfTranslation{German}{#1}{% }{% \DeclareTranslation{German}{#1}{\text_titlecase:n{#4}}% } \IfTranslation{Dutch}{#1}{% }{% \DeclareTranslation{Dutch}{#1}{\text_titlecase:n{#5}}% } % \IfTranslation{English}{#1-plural}{% }{% \DeclareTranslation{English}{#1-plural}{\text_titlecase:n{#6}}% } \IfTranslation{French}{#1-plural}{% }{% \DeclareTranslation{French}{#1-plural}{#7}% } \IfTranslation{German}{#1-plural}{% }{% \DeclareTranslation{German}{#1-plural}{\text_titlecase:n{#8}}% } \IfTranslation{Dutch}{#1-plural}{% }{% \DeclareTranslation{Dutch}{#1-plural}{\text_titlecase:n{#9}}% } \__nwejm_orig_newtheorem{#1}{\text_titlecase:n{ \GetTranslation{#1} }} \bool_if:NF {\g__nwejm_no_numbered_theorem_bool} { \__nwejm_orig_newtheorem*{#1__nwejm_nonumbered}{\text_titlecase:n{ \GetTranslation{#1} }} } } \cs_generate_variant:Nn \__nwejm_new_theorem:nnnnnnnnn { nVVVVVVVV } \RenewDocumentCommand \newtheorem { O{} m } { \AddToHook{begindocument}{ \tl_clear:N \l__nwejm_newtheorem_style_tl \tl_clear:N \l__nwejm_newtheorem_title_tl \tl_clear:N \l__nwejm_newtheorem_french_title_tl \tl_clear:N \l__nwejm_newtheorem_english_title_tl \tl_clear:N \l__nwejm_newtheorem_german_title_tl \tl_clear:N \l__nwejm_newtheorem_dutch_title_tl % \tl_clear:N \l__nwejm_newtheorem_title_plural_tl \tl_clear:N \l__nwejm_newtheorem_french_title_plural_tl \tl_clear:N \l__nwejm_newtheorem_english_title_plural_tl \tl_clear:N \l__nwejm_newtheorem_german_title_plural_tl \tl_clear:N \l__nwejm_newtheorem_dutch_title_plural_tl % \tl_set:Nn \l__nwejm_newtheorem_english_title_tl { #2 } \tl_set:Nf \l__nwejm_newtheorem_french_title_tl { \l__nwejm_newtheorem_english_title_tl } \tl_set:Nf \l__nwejm_newtheorem_german_title_tl { \l__nwejm_newtheorem_english_title_tl } \tl_set:Nf \l__nwejm_newtheorem_dutch_title_tl { \l__nwejm_newtheorem_english_title_tl } % \tl_set:Nf \l__nwejm_newtheorem_english_title_plural_tl { \l__nwejm_newtheorem_english_title_tl s } \tl_set:Nf \l__nwejm_newtheorem_french_title_plural_tl { \l__nwejm_newtheorem_english_title_plural_tl } \tl_set:Nf \l__nwejm_newtheorem_german_title_plural_tl { \l__nwejm_newtheorem_english_title_plural_tl } \tl_set:Nf \l__nwejm_newtheorem_dutch_title_plural_tl { \l__nwejm_newtheorem_english_title_plural_tl } % \__nwejm_theorem_style:n {theorem} % \IfNoValueF {#1} { \keys_set:nn { nwejm / newtheorem } { #1 } % \tl_if_empty:NF \l__nwejm_newtheorem_title_tl {% \tl_set:Nf \l__nwejm_newtheorem_english_title_tl { \l__nwejm_newtheorem_title_tl } \tl_set:Nf \l__nwejm_newtheorem_french_title_tl { \l__nwejm_newtheorem_title_tl } \tl_set:Nf \l__nwejm_newtheorem_german_title_tl { \l__nwejm_newtheorem_title_tl } \tl_set:Nf \l__nwejm_newtheorem_dutch_title_tl { \l__nwejm_newtheorem_title_tl } } % \tl_if_empty:NT \l__nwejm_newtheorem_title_plural_tl {% \tl_if_empty:NTF \l__nwejm_newtheorem_title_tl {% \tl_set:Nn \l__nwejm_newtheorem_title_plural_tl { #2 s } }{% \tl_set:Nf \l__nwejm_newtheorem_title_plural_tl { \l__nwejm_newtheorem_title_tl s } } } \tl_set:Nf \l__nwejm_newtheorem_english_title_plural_tl { \l__nwejm_newtheorem_title_plural_tl } \tl_set:Nf \l__nwejm_newtheorem_french_title_plural_tl { \l__nwejm_newtheorem_title_plural_tl } \tl_set:Nf \l__nwejm_newtheorem_german_title_plural_tl { \l__nwejm_newtheorem_title_plural_tl } \tl_set:Nf \l__nwejm_newtheorem_dutch_title_plural_tl { \l__nwejm_newtheorem_title_plural_tl } % % \tl_set:Nn \l__nwejm_newtheorem_style_tl { % theorem % } } % \__nwejm_new_theorem:nVVVVVVVV {#2} {\l__nwejm_newtheorem_english_title_tl} {\l__nwejm_newtheorem_french_title_tl} {\l__nwejm_newtheorem_german_title_tl} {\l__nwejm_newtheorem_dutch_title_tl} {\l__nwejm_newtheorem_english_title_plural_tl} {\l__nwejm_newtheorem_french_title_plural_tl} {\l__nwejm_newtheorem_german_title_plural_tl} {\l__nwejm_newtheorem_dutch_title_plural_tl} {\l__nwejm_newtheorem_style_tl} \makesavenoteenv{#2} \bool_if:NF {\g__nwejm_no_numbered_theorem_bool} { \ifcsmacro{#2*}{% \RenewDocumentEnvironment{#2*}{o} { \IfNoValueTF {##1} { \begin{#2__nwejm_nonumbered} } { \begin{#2__nwejm_nonumbered}[##1] } }{ \end{#2__nwejm_nonumbered} } }{ \NewDocumentEnvironment{#2*}{o} { \IfNoValueTF {##1} { \begin{#2__nwejm_nonumbered} } { \begin{#2__nwejm_nonumbered}[##1] } }{ \end{#2__nwejm_nonumbered} } } } \clist_put_right:Nn \g__nwejm_counters_to_be_reset_clist {#2} } \ifcurrentbaselanguage{french}{% \crefname{#2}{\text_lowercase:n{ \GetTranslation{#2} }}{\text_lowercase:n{ \GetTranslation{#2-plural} }} }{% \crefname{#2}{\GetTranslation{#2}}{\GetTranslation{#2-plural}} } \Crefname{#2}{\text_titlecase:n{ \GetTranslation{#2} }}{\text_titlecase:n{ \GetTranslation{#2-plural} }} } \newtheorem{theorem} \newtheorem{corollary} \newtheorem{conjecture} \newtheorem{proposition} \newtheorem{lemma} \newtheorem{axiom} \newtheorem[style=definition]{definition} \newtheorem[style=definition]{remark} \newtheorem[style=definition]{example} \newtheorem[style=definition]{notation} \newtheorem[style=proof]{proof} \cs_new_protected:Nn \__nwejm_clone_theorem:nn { \NewDocumentEnvironment{#1}{} { \begin{#2} }{ \end{#2} } \NewDocumentEnvironment{#1*}{} { \begin{#2*} }{ \end{#2*} } } \__nwejm_clone_theorem:nn {Theorem}{theorem} \__nwejm_clone_theorem:nn {Corollary}{corollary} \__nwejm_clone_theorem:nn {Conjecture}{conjecture} \__nwejm_clone_theorem:nn {Proposition}{proposition} \__nwejm_clone_theorem:nn {Lemma}{lemma} \__nwejm_clone_theorem:nn {Axiom}{axiom} \__nwejm_clone_theorem:nn {Definition}{definition} \__nwejm_clone_theorem:nn {Remark}{remark} \__nwejm_clone_theorem:nn {Example}{example} \__nwejm_clone_theorem:nn {Notation}{notation} \__nwejm_clone_theorem:nn {Proof}{proof} \clist_set:Nn \l_tmpa_clist {% theorem, corollary, conjecture, proposition, lemma, axiom, definition, remark, example, notation, proof% } \clist_map_inline:Nn \l_tmpa_clist { \crefname{#1}{ \text_titlecase:n{ \GetTranslation{#1} } }{ \text_titlecase:n{ \GetTranslation{plural-#1} } } \Crefname{#1}{ \text_titlecase:n{ \GetTranslation{#1} } }{% \text_titlecase:n{ \GetTranslation{plural-#1} } } } \AddToHook{begindocument/end}{ \ifcurrentbaselanguage{french}{\g__nwejm_french_crefname_tl}{} } \clist_set:Nn \l_tmpa_clist {% hypothesis, assertion,% condition% } \clist_map_inline:Nn \l_tmpa_clist { \newlist{#1}{enumerate}{1} \setlist[#1]{% label= \normalfont ( \textsf{ \tl_head:f { \text_uppercase:n { \GetTranslation{#1} } } } $\c_math_subscript_token\mathsf{\arabic*}$), ref=( \textsf{ \tl_head:f { \text_uppercase:n { \GetTranslation{#1} } } } $_\mathsf{\arabic*}$ ) } \crefname{#1i}{ \GetTranslation{#1} }{% \GetTranslation{plural-#1} } \Crefname{#1i}{ \text_titlecase:n{ \GetTranslation{#1} } }{% \text_titlecase:n{ \GetTranslation{plural-#1} } } } \cs_new_protected:Npn \__nwejm_tl_pop_right:n #1 { \tl_reverse:f { \tl_tail:f { \tl_reverse:n { #1 } } } } \cs_generate_variant:Nn \tl_reverse:n { f } \cs_generate_variant:Nn \__nwejm_tl_pop_right:n { v } \cs_new_protected:Npn \__nwejm_start_newenumeration:nn #1 #2 { \keys_define:nn { nwejm/newenumeration } { singular .tl_set:c = {l__nwejm_newenumeration_#2_singular_tl}, plural .tl_set:c = {l__nwejm_newenumeration_#2_plural_tl}, label .tl_set:c = {l__nwejm_newenumeration_#2_label_tl}, } \IfNoValueF {#1} { \keys_set:nn { nwejm/newenumeration } { #1 } } \tl_if_empty:cT {l__nwejm_newenumeration_#2_plural_tl} { \tl_set:cn {l__nwejm_newenumeration_#2_plural_tl} {#2} } \tl_if_empty:cT {l__nwejm_newenumeration_#2_singular_tl} { \tl_set:cV {l__nwejm_newenumeration_#2_singular_tl} {\__nwejm_tl_pop_right:v {l__nwejm_newenumeration_#2_plural_tl}} } \tl_if_empty:cT {l__nwejm_newenumeration_#2_label_tl} { \tl_set:cV {l__nwejm_newenumeration_#2_label_tl} { \tl_head:f { \text_uppercase:n { \tl_use:c {l__nwejm_newenumeration_#2_singular_tl} } } } } } \cs_new_protected:Npn \__nwejm_end_newenumeration:n #1 { \tl_set:cn {l__nwejm_newenumeration_#1_reference_tl} { \textsf{ \tl_use:c {l__nwejm_newenumeration_#1_label_tl} } } \setlist[#1]{% label= \normalfont ( \tl_use:c {l__nwejm_newenumeration_#1_reference_tl} $\c_math_subscript_token{\mathsf{\arabic*}}$ ), ref= ( \tl_use:c {l__nwejm_newenumeration_#1_reference_tl} $_\mathsf{\arabic*}$ ) } \crefname{#1i}{ \tl_use:c {l__nwejm_newenumeration_#1_singular_tl} }{% \tl_use:c {l__nwejm_newenumeration_#1_plural_tl} } \Crefname{#1i}{ \text_titlecase:n{ \tl_use:c {l__nwejm_newenumeration_#1_singular_tl} } }{% \text_titlecase:n{ \tl_use:c {l__nwejm_newenumeration_#1_plural_tl} } } } \NewDocumentCommand{\newenumeration}{O{}m} { \__nwejm_start_newenumeration:nn {#1}{#2} \newlist{#2}{enumerate}{1} \__nwejm_end_newenumeration:n {#2} } \NewDocumentCommand{\renewenumeration}{O{}m} { \__nwejm_start_newenumeration:nn {#1}{#2} \renewlist{#2}{enumerate}{1} \__nwejm_end_newenumeration:n {#2} } \NewDocumentEnvironment{hypotheses}{} { \begin{hypothesis} }{ \end{hypothesis} } \NewDocumentEnvironment{assertions}{} { \begin{assertion} }{ \end{assertion} } \NewDocumentEnvironment{conditions}{} { \begin{condition} }{ \end{condition} } \RenewDocumentCommand{\DeclareMathOperator}{smm} { \NewDocumentCommand{#2}{} { \IfBooleanTF {#1} {\operatorname*{#3}} {\operatorname{#3}} \peek_after:Nw \__nwejm_opx_check: } } \NewDocumentCommand{\BinaryOperators}{m} { \clist_gput_right:Nn \g__nwejm_opx_binary_clist { #1 } } \clist_new:N \g__nwejm_opx_binary_clist \cs_new_protected:Nn \__nwejm_opx_check: { \clist_map_inline:Nn \g__nwejm_opx_binary_clist { \token_if_eq_meaning:NNT \l_peek_token ##1 { \clist_map_break:n { {\!} } } } } \BinaryOperators{% \amalg,% \ast,% \bigcirc,% \bigtriangledown,% \bigtriangleup,% \bullet,% \cap,% \cdot,% \circ,% \cup,% \dagger,% \ddagger,% \diamond,% \div,% \lhd,% \mp,% \odot,% \ominus,% \oplus,% \oslash,% \otimes,% \pm,% \rhd,% \setminus,% \sqcap,% \sqcup,% \star,% \times,% \triangleleft,% \triangleright,% \unlhd,% \unrhd,% \uplus,% \vee,% \wedge,% \wr,% \barwedge,% \boxdot,% \boxminus,% \boxplus,% \boxtimes,% \Cap,% \centerdot,% \circledast,% \circledcirc,% \circleddash,% \Cup,% \curlyvee,% \curlywedge,% \divideontimes,% \dotplus,% \doublebarwedge,% \intercal,% \leftthreetimes,% \ltimes,% \rightthreetimes,% \rtimes,% \smallsetminus,% \veebar% } \DeclareMathOperator{\cotan}{cotan} \DeclareMathOperator{\Arccos}{Arccos} \DeclareMathOperator{\Arcsin}{Arcsin} \DeclareMathOperator{\Arctan}{Arctan} \DeclareMathOperator{\arccosh}{arccosh} \DeclareMathOperator{\arcsinh}{arcsinh} \DeclareMathOperator{\arctanh}{arctanh} \DeclareMathOperator{\Argch}{Argch} \DeclareMathOperator{\Argsh}{Argsh} \DeclareMathOperator{\Argth}{Argth} \cs_set_eq:NN \__nwejm_orig_arccos \arccos \cs_set_eq:NN \__nwejm_orig_arcsin \arcsin \cs_set_eq:NN \__nwejm_orig_arctan \arctan \cs_set_eq:NN \__nwejm_orig_arccosh \arccosh \cs_set_eq:NN \__nwejm_orig_arcsinh \arcsinh \cs_set_eq:NN \__nwejm_orig_arctanh \arctanh \RenewDocumentCommand \arccos {} { \ifcurrentbaselanguage{french}{\Arccos}{\__nwejm_orig_arccos}% } \RenewDocumentCommand \arcsin {} { \ifcurrentbaselanguage {french}{\Arcsin}{\__nwejm_orig_arcsin}% } \RenewDocumentCommand \arctan {} { \ifcurrentbaselanguage {french}{\Arctan}{\__nwejm_orig_arctan}% } \RenewDocumentCommand \arccosh {} { \ifcurrentbaselanguage{french}{\Argch}{\__nwejm_orig_arccosh}% } \RenewDocumentCommand \arcsinh {} { \ifcurrentbaselanguage {french}{\Argsh}{\__nwejm_orig_arcsinh}% } \RenewDocumentCommand \arctanh {} { \ifcurrentbaselanguage {french}{\Argth}{\__nwejm_orig_arctanh}% } \cs_set_eq:NN \__nwejm_orig_cot \cot \RenewDocumentCommand \cot {} { \ifcurrentbaselanguage {french}{\cotan}{\__nwejm_orig_cot}% } \DeclareMathOperator{\ch}{ch} \DeclareMathOperator{\sh}{sh} \cs_set_eq:NN \__nwejm_orig_cosh \cosh \cs_set_eq:NN \__nwejm_orig_sinh \sinh \cs_set_eq:NN \__nwejm_orig_tanh \tanh \RenewDocumentCommand \cosh {} { \ifcurrentbaselanguage {french}{\ch}{\__nwejm_orig_cosh}% } \RenewDocumentCommand \sinh {} { \ifcurrentbaselanguage {french}{\sh}{\__nwejm_orig_sinh}% } \RenewDocumentCommand \tanh {} { \ifcurrentbaselanguage {french}{\operatorname{th}}{\__nwejm_orig_tanh}% } \DeclareMathOperator{\Id}{Id} \cs_set_eq:NN \__nwejm_orig_log \log \cs_set_eq:NN \__nwejm_orig_lg \lg \RenewDocumentCommand \log { s } { \IfBooleanTF {#1} { \__nwejm_orig_log } { \ln } } \RenewDocumentCommand \lg { s } { \IfBooleanTF {#1} { \__nwejm_orig_lg } { \ln } } \NewDocumentCommand \E { O{} } { \ensuremath{ \mathsf{e} \tl_if_empty:nF {#1} {^{#1}} } } \NewDocumentCommand \I { } { \ensuremath{\mathsf{i}} } \bool_new:N \g__nwejm_grad_used_bool \NewDocumentCommand \grad {} {% \bool_if:NTF \g__nwejm_grad_used_bool { \bool_if:nT { (\g__nwejm_gradient_nabla_bool && !\g__nwejm_gradient_nabla_control_bool) || ( !\g__nwejm_gradient_nabla_bool && \g__nwejm_gradient_nabla_control_bool) } { \msg_error:nnn{nwejmart}{Article~setup~not~consistent}{gradient} } }{ \bool_gset_eq:NN \g__nwejm_gradient_nabla_control_bool \g__nwejm_gradient_nabla_bool \bool_gset_true:N \g__nwejm_grad_used_bool } \bool_if:NTF \g__nwejm_gradient_nabla_bool { \operatorname{\nabla} }{ \operatorname{grad} }% \peek_after:Nw \__nwejm_opx_check: } \DeclareMathOperator{\Div}{div} \NewDocumentCommand \curl {} {% \ifcurrentbaselanguage {english}{ \operatorname{curl} }{ \operatorname{rot} }% \peek_after:Nw \__nwejm_opx_check: } \NewDocumentCommand \supp {} {% \ifcurrentbaselanguage {ngerman}{ \operatorname{Tr} }{ \operatorname{supp} }% \peek_after:Nw \__nwejm_opx_check: } \NewDocumentCommand \dif {}{\mathop{}\!\mathrm{d}} \cs_set_eq:NN \__nwejm_orig_leq \leq \cs_set_eq:NN \__nwejm_orig_geq \geq \RenewDocumentCommand \le {} {% \ifcurrentbaselanguage {french}{\leqslant}{\__nwejm_orig_leq}% } \RenewDocumentCommand \leq {} {% \ifcurrentbaselanguage {french}{\leqslant}{\__nwejm_orig_leq}% } \RenewDocumentCommand \ge {} {% \ifcurrentbaselanguage {french}{\geqslant}{\__nwejm_orig_geq}% } \RenewDocumentCommand \geq {} {% \ifcurrentbaselanguage {french}{\geqslant}{\__nwejm_orig_geq}% } \NewDocumentCommand \bbN {} {\mathbb{N}} \NewDocumentCommand \bbZ {} {\mathbb{Z}} \NewDocumentCommand \bbD {} {\mathbb{D}} \NewDocumentCommand \bbQ {} {\mathbb{Q}} \NewDocumentCommand \bbR {} {\mathbb{R}} \NewDocumentCommand \bbC {} {\mathbb{C}} \NewDocumentCommand \bbK {} {\mathbb{K}} \cs_set_eq:NN \emptyset \varnothing \tl_new:N \l__nwejm_given_tl \tl_set:Nn \l__nwejm_given_tl { \nonscript\:\delimsize\vert \allowbreak \nonscript\: \mathopen{} }% \DeclarePairedDelimiterX\__nwejm_set[1]\{\}{% #1 } \NewDocumentCommand \set { m O{} } { \tl_if_empty:nTF {#2} {% \__nwejm_set*{#1} }{ \__nwejm_set*{#1\l__nwejm_given_tl #2} } } \DeclareDocumentCommand{\NewPairedDelimiter}{mm} { \__nwejm_delimiter_clear_keys: % reset to the default \keys_set:nn { nwejm/delimiters } { #2 } \use:x % we want to expand the values of the token variables set with the keys { \exp_not:n {\NewDocumentCommand{#1}{sO{}m} } { \exp_not:n { \IfBooleanTF{##1} } { \exp_not:N \__nwejm_paired_delimiter:nnnnn { \exp_not:n { 0 } } { \exp_not:V \l__nwejm_delimiter_left_tl } { \exp_not:V \l__nwejm_delimiter_right_tl } { \exp_not:n { ##3 } } { \exp_not:V \l__nwejm_delimiter_subscript_tl } } { \exp_not:N \__nwejm_paired_delimiter:nnnnn { \exp_not:n { ##2 } } { \exp_not:V \l__nwejm_delimiter_left_tl } { \exp_not:V \l__nwejm_delimiter_right_tl } { \exp_not:n { ##3 } } { \exp_not:V \l__nwejm_delimiter_subscript_tl } } } } } \keys_define:nn { nwejm/delimiters } { left .tl_set:N = \l__nwejm_delimiter_left_tl, right .tl_set:N = \l__nwejm_delimiter_right_tl, subscript .tl_set:N = \l__nwejm_delimiter_subscript_tl, } \cs_new_protected:Npn \__nwejm_delimiter_clear_keys: { \keys_set:nn { nwejm/delimiters } { left=.,right=.,subscript={} } } \cs_new_protected:Npn \__nwejm_paired_delimiter_expand:nnnn #1 #2 #3 #4 {% Fix the spacing issue with \left and \right (D. Arsenau, P. Stephani and H. Oberdiek) \mathopen{} \mathclose\c_group_begin_token \left#1 #3 \group_insert_after:N \c_group_end_token \right#2 \tl_if_empty:nF {#4} { \c_math_subscript_token {#4} } } \cs_new_protected:Npn \__nwejm_paired_delimiter_fixed:nnnnn #1 #2 #3 #4 #5 { \mathopen{#1#2}#4\mathclose{#1#3} \tl_if_empty:nF {#5} { \c_math_subscript_token {#5} } } \cs_new_protected:Npn \__nwejm_paired_delimiter:nnnnn #1 #2 #3 #4 #5 { \str_case:nnF {#1} { { } { \__nwejm_paired_delimiter_expand:nnnn {#2}{#3}{#4}{#5} } {0} { \__nwejm_paired_delimiter_fixed:nnnnn {}{#2}{#3}{#4}{#5} } {1} { \__nwejm_paired_delimiter_fixed:nnnnn { \big }{#2}{#3}{#4}{#5} } {\big} { \__nwejm_paired_delimiter_fixed:nnnnn { \big }{#2}{#3}{#4}{#5} } {2} { \__nwejm_paired_delimiter_fixed:nnnnn { \Big }{#2}{#3}{#4}{#5} } {\Big} { \__nwejm_paired_delimiter_fixed:nnnnn { \Big }{#2}{#3}{#4}{#5} } {3} { \__nwejm_paired_delimiter_fixed:nnnnn { \bigg }{#2}{#3}{#4}{#5} } {\bigg} { \__nwejm_paired_delimiter_fixed:nnnnn { \bigg }{#2}{#3}{#4}{#5} } {4} { \__nwejm_paired_delimiter_fixed:nnnnn { \Bigg }{#2}{#3}{#4}{#5} } {\Bigg} { \__nwejm_paired_delimiter_fixed:nnnnn { \Bigg }{#2}{#3}{#4}{#5} } } { \msg_warning:nnn{nwejmart}{Wrong~paired~delimiter's~size~parameter}{#1} \__nwejm_paired_delimiter_expand:nnnn {#2}{#3}{#4} } } \NewPairedDelimiter{\norm}{ left=\lVert, right=\rVert } \NewPairedDelimiter{\lnorm}{ left=\lVert, right=\rVert, subscript=1 } \NewPairedDelimiter{\llnorm}{ left=\lVert, right=\rVert, subscript=2 } \NewPairedDelimiter{\lpnorm}{ left=\lVert, right=\rVert, subscript=p } \NewPairedDelimiter{\supnorm}{ left=\lVert, right=\rVert, subscript=\infty } \NewPairedDelimiter{\abs}{ left=\lvert, right=\rvert } \NewPairedDelimiter{\prt}{ left=(, right=) } \NewPairedDelimiter{\brk}{ left=[, right=] } \NewPairedDelimiter{\brc}{ left=\{, right=\} } \NewPairedDelimiter{\lrangle}{ left=\langle, right=\rangle } \NewPairedDelimiter{\leqgeq}{ left=<, right=> } \AddToHook{begindocument/before}{\allowdisplaybreaks} \int_new:N \g_multiline_eq_int \int_new:N \g_line_of_multiline_eq_int \tl_new:N \g_line_of_multiline_eq_label_tl \tl_new:N \g_next_line_of_multiline_eq_label_tl \clist_set:Nn \l_tmpa_clist {align,multline} \clist_map_inline:Nn \l_tmpa_clist { \cs_set_eq:cc {db_#1_start:} {#1} \cs_set_eq:cc {db_#1_end:} {end#1} \cs_set_eq:cc {db_#1_star_start:} {#1*} \NewDocumentEnvironment{amsmath#1}{} {\cs:w db_#1_start:\cs_end:} {\cs:w db_#1_end:\cs_end:} \NewDocumentEnvironment{amsmath#1*}{} {\cs:w db_#1_star_start:\cs_end:} {\cs:w db_#1_end:\cs_end:} \RenewEnviron{#1} { \cs:w db_multiline_eq:nV\cs_end: {#1} \BODY } \RenewEnviron{#1*} { \cs:w db_multiline_eq:nV\cs_end: {#1*} \BODY } } \bool_new:N \g__nwejm_within_patched_amsmath_env_bool \clist_set:Nn \l_tmpa_clist {flalign,alignat} \clist_map_inline:Nn \l_tmpa_clist { \RenewEnviron{#1} { \cs:w db_multiline_eq:nV\cs_end: {align} \BODY } \RenewEnviron{#1*} { \cs:w db_multiline_eq:nV\cs_end: {align*} \BODY } } \seq_new:N \l_db_multiline_eq_seq \cs_new_protected:Nn \db_multiline_eq:nn { \int_gincr:N \g_multiline_eq_int \int_zero:N \g_line_of_multiline_eq_int \int_gincr:N \g_line_of_multiline_eq_int \tl_gset:Nx \g_tmpa_tl { multilineeq - \int_use:N \g_multiline_eq_int - line - } \tl_gset:Nx \g_line_of_multiline_eq_label_tl { \g_tmpa_tl \int_use:N \g_line_of_multiline_eq_int } \tl_gset:Nx \g_next_line_of_multiline_eq_label_tl { \g_tmpa_tl \int_eval:n {\g_line_of_multiline_eq_int + 1} } \ltx@label{\g_line_of_multiline_eq_label_tl} % \seq_set_split:Nnn \l_db_multiline_eq_seq { \\ } { #2 } \tl_if_in:nnTF {#1} {multline} { \begin{amsmath#1} \bool_gset_true:N \g__nwejm_within_patched_amsmath_env_bool \seq_use:Nnnn \l_db_multiline_eq_seq { \multiline@double@backslash@add@space }{ \multiline@double@backslash@add@space }{ \multiline@double@backslash@add@double@space } \hfill \end{amsmath#1} \bool_gset_false:N \g__nwejm_within_patched_amsmath_env_bool }{ \begin{amsmath#1} \bool_gset_true:N \g__nwejm_within_patched_amsmath_env_bool \seq_use:Nn \l_db_multiline_eq_seq { \multiline@double@backslash } \end{amsmath#1} \bool_gset_false:N \g__nwejm_within_patched_amsmath_env_bool } } \cs_generate_variant:Nn \db_multiline_eq:nn { nV } \cs_new_protected:Nn \db_multiline_double_backslash:nn { \db_add_marginal_note: \IfValueTF{#2}{% \IfBooleanTF{#1}{\\*[#2]}{\\[#2]}% }{% \IfBooleanTF{#1}{\\*}{\\}% }% % \db_add_multiline_eq_label: } \NewDocumentCommand{\multiline@double@backslash}{so}{% \db_multiline_double_backslash:nn {#1}{#2} } \NewDocumentCommand{\multiline@double@backslash@add@space}{so}{% \db_multiline_double_backslash:nn {#1}{#2} \hspace{\mathindent} } \NewDocumentCommand{\multiline@double@backslash@add@double@space}{so}{% \db_multiline_double_backslash:nn {#1}{#2} \hspace{2\mathindent} } \cs_new_protected:Nn \db_add_marginal_note: { \int_compare:nNnT { \getpagerefnumber{\g_next_line_of_multiline_eq_label_tl}% }>{ \getpagerefnumber{\g_line_of_multiline_eq_label_tl}% }{ \reversemarginpar \marginnote[\g__nwejm_equation_continues_next_page_tl]{} \normalmarginpar \marginnote[\g__nwejm_equation_continues_next_page_tl]{} } } \tl_gset:Nn \g__nwejm_equation_continues_next_page_tl { \tiny \sffamily \slshape ( \GetTranslation{equation-continues-next-page} ) } \cs_new_protected:Nn \db_add_multiline_eq_label: { \ifmeasuring@\else \int_gincr:N \g_line_of_multiline_eq_int \tl_gset:Nx \g_line_of_multiline_eq_label_tl { \g_tmpa_tl \int_use:N \g_line_of_multiline_eq_int } \tl_gset:Nx \g_next_line_of_multiline_eq_label_tl { \g_tmpa_tl \int_eval:n {\g_line_of_multiline_eq_int + 1} } \ltx@label{\g_line_of_multiline_eq_label_tl}% \fi } \def\MT_intertext: {% \def\intertext##1{% \db_add_marginal_note: \ifvmode\else\\\@empty\fi \noalign{% \penalty\postdisplaypenalty\vskip\belowdisplayskip \vskip-\lineskiplimit % CCS \vskip\normallineskiplimit % CCS \vskip\l_MT_above_intertext_sep \vbox{\normalbaselines \ifdim \ifdim\@totalleftmargin=\z@ \linewidth \else -\maxdimen \fi =\columnwidth \else \parshape\@ne \@totalleftmargin \linewidth \fi \noindent\ignorespaces##1\par}% \penalty\predisplaypenalty\vskip\abovedisplayskip% \vskip-\lineskiplimit % CCS \vskip\normallineskiplimit % CCS \vskip\l_MT_above_intertext_sep }% \db_add_multiline_eq_label: }% \MH_let:NwN \shortintertext \shortintertext@ } \pretocmd{\MT_orig_shortintertext:n}{% \bool_if:NT \g__nwejm_within_patched_amsmath_env_bool { \db_add_marginal_note: } }{}{} \apptocmd{\MT_orig_shortintertext:n}{\db_add_multiline_eq_label:}{}{} \pretocmd{\MT_shortintertext:n}{% \bool_if:NT \g__nwejm_within_patched_amsmath_env_bool { \db_add_marginal_note: } }{}{} \apptocmd{\MT_shortintertext:n}{\db_add_multiline_eq_label:}{}{} \setkeys{\MT_options_name:}{ original-intertext=false, original-shortintertext=false } \newcommand*{\nwejm@marginnote}{% \@dblarg\NWEJM@mn@marginnote } \newcommand{\NWEJM@mn@marginnote}[2][]{% \ifhmode \@bsphack \begingroup \ifdim\@savsk>\z@\else \def\:{\@xifnch}\expandafter\def\: { \futurelet\@let@token\@ifnch}% \fi \else \begingroup \fi \@ifnextchar [{\NWEJM@mn__nwejmmarginnote[{#1}]{#2}}{\NWEJM@mn__nwejmmarginnote[{#1}]{#2}[\z@]}% } \newcommand{\NWEJM@mn__nwejmmarginnote}{} \long\def\NWEJM@mn__nwejmmarginnote[#1]#2[#3]{% \endgroup \ifhmode \NWEJM@mn__nwejm@marginnote[{#1}]{#2}[{#3}]% \@esphack \else \NWEJM@mn__nwejm@marginnote[{#1}]{#2}[{#3}]% \fi } \long\def\NWEJM@mn__nwejm@marginnote[#1]#2[#3]{% \begingroup \ifmmode\mn@strut\let\@tempa\mn@vadjust\else \if@inlabel\leavevmode\fi \ifhmode\mn@strut\let\@tempa\mn@vadjust\else\let\@tempa\mn@vlap\fi \fi \@tempa{% \vbox to\z@{% \vss \@mn@margintest \if@reversemargin\if@tempswa \@tempswafalse \else \@tempswatrue \fi\fi \rlap{% \ifx\@mn@currxpos\relax \kern\marginnoterightadjust \if@mn@verbose \PackageInfo{marginnote}{% xpos not known,\MessageBreak using \string\marginnoterightadjust}% \fi \else\ifx\@mn@currxpos\@empty \kern\marginnoterightadjust \if@mn@verbose \PackageInfo{marginnote}{% xpos not known,\MessageBreak using \string\marginnoterightadjust}% \fi \else \if@mn@verbose \PackageInfo{marginnote}{% xpos seems to be \@mn@currxpos,\MessageBreak \string\marginnoterightadjust \space ignored}% \fi \begingroup \setlength{\@tempdima}{\@mn@currxpos}% \kern-\@tempdima \if@twoside\ifodd\@mn@currpage\relax \kern\oddsidemargin \else \kern\evensidemargin \fi \else \kern\oddsidemargin \fi \kern 1in \endgroup \fi \fi \kern\marginnotetextwidth\kern\marginparsep \vbox to\z@{\kern\marginnotevadjust\kern #3 \vbox to\z@{% \hsize\marginparwidth \linewidth\hsize \kern-\parskip \marginfont\raggedrightmarginnote\strut\hspace{\z@}% \ignorespaces#2\endgraf \vss}% \vss}% }% }% }% \endgroup } \etocsettocdepth{section} \@ifpackageloaded{pgfplots}{% \ifcurrentbaselanguage{french}{% \pgfplotsset{% /pgf/number~format/.cd, use~comma, 1000~sep={\,}, min~exponent~for~1000~sep=4 }% }{ } } \AddToHook{begindocument/before}{% \defbibheading{__nwejm_subbibliography}[\refname]{% \section*{#1} }% \SetCiteCommand{\autocite}% }% \cs_set_eq:NN \__nwejm_printbibliography \printbibliography \RenewDocumentCommand \printbibliography { O{} } { \FloatBarrier% \tl_if_empty:NF {\g__nwejm_article_acknowledgments_tl} { \section*{\GetTranslation{Acknowledgments}} \g__nwejm_article_acknowledgments_tl \tl_gclear:N \g__nwejm_article_acknowledgments_tl } \__nwejm_printbibliography[heading=__nwejm_subbibliography,resetnumbers,#1] } \exp_after:wN\addbibresource\exp_after:wN{\c__nwejm_issue_bib_path_string_tl} \sys_if_engine_pdftex:T { \ifkp@easyscsl \DeclareRobustCommand{\itshape}{\not@math@alphabet\itshape\mathit% \ifthenelse{\equal{\f@shape}{\scdefault}}{\fontshape{scsl}}{% \fontshape\itdefault}\selectfont} \fi \DeclareMathAlphabet\mathfrak{U}{euf}{m}{n} \SetMathAlphabet\mathfrak{bold}{U}{euf}{b}{n} } \expandafter\def\expandafter\pdfstringdefPreHook \expandafter{% \pdfstringdefPreHook \renewcommand{\acrshort}[1]{\text_uppercase:n {\glsentryshort{##1}}}% } \@ifpackageloaded{draftwatermark}{% \SetWatermarkColor{gray!10}% \SetWatermarkFontSize{30mm}% \SetWatermarkText{\text_uppercase:n {\c__nwejm_draftwatermark_string_tl}}% }{% } \sys_if_engine_pdftex:T { \renewcommand{\ttdefault}{lmtt} } \tl_new:N \g__nwejm_font_designer_text_tl% \cs_new_protected:Nn \__nwejm_font_designer_text:n { \tl_gset:Nn \g__nwejm_font_designer_text_tl { #1 } } \NewDocumentCommand \fontdesignertext {m} { \__nwejm_font_designer_text:n {#1}% } \tl_new:N \g__nwejm_graphicdesign_text_tl% \cs_new_protected:Nn \__nwejm_graphicdesign_text:n { \tl_gset:Nn \g__nwejm_graphicdesign_text_tl { #1 } } \NewDocumentCommand \graphicdesigntext {m} { \__nwejm_graphicdesign_text:n {#1}% } \NewDocumentCommand \nwejm { s } { \IfBooleanTF {#1} { \g__nwejm_nwejm_string_tl } { \g__nwejm_nwejm_short_string_tl } \xspace } \AddToHook{begindocument/end}{% \bool_if:NTF {\g__nwejm_cover_bool} { \g__nwejm_display_frontcover_tl \g__nwejm_display_backcover_tl \g__nwejm_display_inside_frontcover_tl \g__nwejm_display_inside_backcover_tl \end{document} }{ \tableofcontents } } \AddToHook{begindocument/end}{% \titleformat{\chapter}[block] {\normalfont\centering}{}{0pt}{} \titlespacing*{\chapter}{0pt}{0pt}{0pt} } \AddToHook{begindocument/before}{% \@ifpackageloaded{xy}{% \msg_error:nn{ nwejm }{`xy'~package~not~allowed!} }{ } } \ExplSyntaxOff %% %% Copyright (C) 2015-2021 by Denis Bitouze %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either %% version 1.3c of this license or (at your option) any later %% version. The latest version of this license is in the file: %% %% http://www.latex-project.org/lppl.txt %% %% This work is "maintained" (as per LPPL maintenance status) by %% Denis Bitouze. %% %% This work consists of the file nwejm.dtx and a Makefile. %% Running "make" generates the derived files README, nwejm.pdf and nwejm.cls. %% Running "make inst" installs the files in the user's TeX tree. %% Running "make install" installs the files in the local TeX tree. %% %% %% End of file `nwejm.cls'.