Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fbox package incompatible #683

Open
mbertucci47 opened this issue Aug 27, 2024 · 0 comments
Open

fbox package incompatible #683

mbertucci47 opened this issue Aug 27, 2024 · 0 comments
Labels
area: boxes currently incompatible package or class package or class that doesn't work with current version of tagging code

Comments

@mbertucci47
Copy link
Contributor

The \fparbox command of fbox produces parent-child warnings. The rules should also be tagged as artifacts.

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,math,title,table,firstaid}
  }
\documentclass{article}

\usepackage{fbox}

\newcommand\demoText{DuckDuckGo! Time to spread the word!
Equipped with the talking points above, you’re
ready to help anyone search and browse pro-
tected.}

\begin{document}

\fbox*[bT]{foo gar baz}

\fbox[Br,boxrule=5pt,bcolor=red]{foo gar baz}

\fparbox{\demoText}

\fparbox*[Br]{\demoText}

\end{document}
@davidcarlisle davidcarlisle added the currently incompatible package or class package or class that doesn't work with current version of tagging code label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: boxes currently incompatible package or class package or class that doesn't work with current version of tagging code
Projects
None yet
Development

No branches or pull requests

3 participants