summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dataref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-05 22:11:24 +0000
committerKarl Berry <karl@freefriends.org>2022-04-05 22:11:24 +0000
commit3708dde1bd737244db4b2ec3d3bce378ea477fd7 (patch)
tree27772a68a882149746661ebf9d02ac0ec804a73a /Master/texmf-dist/doc/latex/dataref
parent0f40a45b1275dda333213e3f660651a2f290fd93 (diff)
dataref (25mar22)
git-svn-id: svn://tug.org/texlive/trunk@62942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dataref')
-rw-r--r--Master/texmf-dist/doc/latex/dataref/dataref-doc.pdfbin238060 -> 260049 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dataref/dataref-doc.tex12
2 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/dataref/dataref-doc.pdf b/Master/texmf-dist/doc/latex/dataref/dataref-doc.pdf
index ec64e4c97a6..6e1da0af9ac 100644
--- a/Master/texmf-dist/doc/latex/dataref/dataref-doc.pdf
+++ b/Master/texmf-dist/doc/latex/dataref/dataref-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dataref/dataref-doc.tex b/Master/texmf-dist/doc/latex/dataref/dataref-doc.tex
index d50200f57a6..8041e40e3ad 100644
--- a/Master/texmf-dist/doc/latex/dataref/dataref-doc.tex
+++ b/Master/texmf-dist/doc/latex/dataref/dataref-doc.tex
@@ -15,7 +15,7 @@
% This work consists of the files dataref.tex and dataref.sty
\documentclass{ltxdoc}
-\usepackage[usagereport]{dataref}[2017/01/06]
+\usepackage[usagereport]{dataref}[2019/02/01]
\EnableCrossrefs
\CodelineIndex
@@ -83,6 +83,7 @@ include all dead mice before.}
Right brace \} Tilde \~}
+ \changes{v0.7}{2019/02/15}{Fix math backends, \cmd{\drefinput}}
\changes{v0.6}{2016/11/15}{Units, Unit Scaling, general overhaul}
\changes{v0.4}{2015/04/21}{Remove Spurious Whitespaces}
\changes{v0.1}{2013/12/06}{Initial version}
@@ -296,10 +297,11 @@ It is a value-typed PGF key, so operations like
\Macro{\drefinput[\meta{prefix}]\{\meta{filename}\}}
-Uses \cmd{\input} to read the file. During the processing of this file
-\option{prefix} is set to the given value. This is useful to include
-several files that resulted from different experiments but include
-equal datapoint keys.
+Reads in the given \TeX/dataref file with the given key prefix. Therefore, all included \cmd{\drefset} commands are define their keys with the given prefix.
+This is useful to include several files that resulted from different experiments but include equal datapoint keys.
+
+This command uses \cmd{\subimport} from the \texttt{import} package to read the file.
+Hence, if there is an \cmd{\drefinput} in an included file, it search its filename relative to its own directory.\footnote{In former versions, \cmd{\drefinput} relied directly on \cmd{\input} and, therefore, the filename was interpreted relative to the root file.}.
\subsection{Referencing Datapoints}