Skip to content

Commit

Permalink
add savetrees compat (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 5, 2024
1 parent b21596b commit 1ae068a
Show file tree
Hide file tree
Showing 2 changed files with 40 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 @@ -8007,13 +8007,13 @@

- name: savetrees
type: package
status: unknown
status: currently-incompatible
included-in: [tlc3, arxiv01]
priority: 2
issues:
tests: false
tasks: needs tests
updated: 2024-07-15
tests: true
tasks: "Redefines `\\maketitle` and uses titlesec to redefine section commands."
updated: 2024-08-05

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

\usepackage[extreme]{savetrees}
\usepackage{kantlipsum}

\title{savetrees tagging test}
\author{Some author}

\begin{document}
\maketitle

\section{A section heading}
\kant[1-3]
\begin{enumerate}
\item blub
\item blub blub
\end{enumerate}
\begin{figure}
Some figure
\caption{Some caption}
\end{figure}

\begin{thebibliography}{9}
\bibitem{dihe:newdir}
W.~Diffie and E.~Hellman, \emph{New directions in cryptography}, IEEE
Transactions on Information Theory \textbf{22} (1976), no.~5, 644--654.
\end{thebibliography}

\end{document}

0 comments on commit 1ae068a

Please sign in to comment.