Skip to content

Commit

Permalink
Restore CI builds
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/makefile.yml: update to checkout@v4
	* wg21macros.sty: Revert tonytableX change
  • Loading branch information
mattkretz committed Jun 20, 2024
1 parent 5a619dd commit 0cefc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions wg21macros.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}%
Expand All @@ -352,7 +352,7 @@
\caption{#2}
\smaller%
\begin{tabular}{p{.45\textwidth}|p{.45\textwidth}}
#1\\
#1&with \wgDocumentNumber\\
\hline
}{%
\end{tabular}%
Expand All @@ -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}
Expand Down

0 comments on commit 0cefc9a

Please sign in to comment.