Skip to content

Commit

Permalink
add bussproofs compat (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 7, 2024
1 parent c546447 commit 047f9c7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1408,13 +1408,13 @@

- name: bussproofs
type: package
status: unknown
status: currently-incompatible
included-in: [arxiv01]
priority: 6
issues:
tests: false
tasks: needs tests
updated: 2024-07-18
tests: true
comments: "Tagged as normal text instead of figure with Alt text."
updated: 2024-08-06

- name: bxeepic
type: package
Expand Down
34 changes: 34 additions & 0 deletions tagging-status/testfiles/bussproofs/bussproofs-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,title,math,table,firstaid}
}
\documentclass{article}

\usepackage{bussproofs}

\title{bussproofs tagging test}

\begin{document}

\begin{prooftree}
\AxiomC{A}
\AxiomC{B}
\AxiomC{C}
\TrinaryInfC{D}
\end{prooftree}

\begin{prooftree}
\Axiom$A, B, C, D,\fCenter\ E, F$
\UnaryInf$A, B,\fCenter\ C, D, E, F$
\end{prooftree}

\begin{prooftree}
\AxiomC{$\Gamma, A \vdash B$}
\LeftLabel{Conditional Proof:}
\UnaryInfC{$\Gamma \vdash A \rightarrow B$}
\end{prooftree}

\end{document}

0 comments on commit 047f9c7

Please sign in to comment.