aboutsummaryrefslogtreecommitdiff
path: root/example.tex
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-16 18:48:23 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-16 18:48:23 +0200
commitb31ebef3db3765eef8e0492897e870a9fa4cd32b (patch)
tree6ac5f83fe766bd947009ed0bc578ffb5bd2a52e7 /example.tex
parentdd2db2b7f62106e6c6c2abdaed73c5f608c690c6 (diff)
fix cross-reference links to external file
Diffstat (limited to 'example.tex')
-rw-r--r--example.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.tex b/example.tex
index ee1377a..e0d21c0 100644
--- a/example.tex
+++ b/example.tex
@@ -3,7 +3,7 @@
% with the [draft] option. this replaces all images with placeholders.
\input{meta.tex}
-\input{reqs.aux}
+\externaldocument{reqs}[./requirements.pdf]
\title{Example Document}
@@ -174,7 +174,7 @@ the glossary that is automatically printed after \codeinline{\end{document}}.
\subsubsection{Requirements}
Requirements are referenced like \codeinline{\label}s:
-e.g.~\cref{req:audio:handle:id,req:audio:async-api:id}.
+e.g.~\cref{req:audio:handle,req:audio:async-api}.
\end{document}