Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroland committed Dec 20, 2024
1 parent b74adaa commit 7b017a9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions jkureport.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@
}
\ExplSyntaxOn
\NewDocumentCommand{\jkureport@ifisodate}{mmm}{
\regex_match:nnTF {\A\d{4}-?\d{2}-?\d{2}\Z} {#1} {#2} {#3}
\regex_match:nnTF {\A\d{4}-?\d{2}-?\d{2}\Z} {#1} {#2} {#3}
}
\ExplSyntaxOff
\newcommand{\jkureport@insertdate}{%
Expand All @@ -1982,14 +1982,14 @@
\jkureport@insertsubmissiondate%
}%
}{%
\expandafter\jkureport@ifisodate\expandafter{\@date}{%
\begingroup%
\edef\@tmp{\noexpand\DTMsavedate{jkureport@docdate}{\@date}}\@tmp%
\DTMusedate{jkureport@docdate}%
\endgroup%
}{%
\protect\@date%
}%
\expandafter\jkureport@ifisodate\expandafter{\@date}{%
\begingroup%
\edef\@tmp{\noexpand\DTMsavedate{jkureport@docdate}{\@date}}\@tmp%
\DTMusedate{jkureport@docdate}%
\endgroup%
}{%
\protect\@date%
}%
}%
}
\newcommand{\jkureport@insertplace}{Linz}%
Expand Down

0 comments on commit 7b017a9

Please sign in to comment.