Skip to content

Commit

Permalink
add fullpage compat (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 6, 2024
1 parent 248ae39 commit 11a5062
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3828,13 +3828,12 @@

- name: fullpage
type: package
status: unknown
status: compatible
included-in: [arxiv1]
priority: 5
issues:
tests: false
tasks: needs tests
updated: 2024-08-01
tests: true
updated: 2024-08-05

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

\usepackage{fullpage}
\usepackage{kantlipsum}

\begin{document}

\kant[1-6]

\end{document}

0 comments on commit 11a5062

Please sign in to comment.