-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Below the emc:
\documentclass{book}
\usepackage{graphicx}
\usepackage{hyperref}
\makeatletter
\newcommand\@myback@floats{%
\counterwithout{figure}{chapter}
\setcounter{figure}{0}}
\AddToHook{cmd/backmatter/after}{\@myback@floats}
\makeatother
\begin{document}
\listoffigures
\chapter{lorem}
\begin{figure}
\includegraphics{example-image-a}
\caption{A}
\end{figure}
\begin{figure}
\includegraphics{example-image-b}
\caption{B}
\end{figure}
\backmatter
\chapter{ipsum}
\begin{figure}
\includegraphics{example-image-c}
\caption{C}
\end{figure}
\end{document}
In this specific case, the anchor associated with Figure 1 redirects to Figure 1.1
Metadata
Metadata
Assignees
Labels
No labels