blob: 77a3f650c51afb72fd2d2fcd7a6514f57685e092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
%D \module
%D [ file=s-inf-02,
%D version=2009.11.25,
%D title=\CONTEXT\ Style File,
%D subtitle=Information 2 (filenames),
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
\starttext
\starttabulate [|T|T|]
\NC \type{\jobname} \NC \jobname \NC \NR
\NC \type{\jobfilename} \NC \jobfilename \NC \NR
\NC \type{\jobfilesuffix} \NC \jobfilesuffix \NC \NR
\NC \type{\inputfilename} \NC \inputfilename \NC \NR
\NC \type{\inputfilebarename} \NC \inputfilebarename \NC \NR
\NC \type{\inputfilesuffix} \NC \inputfilesuffix \NC \NR
\NC \type{\outputfilename} \NC \outputfilename \NC \NR
\NC \type{\operatingsystem} \NC \operatingsystem \NC \NR
\stoptabulate
\stoptext
|