From 0cefc9aeff373c7e6c9cf7b727ba181e558ea09f Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Thu, 20 Jun 2024 09:09:50 +0200 Subject: [PATCH] Restore CI builds ChangeLog: * .github/workflows/makefile.yml: update to checkout@v4 * wg21macros.sty: Revert tonytableX change --- .github/workflows/makefile.yml | 2 +- wg21macros.sty | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 010883f..656e2b3 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: sudo apt install texlive-luatex texlive-pictures texlive-latex-extra biber diff --git a/wg21macros.sty b/wg21macros.sty index 0ff6672..5bea5c1 100644 --- a/wg21macros.sty +++ b/wg21macros.sty @@ -342,7 +342,7 @@ \newcounter{TonyTable} -\newenvironment{tonytableX}[2][before&with \wgDocumentNumber{}]{% +\newenvironment{tonytable}[2][before]{% \renewcommand\tablename{Tony Table}% \let\prevthetable\thetable% \addtocounter{table}{-1}% @@ -352,7 +352,7 @@ \caption{#2} \smaller% \begin{tabular}{p{.45\textwidth}|p{.45\textwidth}} -#1\\ +#1&with \wgDocumentNumber\\ \hline }{% \end{tabular}% @@ -361,12 +361,6 @@ \renewcommand\tablename{Table}% } -\newenvironment{tonytable}[2][before]{% -\begin{tonytableX}[#1&with \wgDocumentNumber{}]% -}{% -\end{tonytableX}% -} - \newcommand\UnaryTypeTrait{\texttt{UnaryTypeTrait}\xspace} \newcommand\BinaryTypeTrait{\texttt{BinaryTypeTrait}\xspace} \newcommand\BaseCharacteristic{\texttt{BaseCharacteristic}\xspace}