diff options
author | Marius <mariausol@gmail.com> | 2012-09-07 00:20:22 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-09-07 00:20:22 +0300 |
commit | 5b4c6dd791dfcb02838191ccee764cbb215b7cc4 (patch) | |
tree | bfd6e20699fd7d82734057723f2e765ce0d74da5 /tex/context/base/core-sys.mkiv | |
parent | edd2b22c9d92fd77d47b5fb6517a230470ec7038 (diff) | |
download | context-5b4c6dd791dfcb02838191ccee764cbb215b7cc4.tar.gz |
beta 2012.09.06 23:03
Diffstat (limited to 'tex/context/base/core-sys.mkiv')
-rw-r--r-- | tex/context/base/core-sys.mkiv | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tex/context/base/core-sys.mkiv b/tex/context/base/core-sys.mkiv index 25b656341..249500e0a 100644 --- a/tex/context/base/core-sys.mkiv +++ b/tex/context/base/core-sys.mkiv @@ -40,18 +40,19 @@ %D The jobname is what gets loaded by the cont-yes stub file. This name %D also determines the name of tuc etc files. -\def \jobfilename {\cldcontext{environment.jobfilename or ""}} -\def \jobfilesuffix {\cldcontext{environment.jobfilesuffix or ""}} +\def \jobfilename {\cldcontext{environment.jobfilename or ""}} +\def \jobfilesuffix {\cldcontext{environment.jobfilesuffix or ""}} %D However, that one can itself load another file. -\def \inputfilebarename{\cldcontext{environment.inputfilebarename or ""}} -\def \inputfilesuffix {\cldcontext{environment.inputfilesuffix or ""}} -\def \inputfilename {\cldcontext{environment.inputfilename or ""}} +\def \inputfilebarename {\cldcontext{environment.inputfilebarename or ""}} +\def \inputfilerealsuffix{\cldcontext{environment.inputfilerealsuffix or ""}} +\def \inputfilesuffix {\cldcontext{environment.inputfilesuffix or ""}} +\def \inputfilename {\cldcontext{environment.inputfilename or ""}} %D The output name is only used for some checking. -\def \outputfilename {\cldcontext{environment.outputfilename or ""}} +\def \outputfilename {\cldcontext{environment.outputfilename or ""}} \installcorenamespace{system} |