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}