Skip to content

Commit

Permalink
add endfloat compat (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 6, 2024
1 parent 65ff43a commit 6412240
Show file tree
Hide file tree
Showing 2 changed files with 37 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 @@ -2764,13 +2764,12 @@

- name: endfloat
type: package
status: unknown
status: compatible
included-in: [tlc3, arxiv001]
priority: 2
issues:
tests: false
tasks: needs tests
updated: 2024-07-14
tests: true
updated: 2024-08-05

- name: endnotes
type: package
Expand Down
34 changes: 34 additions & 0 deletions tagging-status/testfiles/endfloat/endfloat-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,math,title,table,firstaid},
}
\documentclass{article}

\usepackage{endfloat}
\usepackage[]{hyperref}

\AtBeginFigures{some lowercase text}
\addtodelayedfloat{figure}{SOME UPPERCASE TEXT}

\begin{document}
text
\begin{figure}
Some figure
\caption{First figure}
\end{figure}
More text
\begin{figure}
Another figure
\caption{Second figure}
\label{fig}
\end{figure}
Refer to figure \ref{fig}
\begin{figure}
Yet another figure
\caption{Third figure}
\end{figure}

\end{document}

0 comments on commit 6412240

Please sign in to comment.