summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/texosquery/texosquery.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/texosquery/texosquery.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/texosquery/texosquery.cfg85
1 files changed, 34 insertions, 51 deletions
diff --git a/Master/texmf-dist/tex/latex/texosquery/texosquery.cfg b/Master/texmf-dist/tex/latex/texosquery/texosquery.cfg
index 9422e0c7feb..ff7994c6bb4 100644
--- a/Master/texmf-dist/tex/latex/texosquery/texosquery.cfg
+++ b/Master/texmf-dist/tex/latex/texosquery/texosquery.cfg
@@ -4,59 +4,42 @@
%%
%% The original source files were:
%%
-%% texosquery.dtx (with options: `texosquery.cfg,package')
-%% texosquery
-%% Copyright 2017 Nicola Talbot
+%% texosquery.dtx (with options: `texosquery.cfg')
%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3
-%% of this license of (at your option) any later version.
-%% The latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later.
-%%
-%% This work has the LPPL maintenance status `maintained'.
-%%
-%% The Current Maintainer of this work is Nicola Talbot.
-%%
-%% This work consists of the files texosquery.dtx and texosquery.ins
-%% and the derived files texosquery.sty, texosquery.tex and
-%% texosquery.cfg. Additionally, the Java applications texosquery.jar,
-%% texosquery-jre5.jar, texosquery-jre8.jar, the bash scripts
-%% texosquery.sh, texosquery-jre5.sh, texosquery-jre8.sh, and
-%% the corresponding batch files.
-%% \CharacterTable
-%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%% Digits \0\1\2\3\4\5\6\7\8\9
-%% Exclamation \! Double quote \" Hash (number) \#
-%% Dollar \$ Percent \% Ampersand \&
-%% Acute accent \' Left paren \( Right paren \)
-%% Asterisk \* Plus \+ Comma \,
-%% Minus \- Point \. Solidus \/
-%% Colon \: Semicolon \; Less than \<
-%% Equals \= Greater than \> Question mark \?
-%% Commercial at \@ Left bracket \[ Backslash \\
-%% Right bracket \] Circumflex \^ Underscore \_
-%% Grave accent \` Left brace \{ Vertical bar \|
-%% Right brace \} Tilde \~}
-
- %If this configuration file is added to TeX's path, it can
- %be used to set up the texosquery defaults for the installation.
-
- %Default application (must be installed on the operating system's
- %path). Change as appropriate. Available options:
- % * texosquery-jre8 (at least Java 8 required)
- % * texosquery (at least Java 7 required)
- % * texosquery-jre5 (at least Java 5 required)
- %(bash users need to check that the .sh extension has been removed
- %from the bash scripts, or add the extension to the invoker name.)
-\def\TeXOSInvokerName{texosquery}
-
- % If the invoker name given above is on the restricted list,
- % allow it to be run in restricted mode:
+%% Please follow the instructions below.
+
+
+ % This configuration file must be edited to match your system.
+ % Copy the file to your TEXMFLOCAL or TEXMFHOME tree to prevent it
+ % from being overwritten by updates.
+
+ % 1. Check your version of Java. To do this run
+ % java -version
+ % from your command line.
+
+ % * If the version number starts with "1.5" or "1.6" then
+ % \TeXOSInvokerName must be texosquery-jre5
+ %
+ % * If the version number starts with "1.7" then
+ % \TeXOSInvokerName must be texosquery
+ %
+ % * If the version number starts with "1.8" then
+ % \TeXOSInvokerName must be texosquery-jre8
+
+ % (bash users need to check that the .sh extension has been removed
+ % from the bash scripts.)
+
+ \def\TeXOSInvokerName{texosquery}
+
+ % 2. If the invoker name given in the definition above is on the
+ % restricted list, uncomment the line below to allow it to be run
+ % in restricted mode:
+
%\TeXOSQueryAllowRestricted
+
+ % Leave it commented out if the invoker name is not on the
+ % restricted list.
+
\endinput
%%
%% End of file `texosquery.cfg'.