[latex3-commits] [l3svn] branch master updated: Document limitations on picking up name, etc., of top level file
noreply at latex-project.org
noreply at latex-project.org
Wed Jun 21 14:43:02 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 26d98a4 Document limitations on picking up name, etc., of top level file
26d98a4 is described below
commit 26d98a4c8872db7552b3acdfb32831e6ef824699
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jun 21 13:39:52 2017 +0100
Document limitations on picking up name, etc., of top level file
---
l3kernel/l3file.dtx | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 51995d3..fe8b6a4 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -79,8 +79,13 @@
% path (\emph{i.e.}~if it is in the \TeX{} search path), and will
% \emph{not} end in |/| other than the case that it is exactly equal
% to the root directory. The \meta{name} and \meta{ext} parts together
-% make up the file name, thus the \meta{name} part mahy be thought of
-% as the \enquote{job name} for the current file.
+% make up the file name, thus the \meta{name} part may be thought of
+% as the \enquote{job name} for the current file. Note that \TeX{} does
+% not provide information on the \meta{ext} part for the main (top
+% level) file, which will always have an empty \meta{dir} component.
+% Also, the \meta{name} here will be equal to \cs{c_sys_jobname_str},
+% which may be different to the reql file name (if set using
+% |--jobname|, for example).
% \end{variable}
%
% \begin{variable}[added = 2017-06-18]{\l_file_search_path_seq}
@@ -96,7 +101,7 @@
% \end{syntax}
% Searches for \meta{file name} using the current \TeX{} search
% path and the additional paths controlled by
-% \cs{l_file_seach_path_seq}).
+% \cs{l_file_seach_path_seq}.
% \end{function}
%
% \begin{function}[TF, added = 2017-06-19]{\file_if_exist:nN}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list