diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-28 22:37:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-28 22:37:22 +0000 |
commit | 97eed0e5d61bdb3aa50b351f2cdae80c39e6bad7 (patch) | |
tree | 2a7bdec96bce1add39588436597a6caf8cd715a7 /Master/texmf-dist/tex/latex/listings | |
parent | b37375f523e3b3b381dae4bbda2befbfd776e863 (diff) |
listings (28feb19)
git-svn-id: svn://tug.org/texlive/trunk@50175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/listings')
13 files changed, 1138 insertions, 1063 deletions
diff --git a/Master/texmf-dist/tex/latex/listings/listings-acm.prf b/Master/texmf-dist/tex/latex/listings/listings-acm.prf index e2e9d9f6204..a2b01193226 100644 --- a/Master/texmf-dist/tex/latex/listings/listings-acm.prf +++ b/Master/texmf-dist/tex/latex/listings/listings-acm.prf @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-acm.prf} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] \usepackage[rgb, x11names]{xcolor} \definecolor{Comments}{rgb}{0.00,0.50,0.00} diff --git a/Master/texmf-dist/tex/latex/listings/listings-bash.prf b/Master/texmf-dist/tex/latex/listings/listings-bash.prf index 81ab9c7bd0e..e5c3df7c3d0 100644 --- a/Master/texmf-dist/tex/latex/listings/listings-bash.prf +++ b/Master/texmf-dist/tex/latex/listings/listings-bash.prf @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-bash.prf} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] \usepackage[rgb, x11names]{xcolor} \lstset{% diff --git a/Master/texmf-dist/tex/latex/listings/listings-fortran.prf b/Master/texmf-dist/tex/latex/listings/listings-fortran.prf index 908d9651674..1fc22798d6c 100644 --- a/Master/texmf-dist/tex/latex/listings/listings-fortran.prf +++ b/Master/texmf-dist/tex/latex/listings/listings-fortran.prf @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-fortran.prf} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] \usepackage[rgb, x11names]{xcolor} \lstset{% diff --git a/Master/texmf-dist/tex/latex/listings/listings-hansl.prf b/Master/texmf-dist/tex/latex/listings/listings-hansl.prf new file mode 100644 index 00000000000..018bd68bdf8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/listings/listings-hansl.prf @@ -0,0 +1,48 @@ +%% +%% This is file `listings-hansl.prf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lstdrvrs.dtx (with options: `hansl-prf') +%% +%% The listings package is copyright 1996--2004 Carsten Heinz, and +%% continued maintenance on the package is copyright 2006--2007 Brooks +%% Moses. From 2013 on the maintenance is done by Jobst Hoffmann. +%% The drivers are copyright 1997/1998/1999/2000/2001/2002/2003/2004/2006/ +%% 2007/2013 any individual author listed in this file. +%% +%% This file is distributed under the terms of the LaTeX Project Public +%% License from CTAN archives in directory macros/latex/base/lppl.txt. +%% Either version 1.3c or, at your option, any later version. +%% +%% This file is completely free and comes without any warranty. +%% +%% Send comments and ideas on the package, error reports and additional +%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. +%% +\ProvidesFile{listings-hansl.prf} + [2019/02/27 1.8b listings language file] +\usepackage[rgb, x11names]{xcolor} + +\lstdefinestyle{hanslbw}{% + keywordstyle = \bfseries, + keywordstyle = [2]\bfseries, + keywordstyle = [3]\itshape, + keywordstyle = [4]\underbar, + commentstyle = \ttfamily, + stringstyle = \ttfamily +} +\lstdefinestyle{hanslcolor}{% + basicstyle = \small\ttfamily, + keywordstyle = \color{red}, + keywordstyle = [2]\color{green}, + keywordstyle = [3]\color{cyan}, + keywordstyle = [4]\color{olive}, + commentstyle = \color{blue}\rmfamily, % + stringstyle = \color{magenta}, + moredelim = [l][\color{green}]{--} +}% +\endinput +%% +%% End of file `listings-hansl.prf'. diff --git a/Master/texmf-dist/tex/latex/listings/listings-lua.prf b/Master/texmf-dist/tex/latex/listings/listings-lua.prf index 0fb23eff24f..55026ba5ef7 100644 --- a/Master/texmf-dist/tex/latex/listings/listings-lua.prf +++ b/Master/texmf-dist/tex/latex/listings/listings-lua.prf @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-lua.prf} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] \usepackage[rgb, x11names]{xcolor} \lstdefinestyle{Lua}{% language=[5.2]Lua, diff --git a/Master/texmf-dist/tex/latex/listings/listings-python.prf b/Master/texmf-dist/tex/latex/listings/listings-python.prf index bb4ede149ab..ac8a93dfc0c 100644 --- a/Master/texmf-dist/tex/latex/listings/listings-python.prf +++ b/Master/texmf-dist/tex/latex/listings/listings-python.prf @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,11 +22,12 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-python.prf} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] \usepackage{xcolor} \usepackage{textcomp} -%% Actual colors from idlelib/config-highlight.def --> corrected to ``web-safe'' +%% Actual colors from idlelib/config-highlight.def +%% --> corrected to ``web-safe'' %% strings = #00aa00 / 0,170,0 (a darker green) %% builtins = #900090 / 144,0,144 (purple-ish) %% keywords = #FF7700 / 255,119,0 (quite close to plain `orange') @@ -40,8 +41,8 @@ % Color settings to match IDLE style keywordstyle=\color{orange}, % core keywords keywordstyle={[2]\color{purple2}}, % built-ins - stringstyle=\color{green2}, - commentstyle=\color{red}, + stringstyle=\color{green2},% + commentstyle=\color{red},% upquote=true, % requires textcomp } \endinput diff --git a/Master/texmf-dist/tex/latex/listings/listings.cfg b/Master/texmf-dist/tex/latex/listings/listings.cfg index 11c155d1e08..5d35c356380 100644 --- a/Master/texmf-dist/tex/latex/listings/listings.cfg +++ b/Master/texmf-dist/tex/latex/listings/listings.cfg @@ -14,14 +14,14 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% %% Send comments and ideas on the package, error reports and additional %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% -\ProvidesFile{listings.cfg}[2018/09/02 1.7 listings configuration] +\ProvidesFile{listings.cfg}[2019/02/27 1.8b listings configuration] \def\lstlanguagefiles {lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty} \lstset{defaultdialect=[R/3 6.10]ABAP, diff --git a/Master/texmf-dist/tex/latex/listings/listings.sty b/Master/texmf-dist/tex/latex/listings/listings.sty index 0a463f686e5..36b08b58cf5 100644 --- a/Master/texmf-dist/tex/latex/listings/listings.sty +++ b/Master/texmf-dist/tex/latex/listings/listings.sty @@ -16,8 +16,8 @@ %% Send comments and ideas on the package, error reports and additional %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% -\def\filedate{2018/09/02} -\def\fileversion{1.7} +\def\filedate{2019/02/27} +\def\fileversion{1.8b} \NeedsTeXFormat{LaTeX2e} \AtEndOfPackage{\ProvidesPackage{listings} [\filedate\space\fileversion\space(Carsten Heinz)]} @@ -2003,16 +2003,20 @@ \def\lstinputlisting{% \begingroup \lst@setcatcodes \lst@inputlisting} \newcommand\lst@inputlisting[2][]{% - \endgroup - \def\lst@set{#1}% - \IfFileExists{\lst@inputpath#2}% - {\expandafter\lst@InputListing\expandafter{\lst@inputpath#2}}% - {\filename@parse{\lst@inputpath#2}% - \edef\reserved@a{\noexpand\lst@MissingFileError - {\filename@area\filename@base}% - {\ifx\filename@ext\relax tex\else\filename@ext\fi}}% - \reserved@a}% - \lst@doendpe \@newlistfalse \ignorespaces} + \endgroup + \bgroup\def\lst@set{#1}% + \expandafter\lstset\expandafter{\lst@set}% + \IfFileExists{\lst@inputpath#2}% + {\lst@InputListing{\lst@inputpath#2}}% + {\filename@parse{\lst@inputpath#2}% + \edef\reserved@a{\noexpand\lst@MissingFileError + {\filename@area\filename@base}% + {\ifx\filename@ext\relax tex\else\filename@ext\fi}}% + \reserved@a + \let\lst@doendpe\@empty}% + \egroup + \lst@doendpe \@newlistfalse \ignorespaces% +} \def\lst@MissingFileError#1#2{% \typeout{^^J! Package Listings Error: File `#1(.#2)' not found.^^J% ^^JType X to quit or <RETURN> to proceed,^^J% @@ -2129,7 +2133,7 @@ {\PackageError{Listings}{Environment `#1' already defined}\@eha \@gobbletwo}} \def\@tempa#1#2#3{% -\gdef\lstnewenvironment@##1##2##3##4##5{% + \gdef\lstnewenvironment@##1##2##3##4##5{% \begingroup \global\@namedef{end##2}{\lstenv@Error{##2}}% \global\@namedef{##2}{\def\lstenv@name{##2}% @@ -2200,13 +2204,14 @@ \let\lst@insertargs\@empty \fi \fi} }\endgroup -\lstnewenvironment{lstlisting}[2][] - {% - \leavevmode% +\lstnewenvironment{lstlisting}[2][]{% \lst@TestEOLChar{#2}% \lstset{#1}% - \csname\@lst @SetFirstNumber\endcsname} - {\csname\@lst @SaveFirstNumber\endcsname} + \csname\@lst @SetFirstNumber\endcsname% + }{% + \let\if@nobreak\iffalse% + \csname\@lst @SaveFirstNumber\endcsname% + } \lst@Key{fancyvrb}\relax[t]{% \lstKV@SetIf{#1}\lst@iffancyvrb \lstFV@fancyvrb} diff --git a/Master/texmf-dist/tex/latex/listings/lstdoc.sty b/Master/texmf-dist/tex/latex/listings/lstdoc.sty index cded18821c0..8bc68eec5ed 100644 --- a/Master/texmf-dist/tex/latex/listings/lstdoc.sty +++ b/Master/texmf-dist/tex/latex/listings/lstdoc.sty @@ -6,8 +6,8 @@ %% %% listings.dtx (with options: `doc') %% -\def\filedate{2018/09/02} -\def\fileversion{1.7} +\def\filedate{2019/02/27} +\def\fileversion{1.8b} \ProvidesPackage{lstdoc} [\filedate\space\fileversion\space(Carsten Heinz)] \let\lstdoc@currversion\fileversion diff --git a/Master/texmf-dist/tex/latex/listings/lstlang1.sty b/Master/texmf-dist/tex/latex/listings/lstlang1.sty index 336267ebeb5..bea732a8cf9 100644 --- a/Master/texmf-dist/tex/latex/listings/lstlang1.sty +++ b/Master/texmf-dist/tex/latex/listings/lstlang1.sty @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{lstlang1.sty} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] %% %% ACSL definition (c) 2000 by Andreas Matthias %% @@ -315,71 +315,71 @@ \lst@definelanguage[08]{Fortran}[03]{Fortran}{% morekeywords={ALL, BLOCK, CODIMENSION, CONCURRENT, CONTIGUOUS, CRITICAL,% ERROR, LOCK, SUBMODULE, SYNC, UNLOCK},% - morekeywords=[3]{ACOSH,ASINH,ATANH,ATOMIC_DEFINE,ATOMIC_REF,BESSEL_J0,% - BESSEL_J1,BESSEL_JN,BESSEL_Y0,BESSEL_Y1,BESSEL_YN,BGE,BGT,BLE,BLT,% - C_SIZEOF,COMPILER_OPTIONS,COMPILER_VERSION,DSHIFTL,DSHIFTR,ERF,ERFC,% - ERFC_SCALED,EXECUTE_COMMAND_LINE,GAMMA,HYPOT,IALL,IANY,IMAGE_INDEX,% - IPARITY,LCOBOUND,LEADZ,LOG_GAMMA,MASKL,MASKR,MERGE_BITS,NORM2,% - NUM_IMAGES,PARITY,POPCNT,POPPAR,SHIFTA,SHIFTL,SHIFTR,STORAGE_SIZE,% - THIS_IMAGE,TRAILZ,UCOBOUND}% + morekeywords=[3]{ACOSH, ASINH, ATANH, ATOMIC_DEFINE, ATOMIC_REF,% + BESSEL_J0, BESSEL_J1, BESSEL_JN, BESSEL_Y0, BESSEL_Y1, BESSEL_YN,% + BGE, BGT, BLE, BLT, C_SIZEOF, COMPILER_OPTIONS, COMPILER_VERSION,% + DSHIFTL, DSHIFTR, ERF, ERFC, ERFC_SCALED, EXECUTE_COMMAND_LINE,% + FINDLOC, GAMMA, HYPOT, IALL, IANY, IMAGE_INDEX, IPARITY, LCOBOUND,% + LEADZ, LOG_GAMMA, MASKL, MASKR, MERGE_BITS, NORM2, NUM_IMAGES,% + PARITY, POPCNT, POPPAR, SHIFTA, SHIFTL, SHIFTR, STORAGE_SIZE,% + THIS_IMAGE, TRAILZ, UCOBOUND}% }% \lst@definelanguage[03]{Fortran}[95]{Fortran}{% morekeywords={ABSTRACT, ASSOCIATE, ASYNCHRONOUS, BIND, CLASS, DEFERRED,% ENUM, ENUMERATOR, EXTENDS, FINAL, FLUSH, GENERIC, IMPORT,% NON_OVERRIDABLE, NOPASS, PASS, PROTECTED, VALUE, VOLATILE, WAIT},% - morekeywords=[2]{DECIMAL,ENCODING,IOMSG,ROUND}, - morekeywords=[3]{C_ASSOCIATED,C_F_POINTER,C_F_PROCPOINTER,C_FUNLOC,% - C_LOC,COMMAND_ARGUMENT_COUNT,EXTENDS_TYPE_OF,GET_COMMAND,GET_COMMAND_ARGUMENT,% - GET_ENVIRONMENT_VARIABLE,IS_IOSTAT_END,MOVE_ALLOC,NEW_LINE,SAME_TYPE_AS,% - SELECTED_CHAR_KIND}% + morekeywords=[2]{DECIMAL, ENCODING, IOMSG, ROUND},% + morekeywords=[3]{C_ASSOCIATED, C_F_POINTER, C_F_PROCPOINTER, C_FUNLOC,% + C_LOC, COMMAND_ARGUMENT_COUNT, EXTENDS_TYPE_OF, GET_COMMAND,% + GET_COMMAND_ARGUMENT, GET_ENVIRONMENT_VARIABLE, IS_IOSTAT_END,% + MOVE_ALLOC,NEW_LINE,SAME_TYPE_AS, SELECTED_CHAR_KIND}% }% \lst@definelanguage[90]{Fortran}[95]{Fortran}{} -\lst@definelanguage[95]{Fortran}[77]{Fortran}% - {deletekeywords=SAVE,% - morekeywords={ALLOCATABLE,ALLOCATE,ASSIGNMENT,CASE,% - CONTAINS,CYCLE,DEALLOCATE,DEFAULT,EXIT,INCLUDE,IN,NONE,% - OUT,INTENT,INTERFACE,MODULE,NAMELIST,% - NULLIFY,ONLY,OPERATOR,OPTIONAL,OUT,POINTER,PRIVATE,% - PUBLIC,RECURSIVE,RESULT,SELECT,SEQUENCE,% - TARGET,USE,WHERE,WHILE,BLOCKDATA,DOUBLEPRECISION,% - ENDBLOCKDATA,ENDFILE,ENDFUNCTION,ENDINTERFACE,% - ENDMODULE,ENDPROGRAM,ENDSELECT,ENDSUBROUTINE,ENDTYPE,ENDWHERE,% - INOUT,SELECTCASE,% - ELEMENTAL, ELSEWHERE, FORALL, PURE,% +\lst@definelanguage[95]{Fortran}[77]{Fortran}{% + deletekeywords=SAVE,% + morekeywords={ALLOCATABLE, ALLOCATE, ASSIGNMENT, CASE, CONTAINS, CYCLE,% + DEALLOCATE, DEFAULT, EXIT, INCLUDE, IN, NONE, OUT, INTENT, INTERFACE,% + MODULE, NAMELIST, NULLIFY, ONLY, OPERATOR, OPTIONAL, OUT, POINTER,% + PRIVATE, PUBLIC, RECURSIVE, RESULT, SELECT, SEQUENCE, TARGET, USE,% + WHERE, WHILE, BLOCKDATA, DOUBLEPRECISION, ENDBLOCKDATA, ENDFILE,% + ENDFUNCTION, ENDINTERFACE, ENDMODULE, ENDPROGRAM, ENDSELECT,% + ENDSUBROUTINE, ENDTYPE, ENDWHERE, INOUT, SELECTCASE,% + ELEMENTAL, ELSEWHERE, FORALL, PURE,% PROCEDURE},% - morekeywords=[2]{ACTION,ADVANCE,DELIM,IOLENGTH,LEN,NAME,% - NML,PAD,POSITION,READWRITE,SIZE,STAT},% corrected NML from NMT - morekeywords=[3]{ACHAR,ADJUSTL,ADJUSTR,ALL,ALLOCATED,ANY,ASSOCIATED,% - BIT_SIZE,% - BTEST,CEILING,COUNT,CPU_TIME,CSHIFT,DATE_AND_TIME,DIGITS,DOT_PRODUCT,% - EOSHIFT,EPSILON,EXPONENT,FLOOR,FRACTION,HUGE,IACHAR,IAND,IBCLR, - IBITS,IBSET,ICHAR,IEOR,IOR,ISHFT,ISHFTC,KIND,LBOUND,LEN_TRIM,% left out LOGICAL - MATMUL,MAXEXPONENT,MAXLOC,MAXVAL,MERGE,MINEXPONENT,MINLOC,MINVAL,% - MODULO,MVBITS,NEAREST,NOT,NULL,PACK,PRECISION,PRESENT,PRODUCT,% - RADIX,RANDOM_NUMBER,RANDOM_SEED,RANGE,RANK,REPEAT,RESHAPE,RRSPACING,% - SCALE,SCAN,SELECTED_INT_KIND,SELECTED_REAL_KIND,SET_EXPONENT,SHAPE,% - SINH,SIZE,SPACING,SPREAD,SUM,SYSTEM_CLOCK,TINY,TRANSFER,TRANSPOSE,% - TRIM,UBOUND,UNPACK,VERIFY},% - deletecomment=[f],% no fixed comment line: 1998 Magne Rudshaug - morecomment=[l]!% - }% -\lst@definelanguage[77]{Fortran}% - {morekeywords={ASSIGN,BACKSPACE,CALL,CHARACTER,% - CLOSE,COMMON,COMPLEX,CONTINUE,DATA,DIMENSION,DO,DOUBLE,% - ELSE,ELSEIF,END,ENDIF,ENDDO,ENTRY,EQUIVALENCE,EXTERNAL,% - FILE,FORMAT,FUNCTION,GO,TO,GOTO,IF,IMPLICIT,% - INQUIRE,INTEGER,INTRINSIC,LOGICAL,% - OPEN,PARAMETER,PAUSE,PRECISION,PRINT,PROGRAM,READ,REAL,% - RETURN,REWIND,STOP,SUBROUTINE,THEN,% - WRITE,SAVE},% - morekeywords=[2]{ACCESS,BLANK,BLOCK,DIRECT,EOF,ERR,EXIST,% - FMT,FORM,FORMATTED,IOSTAT,NAMED,NEXTREC,NUMBER,OPENED,% - REC,RECL,SEQUENTIAL,STATUS,TYPE,UNFORMATTED,UNIT},% - morekeywords=[3]{INT,DBLE,CMPLX,ICHAR,CHAR,AINT,ANINT,% left out real - NINT,ABS,MOD,SIGN,DIM,DPROD,MAX,MIN,AIMAG,CONJG,SQRT,% - EXP,LOG,LOG10,SIN,COS,TAN,ASIN,ACOS,ATAN,ATAN2,SINH,% - COSH,TANH,LGE,LGT,LLE,LLT,LEN,INDEX},% - morekeywords=[4]{AND,EQ,EQV,FALSE,GE,GT,OR,LE,LT,NE,NEQV,NOT,TRUE},% + morekeywords=[2]{ACTION, ADVANCE, DELIM, IOLENGTH, LEN, NAME, NML, PAD,% + POSITION, READWRITE, SIZE, STAT},% corrected NML from NMT + morekeywords=[3]{ACHAR, ADJUSTL, ADJUSTR, ALL, ALLOCATED, ANY, ASSOCIATED,% + BIT_SIZE, BTEST, CEILING, COUNT, CPU_TIME, CSHIFT, DATE_AND_TIME, DIGITS,% + DOT_PRODUCT, EOSHIFT, EPSILON, EXPONENT, FLOOR, FRACTION, HUGE, IACHAR,% + IAND, IBCLR, IBITS, IBSET, ICHAR, IEOR, IOR, ISHFT, ISHFTC, KIND, LBOUND,% + LEN_TRIM,% left out LOGICAL + MATMUL, MAXEXPONENT, MAXLOC, MAXVAL, MERGE, MINEXPONENT, MINLOC, MINVAL,% + MODULO, MVBITS, NEAREST, NOT, NULL, PACK, PRECISION, PRESENT, PRODUCT,% + RADIX, RANDOM_NUMBER, RANDOM_SEED, RANGE, RANK, REPEAT, RESHAPE,% + RRSPACING, SCALE, SCAN, SELECTED_INT_KIND, SELECTED_REAL_KIND,% + SET_EXPONENT, SHAPE, SINH, SIZE, SPACING, SPREAD, SUM, SYSTEM_CLOCK,% + TINY, TRANSFER, TRANSPOSE, TRIM, UBOUND, UNPACK, VERIFY},% + deletecomment=[f],% no fixed comment line: 1998 Magne Rudshaug +morecomment=[l]!% +}% +\lst@definelanguage[77]{Fortran}{% + morekeywords={ASSIGN, BACKSPACE, CALL, CHARACTER, % + CLOSE, COMMON, COMPLEX, CONTINUE, DATA, DIMENSION, DO, DOUBLE, % + ELSE, ELSEIF, END, ENDIF, ENDDO, ENTRY, EQUIVALENCE, EXTERNAL, % + FILE, FORMAT, FUNCTION, GO, TO, GOTO, IF, IMPLICIT, % + INQUIRE, INTEGER, INTRINSIC, LOGICAL, % + OPEN, PARAMETER, PAUSE, PRECISION, PRINT, PROGRAM, READ, REAL, % + RETURN, REWIND, STOP, SUBROUTINE, THEN, % + WRITE, SAVE},% + morekeywords=[2]{ACCESS, BLANK, BLOCK, DIRECT, EOF, ERR, EXIST,% + FMT, FORM, FORMATTED, IOSTAT, NAMED, NEXTREC, NUMBER, OPENED,% + REC, RECL, SEQUENTIAL, STATUS, TYPE, UNFORMATTED, UNIT},% + morekeywords=[3]{INT, DBLE, CMPLX, ICHAR, CHAR, AINT, ANINT,% left out real + NINT, ABS, MOD, SIGN, DIM, DPROD, MAX, MIN, AIMAG, CONJG, SQRT,% + EXP, LOG, LOG10, SIN, COS, TAN, ASIN, ACOS, ATAN, ATAN2, SINH,% + COSH, TANH, LGE, LGT, LLE, LLT, LEN, INDEX},% + morekeywords=[4]{AND, EQ, EQV, FALSE, GE, GT, OR, LE, LT, NE, NEQV,% + NOT, TRUE},% sensitive=f,%% not Fortran-77 standard, but allowed in Fortran-95 %% morecomment=[f]*,% morecomment=[f]C,% @@ -2250,319 +2250,296 @@ "$Version", "$VersionNumber", "$WolframID", "$WolframUUID"% }% } -\lst@definelanguage[5.2]{Mathematica}[3.0]{Mathematica}%% - {morekeywords={Above,AbsoluteOptions,AbsoluteTiming,AccountingForm,% - AccuracyGoal,Active,ActiveItem,AddOnHelpPath,% - AdjustmentBox,AdjustmentBoxOptions,After,AiryAiPrime,% - AlgebraicRulesData,Algebraics,Alias,AlignmentMarker,% - AllowInlineCells,AllowScriptLevelChange,Analytic,AnimationCycleOffset,% - AnimationCycleRepetitions,AnimationDirection,AnimationDisplayTime,ApartSquareFree,% - AppellF1,ArgumentCountQ,ArrayDepth,ArrayPlot,% - ArrayQ,ArrayRules,AspectRatioFixed,Assuming,% - Assumptions,AutoDelete,AutoEvaluateEvents,AutoGeneratedPackage,% - AutoIndent,AutoIndentSpacings,AutoItalicWords,AutoloadPath,% - AutoOpenNotebooks,AutoOpenPalettes,AutoScroll,AutoSpacing,% - AutoStyleOptions,Axis,BackgroundTasksSettings,Backsubstitution,% - Backward,Baseline,Before,BeginDialogPacket,% - BeginFrontEndInteractionPacket,Below,BezoutMatrix,BinaryFormat,% - BinaryGet,BinaryRead,BinaryReadList,BinaryWrite,% - BitAnd,BitNot,BitOr,BitXor,% - Black,BlankForm,Blue,Boole,% - Booleans,Bottom,Bounds,Box,% - BoxBaselineShift,BoxData,BoxDimensions,BoxFormFormatTypes,% - BoxFrame,BoxMargins,BoxRegion,Brown,% - Buchberger,Button,ButtonBox,ButtonBoxOptions,% - ButtonCell,ButtonContents,ButtonData,ButtonEvaluator,% - ButtonExpandable,ButtonFrame,ButtonFunction,ButtonMargins,% - ButtonMinHeight,ButtonNote,ButtonNotebook,ButtonSource,% - ButtonStyle,ButtonStyleMenuListing,ByteOrdering,CallPacket,% - CarmichaelLambda,Cell,CellAutoOverwrite,CellBaseline,% - CellBoundingBox,CellBracketOptions,CellContents,CellDingbat,% - CellEditDuplicate,CellElementsBoundingBox,CellElementSpacings,CellEvaluationDuplicate,% - CellFrame,CellFrameColor,CellFrameLabelMargins,CellFrameLabels,% - CellFrameMargins,CellGroup,CellGroupData,CellGrouping,% - CellGroupingRules,CellHorizontalScrolling,CellLabel,CellLabelAutoDelete,% - CellLabelMargins,CellLabelPositioning,CellMargins,CellObject,% - CellOpen,CellPasswords,CellPrint,CellSize,% - CellStyle,CellTags,CellularAutomaton,Center,% - CharacterEncoding,CharacterEncodingsPath,CharacteristicPolynomial,CharacterRange,% - CheckAll,CholeskyDecomposition,Clip,ClipboardNotebook,% - Closed,ClosingAutoSave,CoefficientArrays,CoefficientDomain,% - CofactorExpansion,ColonForm,ColorFunctionScaling,ColorRules,% - ColorSelectorSettings,Column,ColumnAlignments,ColumnLines,% - ColumnsEqual,ColumnSpacings,ColumnWidths,CommonDefaultFormatTypes,% - CompileOptimizations,CompletionsListPacket,Complexes,ComplexityFunction,% - Compose,ComposeSeries,ConfigurationPath,ConjugateTranspose,% - Connect,ConsoleMessage,ConsoleMessagePacket,ConsolePrint,% - ContentsBoundingBox,ContextToFileName,ContinuedFraction,ConversionOptions,% - ConversionRules,ConvertToBitmapPacket,ConvertToPostScript,ConvertToPostScriptPacket,% - Copyable,CoshIntegral,CounterAssignments,CounterBox,% - CounterBoxOptions,CounterEvaluator,CounterFunction,CounterIncrements,% - CounterStyle,CounterStyleMenuListing,CreatePalettePacket,Cross,% - CurrentlySpeakingPacket,Cyan,CylindricalDecomposition,DampingFactor,% - DataRange,Debug,DebugTag,Decimal,% - DedekindEta,DefaultDuplicateCellStyle,DefaultFontProperties,DefaultFormatType,% - DefaultFormatTypeForStyle,DefaultInlineFormatType,DefaultInputFormatType, - DefaultNaturalLanguage,% - DefaultNewCellStyle,DefaultNewInlineCellStyle,DefaultNotebook,DefaultOutputFormatType,% - DefaultStyleDefinitions,DefaultTextFormatType,DefaultTextInlineFormatType,DefaultValues,% - DefineExternal,DegreeLexicographic,DegreeReverseLexicographic,Deletable,% - DeleteContents,DeletionWarning,DelimiterFlashTime,DelimiterMatching,% - Delimiters,DependentVariables,DiacriticalPositioning,DialogLevel,% - DifferenceOrder,DigitCharacter,DigitCount,DiracDelta,% - Direction,DirectoryName,DisableConsolePrintPacket,DiscreteDelta,% - DisplayAnimation,DisplayEndPacket,DisplayFlushImagePacket,DisplayForm,% - DisplayPacket,DisplayRules,DisplaySetSizePacket,DisplayString,% - DivisionFreeRowReduction,DOSTextFormat,DoubleExponential,DoublyInfinite,% - Down,DragAndDrop,DrawHighlighted,DualLinearProgramming,% - DumpGet,DumpSave,Edit,Editable,% - EditButtonSettings,EditCellTagsSettings,EditDefinition,EditIn,% - Element,EliminationOrder,EllipticExpPrime,EllipticNomeQ,% - EllipticReducedHalfPeriods,EllipticThetaPrime,Empty,EnableConsolePrintPacket,% - Encoding,EndAdd,EndDialogPacket,EndFrontEndInteractionPacket,% - EndOfLine,EndOfString,Enter,EnterExpressionPacket,% - EnterTextPacket,EqualColumns,EqualRows,EquatedTo,% - Erfi,ErrorBox,ErrorBoxOptions,ErrorNorm,% - ErrorPacket,ErrorsDialogSettings,Evaluatable,EvaluatePacket,% - EvaluationCell,EvaluationCompletionAction,EvaluationMonitor,EvaluationNotebook,% - Evaluator,EvaluatorNames,EventEvaluator,ExactNumberQ,% - ExactRootIsolation,Except,ExcludedForms,Exists,% - ExitDialog,ExponentPosition,ExponentStep,Export,% - ExportAutoReplacements,ExportPacket,ExportString,ExpressionPacket,% - ExpToTrig,Extension,ExternalCall,ExternalDataCharacterEncoding,% - Extract,Fail,FEDisableConsolePrintPacket,FEEnableConsolePrintPacket,% - Fibonacci,File,FileFormat,FileInformation,% - FileName,FileNameDialogSettings,FindFit,FindInstance,% - FindMaximum,FindSettings,FitAll,FlushPrintOutputPacket,% - Font,FontColor,FontFamily,FontName,% - FontPostScriptName,FontProperties,FontReencoding,FontSize,% - FontSlant,FontSubstitutions,FontTracking,FontVariations,% - FontWeight,ForAll,FormatRules,FormatTypeAutoConvert,% - FormatValues,FormBox,FormBoxOptions,Forward,% - ForwardBackward,FourierCosTransform,FourierParameters,FourierSinTransform,% - FourierTransform,FractionalPart,FractionBox,FractionBoxOptions,% - FractionLine,FrameBox,FrameBoxOptions,FresnelC,% - FresnelS,FromContinuedFraction,FromDigits,FrontEndExecute,% - FrontEndObject,FrontEndStackSize,FrontEndToken,FrontEndTokenExecute,% - FrontEndVersion,Full,FullAxes,FullSimplify,% - FunctionExpand,FunctionInterpolation,GaussKronrod,GaussPoints,% - GenerateBitmapCaches,GenerateConditions,GeneratedCell,GeneratedParameters,% - Generic,GetBoundingBoxSizePacket,GetContext,GetFileName,% - GetFrontEndOptionsDataPacket,GetLinebreakInformationPacket,% - GetMenusPacket,GetPageBreakInformationPacket,% - Glaisher,GlobalPreferences,GlobalSession,Gradient,% - GraphicsData,GraphicsGrouping,Gray,Green,% - Grid,GridBaseline,GridBox,GridBoxOptions,% - GridCreationSettings,GridDefaultElement,GridFrame,GridFrameMargins,% - GroupPageBreakWithin,HarmonicNumber,Hash,HashTable,% - HeadCompose,HelpBrowserLookup,HelpBrowserNotebook,HelpBrowserSettings,% - HessenbergDecomposition,Hessian,HoldAllComplete,HoldComplete,% - HoldPattern,Horizontal,HorizontalForm,HorizontalScrollPosition,% - HTMLSave,Hypergeometric0F1Regularized,Hypergeometric1F1Regularized,% - Hypergeometric2F1Regularized,% - HypergeometricPFQ,HypergeometricPFQRegularized,HyperlinkCreationSettings,Hyphenation,% - HyphenationOptions,IgnoreCase,ImageCache,ImageCacheValid,% - ImageMargins,ImageOffset,ImageRangeCache,ImageRegion,% - ImageResolution,ImageRotated,ImageSize,Import,% - ImportAutoReplacements,ImportString,IncludeFileExtension,IncludeSingularTerm,% - IndentingNewlineSpacings,IndentMaxFraction,IndexCreationOptions,Inequality,% - InexactNumberQ,InexactNumbers,Inherited,InitializationCell,% - InitializationCellEvaluation,InitializationCellWarning,% - InlineCounterAssignments,InlineCounterIncrements,% - InlineRules,InputAliases,InputAutoFormat,InputAutoReplacements,% - InputGrouping,InputNamePacket,InputNotebook,InputPacket,% - InputSettings,InputStringPacket,InputToBoxFormPacket,InputToInputForm,% - InputToStandardForm,InsertionPointObject,IntegerExponent,IntegerPart,% - Integers,Interactive,Interlaced,InterpolationOrder,% - InterpolationPoints,InterpolationPrecision,InterpretationBox,% - InterpretationBoxOptions,% - InterpretTemplate,InterruptSettings,Interval,IntervalIntersection,% - IntervalMemberQ,IntervalUnion,InverseBetaRegularized,InverseEllipticNomeQ,% - InverseErf,InverseErfc,InverseFourierCosTransform, - InverseFourierSinTransform,% - InverseFourierTransform,InverseGammaRegularized,InverseJacobiCD,% - InverseJacobiCN,% - InverseJacobiCS,InverseJacobiDC,InverseJacobiDN,InverseJacobiDS,% - InverseJacobiNC,InverseJacobiND,InverseJacobiNS,InverseJacobiSC,% - InverseJacobiSD,InverseLaplaceTransform,InverseWeierstrassP,InverseZTransform,% - Jacobian,JacobiCD,JacobiCN,JacobiCS,% - JacobiDC,JacobiDN,JacobiDS,JacobiNC,% - JacobiND,JacobiNS,JacobiSC,JacobiSD,% - JordanDecomposition,K,Khinchin,KleinInvariantJ,% - KroneckerDelta,Language,LanguageCategory,LaplaceTransform,% - Larger,Launch,LayoutInformation,Left,% - LetterCharacter,Lexicographic,LicenseID,LimitsPositioning,% - LimitsPositioningTokens,LinearSolveFunction,LinebreakAdjustments,LineBreakWithin,% - LineForm,LineIndent,LineSpacing,LineWrapParts,% - LinkActivate,LinkClose,LinkConnect,LinkConnectedQ,% - LinkCreate,LinkError,LinkFlush,LinkHost,% - LinkInterrupt,LinkLaunch,LinkMode,LinkObject,% - LinkOpen,LinkOptions,LinkPatterns,LinkProtocol,% - LinkRead,LinkReadHeld,LinkReadyQ,Links,% - LinkWrite,LinkWriteHeld,ListConvolve,ListCorrelate,% - Listen,ListInterpolation,ListQ,LiteralSearch,% - LongestMatch,LongForm,Loopback,LUBackSubstitution,% - LUDecomposition,MachineID,MachineName,MachinePrecision,% - MacintoshSystemPageSetup,Magenta,Magnification,MakeBoxes,% - MakeExpression,MakeRules,Manual,MatchLocalNameQ,% - MathematicaNotation,MathieuC,MathieuCharacteristicA,MathieuCharacteristicB,% - MathieuCharacteristicExponent,MathieuCPrime,MathieuS,MathieuSPrime,% - MathMLForm,MathMLText,MatrixRank,Maximize,% - MaxIterations,MaxPlotPoints,MaxPoints,MaxRecursion,% - MaxStepFraction,MaxSteps,MaxStepSize,Mean,% - Median,MeijerG,MenuPacket,MessageOptions,% - MessagePacket,MessagesNotebook,MetaCharacters,Method,% - MethodOptions,Minimize,MinRecursion,MinSize,% - Mode,ModularLambda,MonomialOrder,MonteCarlo,% - Most,MousePointerNote,MultiDimensional,MultilaunchWarning,% - MultilineFunction,MultiplicativeOrder,Multiplicity,Nand,% - NeedCurrentFrontEndPackagePacket,NeedCurrentFrontEndSymbolsPacket,% - NestedScriptRules,NestWhile,% - NestWhileList,NevilleThetaC,NevilleThetaD,NevilleThetaN,% - NevilleThetaS,Newton,Next,NHoldAll,% - NHoldFirst,NHoldRest,NMaximize,NMinimize,% - NonAssociative,NonPositive,Nor,Norm,% - NormalGrouping,NormalSelection,NormFunction,Notebook,% - NotebookApply,NotebookAutoSave,NotebookClose,NotebookConvert,% - NotebookConvertSettings,NotebookCreate,NotebookCreateReturnObject,NotebookDefault,% - NotebookDelete,NotebookDirectory,NotebookFind,NotebookFindReturnObject,% - NotebookGet,NotebookGetLayoutInformationPacket,NotebookGetMisspellingsPacket,% - NotebookInformation,% - NotebookLocate,NotebookObject,NotebookOpen,NotebookOpenReturnObject,% - NotebookPath,NotebookPrint,NotebookPut,NotebookPutReturnObject,% - NotebookRead,NotebookResetGeneratedCells,Notebooks,NotebookSave,% - NotebookSaveAs,NotebookSelection,NotebookSetupLayoutInformationPacket,% - NotebooksMenu,% - NotebookWrite,NotElement,NProductExtraFactors,NProductFactors,% - NRoots,NSumExtraTerms,NSumTerms,NumberMarks,% - NumberMultiplier,NumberString,NumericFunction,NumericQ,% - NValues,Offset,OLEData,OneStepRowReduction,% - Open,OpenFunctionInspectorPacket,OpenSpecialOptions,OptimizationLevel,% - OptionInspectorSettings,OptionQ,OptionsPacket,OptionValueBox,% - OptionValueBoxOptions,Orange,Ordering,Oscillatory,% - OutputAutoOverwrite,OutputFormData,OutputGrouping,OutputMathEditExpression,% - OutputNamePacket,OutputToOutputForm,OutputToStandardForm,Over,% - Overflow,Overlaps,Overscript,OverscriptBox,% - OverscriptBoxOptions,OwnValues,PadLeft,PadRight,% - PageBreakAbove,PageBreakBelow,PageBreakWithin,PageFooterLines,% - PageFooters,PageHeaderLines,PageHeaders,PalettePath,% - PaperWidth,ParagraphIndent,ParagraphSpacing,ParameterVariables,% - ParentConnect,ParentForm,Parenthesize,PasteBoxFormInlineCells,% - Path,PatternTest,PeriodicInterpolation,Pick,% - Piecewise,PiecewiseExpand,Pink,Pivoting,% - PixelConstrained,Placeholder,Plain,Plot3Matrix,% - PointForm,PolynomialForm,PolynomialReduce,Polynomials,% - PowerModList,Precedence,PreferencesPath,PreserveStyleSheet,% - Previous,PrimaryPlaceholder,Primes,PrincipalValue,% - PrintAction,PrintingCopies,PrintingOptions,PrintingPageRange,% - PrintingStartingPageNumber,PrintingStyleEnvironment,PrintPrecision,% - PrivateCellOptions,% - PrivateEvaluationOptions,PrivateFontOptions,PrivateNotebookOptions,PrivatePaths,% - ProductLog,PromptForm,Purple,Quantile,% - QuasiMonteCarlo,QuasiNewton,RadicalBox,RadicalBoxOptions,% - RandomSeed,RationalFunctions,Rationals,RawData,% - RawMedium,RealBlockForm,Reals,Reap,% - Red,Refine,Refresh,RegularExpression,% - Reinstall,Release,Removed,RenderingOptions,% - RepeatedString,ReplaceList,Rescale,ResetMenusPacket,% - Resolve,ResumePacket,ReturnExpressionPacket,ReturnInputFormPacket,% - ReturnPacket,ReturnTextPacket,Right,Root,% - RootReduce,RootSum,Row,RowAlignments,% - RowBox,RowLines,RowMinHeight,RowsEqual,% - RowSpacings,RSolve,RuleCondition,RuleForm,% - RulerUnits,Saveable,SaveAutoDelete,ScreenRectangle,% - ScreenStyleEnvironment,ScriptBaselineShifts,ScriptLevel,ScriptMinSize,% - ScriptRules,ScriptSizeMultipliers,ScrollingOptions,ScrollPosition,% - Second,SectionGrouping,Selectable,SelectedNotebook,% - Selection,SelectionAnimate,SelectionCell,SelectionCellCreateCell,% - SelectionCellDefaultStyle,SelectionCellParentStyle,SelectionCreateCell,% - SelectionDuplicateCell,% - SelectionEvaluate,SelectionEvaluateCreateCell,SelectionMove,SelectionSetStyle,% - SelectionStrategy,SendFontInformationToKernel,SequenceHold,SequenceLimit,% - SeriesCoefficient,SetBoxFormNamesPacket,SetEvaluationNotebook,% - SetFileLoadingContext,% - SetNotebookStatusLine,SetOptionsPacket,SetSelectedNotebook,% - SetSpeechParametersPacket,% - SetValue,ShortestMatch,ShowAutoStyles,ShowCellBracket,% - ShowCellLabel,ShowCellTags,ShowClosedCellArea,ShowContents,% - ShowCursorTracker,ShowGroupOpenCloseIcon,ShowPageBreaks,ShowSelection,% - ShowShortBoxForm,ShowSpecialCharacters,ShowStringCharacters,% - ShrinkWrapBoundingBox,% - SingleLetterItalics,SingularityDepth,SingularValueDecomposition,% - SingularValueList,% - SinhIntegral,Smaller,Socket,SolveDelayed,% - SoundAndGraphics,Sow,Space,SpaceForm,% - SpanAdjustments,SpanCharacterRounding,SpanLineThickness,SpanMaxSize,% - SpanMinSize,SpanningCharacters,SpanSymmetric,Sparse,% - SparseArray,SpeakTextPacket,SpellingDictionaries,SpellingDictionariesPath,% - SpellingOptions,SpellingSuggestionsPacket,Spherical,Split,% - SqrtBox,SqrtBoxOptions,StandardDeviation,StandardForm,% - StartingStepSize,StartOfLine,StartOfString,StartupSound,% - StepMonitor,StieltjesGamma,StoppingTest,StringCases,% - StringCount,StringExpression,StringFreeQ,StringQ,% - StringReplaceList,StringReplacePart,StringSplit,StripBoxes,% - StripWrapperBoxes,StructuredSelection,StruveH,StruveL,% - StyleBox,StyleBoxAutoDelete,StyleBoxOptions,StyleData,% - StyleDefinitions,StyleForm,StyleMenuListing,StyleNameDialogSettings,% - StylePrint,StyleSheetPath,Subresultants,SubscriptBox,% - SubscriptBoxOptions,Subsets,Subsuperscript,SubsuperscriptBox,% - SubsuperscriptBoxOptions,SubtractFrom,SubValues,SugarCube,% - SuperscriptBox,SuperscriptBoxOptions,SuspendPacket,SylvesterMatrix,% - SymbolName,Syntax,SyntaxForm,SyntaxPacket,% - SystemException,SystemHelpPath,SystemStub,Tab,% - TabFilling,TabSpacings,TagBox,TagBoxOptions,% - TaggingRules,TagStyle,TargetFunctions,TemporaryVariable,% - TensorQ,TeXSave,TextAlignment,TextBoundingBox,% - TextData,TextJustification,TextLine,TextPacket,% - TextParagraph,TextRendering,TextStyle,ThisLink,% - TimeConstraint,TimeVariable,TitleGrouping,ToBoxes,% - ToColor,ToFileName,Toggle,ToggleFalse,% - Tolerance,TooBig,Top,ToRadicals,% - Total,Tr,TraceAction,TraceInternal,% - TraceLevel,TraditionalForm,TraditionalFunctionNotation,TraditionalNotation,% - TraditionalOrder,TransformationFunctions,TransparentColor,Trapezoidal,% - TrigExpand,TrigFactor,TrigFactorList,TrigReduce,% - TrigToExp,Tuples,UnAlias,Underflow,% - Underoverscript,UnderoverscriptBox,UnderoverscriptBoxOptions,Underscript,% - UnderscriptBox,UnderscriptBoxOptions,UndocumentedTestFEParserPacket,% - UndocumentedTestGetSelectionPacket,% - UnitStep,Up,URL,Using,% - V2Get,Value,ValueBox,ValueBoxOptions,% - ValueForm,Variance,Verbatim,Verbose,% - VerboseConvertToPostScriptPacket,VerifyConvergence,VerifySolutions,Version,% - VersionNumber,Vertical,VerticalForm,ViewPointSelectorSettings,% - Visible,VisibleCell,WeierstrassHalfPeriods,WeierstrassInvariants,% - WeierstrassSigma,WeierstrassZeta,White,Whitespace,% - WhitespaceCharacter,WindowClickSelect,WindowElements,WindowFloating,% - WindowFrame,WindowFrameElements,WindowMargins,WindowMovable,% - WindowSize,WindowTitle,WindowToolbars,WindowWidth,% - WordBoundary,WordCharacter,WynnDegree,XMLElement},% - morendkeywords={$,$AddOnsDirectory,$AnimationDisplayFunction,% - $AnimationFunction,% - $Assumptions,$BaseDirectory,$BoxForms,$ByteOrdering,% - $CharacterEncoding,$ConditionHold,$CurrentLink,$DefaultPath,% - $ExportEncodings,$ExportFormats,$FormatType,$FrontEnd,% - $HistoryLength,$HomeDirectory,$ImportEncodings,$ImportFormats,% - $InitialDirectory,$InstallationDate,$InstallationDirectory,% - $InterfaceEnvironment,% - $LaunchDirectory,$LicenseExpirationDate,$LicenseID,$LicenseProcesses,% - $LicenseServer,$MachineDomain,$MaxExtraPrecision,$MaxLicenseProcesses,% - $MaxNumber,$MaxPiecewiseCases,$MaxPrecision,$MaxRootDegree,% - $MinNumber,$MinPrecision,$NetworkLicense,$NumberMarks,% - $Off,$OutputForms,$ParentLink,$ParentProcessID,% - $PasswordFile,$PathnameSeparator,$PreferencesDirectory,$PrintForms,% - $PrintLiteral,$ProcessID,$ProcessorType,$ProductInformation,% - $ProgramName,$PSDirectDisplay,$RandomState,$RasterFunction,% - $RootDirectory,$SetParentLink,$SoundDisplay,$SuppressInputFormHeads,% - $SystemCharacterEncoding,$SystemID,$TemporaryPrefix,$TextStyle,% - $TopDirectory,$TraceOff,$TraceOn,$TracePattern,% - $TracePostAction,$TracePreAction,$UserAddOnsDirectory,$UserBaseDirectory,% - $UserName,Constant,Flat,HoldAll,% - HoldAllComplete,HoldFirst,HoldRest,Listable,% - Locked,NHoldAll,NHoldFirst,NHoldRest,% - NumericFunction,OneIdentity,Orderless,Protected,% - ReadProtected,SequenceHold},% - }% +\lst@definelanguage[5.2]{Mathematica}[3.0]{Mathematica}{% + morekeywords={Above, AbsoluteOptions, AbsoluteTiming, AccountingForm,% + AccuracyGoal, Active, ActiveItem, AddOnHelpPath, AdjustmentBox,% + AdjustmentBoxOptions, After, AiryAiPrime, AlgebraicRulesData,% + Algebraics, Alias, AlignmentMarker, AllowInlineCells,% + AllowScriptLevelChange, Analytic, AnimationCycleOffset,% + AnimationCycleRepetitions, AnimationDirection, AnimationDisplayTime,% + ApartSquareFree, AppellF1, ArgumentCountQ, ArrayDepth, ArrayPlot,% + ArrayQ, ArrayRules, AspectRatioFixed, Assuming, Assumptions,% + AutoDelete, AutoEvaluateEvents, AutoGeneratedPackage, AutoIndent,% + AutoIndentSpacings, AutoItalicWords, AutoloadPath, AutoOpenNotebooks,% + AutoOpenPalettes, AutoScroll, AutoSpacing, AutoStyleOptions, Axis,% + BackgroundTasksSettings, Backsubstitution, Backward, Baseline, Before,% + BeginDialogPacket, BeginFrontEndInteractionPacket, Below, BezoutMatrix,% + BinaryFormat, BinaryGet, BinaryRead, BinaryReadList, BinaryWrite,% + BitAnd, BitNot, BitOr, BitXor, Black, BlankForm, Blue, Boole, Booleans,% + Bottom, Bounds, Box, BoxBaselineShift, BoxData, BoxDimensions,% + BoxFormFormatTypes, BoxFrame, BoxMargins, BoxRegion, Brown, Buchberger,% + Button, ButtonBox, ButtonBoxOptions, ButtonCell, ButtonContents,% + ButtonData, ButtonEvaluator, ButtonExpandable, ButtonFrame,% + ButtonFunction, ButtonMargins, ButtonMinHeight, ButtonNote,% + ButtonNotebook, ButtonSource, ButtonStyle, ButtonStyleMenuListing,% + ByteOrdering, CallPacket, CarmichaelLambda, Cell, CellAutoOverwrite,% + CellBaseline, CellBoundingBox, CellBracketOptions, CellContents,% + CellDingbat, CellEditDuplicate, CellElementsBoundingBox,% + CellElementSpacings, CellEvaluationDuplicate, CellFrame,% + CellFrameColor, CellFrameLabelMargins, CellFrameLabels,% + CellFrameMargins, CellGroup, CellGroupData, CellGrouping,% + CellGroupingRules, CellHorizontalScrolling, CellLabel,% + CellLabelAutoDelete, CellLabelMargins, CellLabelPositioning,% + CellMargins, CellObject, CellOpen, CellPasswords, CellPrint, CellSize,% + CellStyle, CellTags, CellularAutomaton, Center, CharacterEncoding,% + CharacterEncodingsPath, CharacteristicPolynomial, CharacterRange,% + CheckAll, CholeskyDecomposition, Clip, ClipboardNotebook, Closed,% + ClosingAutoSave, CoefficientArrays, CoefficientDomain,% + CofactorExpansion, ColonForm, ColorFunctionScaling, ColorRules,% + ColorSelectorSettings, Column, ColumnAlignments, ColumnLines,% + ColumnsEqual, ColumnSpacings, ColumnWidths, CommonDefaultFormatTypes,% + CompileOptimizations, CompletionsListPacket, Complexes,% + ComplexityFunction, Compose, ComposeSeries, ConfigurationPath,% + ConjugateTranspose, Connect, ConsoleMessage, ConsoleMessagePacket,% + ConsolePrint, ContentsBoundingBox, ContextToFileName,% + ContinuedFraction, ConversionOptions, ConversionRules,% + ConvertToBitmapPacket, ConvertToPostScript, ConvertToPostScriptPacket,% + Copyable, CoshIntegral, CounterAssignments, CounterBox,% + CounterBoxOptions, CounterEvaluator, CounterFunction,% + CounterIncrements, CounterStyle, CounterStyleMenuListing,% + CreatePalettePacket, Cross, CurrentlySpeakingPacket, Cyan,% + CylindricalDecomposition, DampingFactor, DataRange, Debug, DebugTag,% + Decimal, DedekindEta, DefaultDuplicateCellStyle, DefaultFontProperties,% + DefaultFormatType, DefaultFormatTypeForStyle, DefaultInlineFormatType,% + DefaultInputFormatType, DefaultNaturalLanguage, DefaultNewCellStyle,% + DefaultNewInlineCellStyle, DefaultNotebook, DefaultOutputFormatType,% + DefaultStyleDefinitions, DefaultTextFormatType,% + DefaultTextInlineFormatType, DefaultValues, DefineExternal,% + DegreeLexicographic, DegreeReverseLexicographic, Deletable,% + DeleteContents, DeletionWarning, DelimiterFlashTime, DelimiterMatching,% + Delimiters, DependentVariables, DiacriticalPositioning, DialogLevel,% + DifferenceOrder, DigitCharacter, DigitCount, DiracDelta, Direction,% + DirectoryName, DisableConsolePrintPacket, DiscreteDelta,% + DisplayAnimation, DisplayEndPacket, DisplayFlushImagePacket,% + DisplayForm, DisplayPacket, DisplayRules, DisplaySetSizePacket,% + DisplayString, DivisionFreeRowReduction, DOSTextFormat,% + DoubleExponential, DoublyInfinite, Down, DragAndDrop, DrawHighlighted,% + DualLinearProgramming, DumpGet, DumpSave, Edit, Editable,% + EditButtonSettings, EditCellTagsSettings, EditDefinition, EditIn,% + Element, EliminationOrder, EllipticExpPrime, EllipticNomeQ,% + EllipticReducedHalfPeriods, EllipticThetaPrime, Empty,% + EnableConsolePrintPacket, Encoding, EndAdd, EndDialogPacket,% + EndFrontEndInteractionPacket, EndOfLine, EndOfString, Enter,% + EnterExpressionPacket, EnterTextPacket, EqualColumns, EqualRows,% + EquatedTo, Erfi, ErrorBox, ErrorBoxOptions, ErrorNorm, ErrorPacket,% + ErrorsDialogSettings, Evaluatable, EvaluatePacket, EvaluationCell,% + EvaluationCompletionAction, EvaluationMonitor, EvaluationNotebook,% + Evaluator, EvaluatorNames, EventEvaluator, ExactNumberQ,% + ExactRootIsolation, Except, ExcludedForms, Exists, ExitDialog,% + ExponentPosition, ExponentStep, Export, ExportAutoReplacements,% + ExportPacket, ExportString, ExpressionPacket, ExpToTrig, Extension,% + ExternalCall, ExternalDataCharacterEncoding, Extract, Fail,% + FEDisableConsolePrintPacket, FEEnableConsolePrintPacket, Fibonacci,% + File, FileFormat, FileInformation, FileName, FileNameDialogSettings,% + FindFit, FindInstance, FindMaximum, FindSettings, FitAll,% + FlushPrintOutputPacket, Font, FontColor, FontFamily, FontName,% + FontPostScriptName, FontProperties, FontReencoding, FontSize,% + FontSlant, FontSubstitutions, FontTracking, FontVariations, FontWeight,% + ForAll, FormatRules, FormatTypeAutoConvert, FormatValues, FormBox,% + FormBoxOptions, Forward, ForwardBackward, FourierCosTransform,% + FourierParameters, FourierSinTransform, FourierTransform,% + FractionalPart, FractionBox, FractionBoxOptions, FractionLine,% + FrameBox, FrameBoxOptions, FresnelC, FresnelS, FromContinuedFraction,% + FromDigits, FrontEndExecute, FrontEndObject, FrontEndStackSize,% + FrontEndToken, FrontEndTokenExecute, FrontEndVersion, Full, FullAxes,% + FullSimplify, FunctionExpand, FunctionInterpolation, GaussKronrod,% + GaussPoints, GenerateBitmapCaches, GenerateConditions, GeneratedCell,% + GeneratedParameters, Generic, GetBoundingBoxSizePacket, GetContext,% + GetFileName, GetFrontEndOptionsDataPacket,% + GetLinebreakInformationPacket, GetMenusPacket,% + GetPageBreakInformationPacket, Glaisher, GlobalPreferences,% + GlobalSession, Gradient, GraphicsData, GraphicsGrouping, Gray, Green,% + Grid, GridBaseline, GridBox, GridBoxOptions, GridCreationSettings,% + GridDefaultElement, GridFrame, GridFrameMargins, GroupPageBreakWithin,% + HarmonicNumber, Hash, HashTable, HeadCompose, HelpBrowserLookup,% + HelpBrowserNotebook, HelpBrowserSettings, HessenbergDecomposition,% + Hessian, HoldAllComplete, HoldComplete, HoldPattern, Horizontal,% + HorizontalForm, HorizontalScrollPosition, HTMLSave,% + Hypergeometric0F1Regularized, Hypergeometric1F1Regularized,% + Hypergeometric2F1Regularized, HypergeometricPFQ,% + HypergeometricPFQRegularized, HyperlinkCreationSettings, Hyphenation,% + HyphenationOptions, IgnoreCase, ImageCache, ImageCacheValid,% + ImageMargins, ImageOffset, ImageRangeCache, ImageRegion,% + ImageResolution, ImageRotated, ImageSize, Import,% + ImportAutoReplacements, ImportString, IncludeFileExtension,% + IncludeSingularTerm, IndentingNewlineSpacings, IndentMaxFraction,% + IndexCreationOptions, Inequality, InexactNumberQ, InexactNumbers,% + Inherited, InitializationCell, InitializationCellEvaluation,% + InitializationCellWarning, InlineCounterAssignments,% + InlineCounterIncrements, InlineRules, InputAliases, InputAutoFormat,% + InputAutoReplacements, InputGrouping, InputNamePacket, InputNotebook,% + InputPacket, InputSettings, InputStringPacket, InputToBoxFormPacket,% + InputToInputForm, InputToStandardForm, InsertionPointObject,% + IntegerExponent, IntegerPart, Integers, Interactive, Interlaced,% + InterpolationOrder, InterpolationPoints, InterpolationPrecision,% + InterpretationBox, InterpretationBoxOptions, InterpretTemplate,% + InterruptSettings, Interval, IntervalIntersection, IntervalMemberQ,% + IntervalUnion, InverseBetaRegularized, InverseEllipticNomeQ,% + InverseErf, InverseErfc, InverseFourierCosTransform,% + InverseFourierSinTransform, InverseFourierTransform,% + InverseGammaRegularized, InverseJacobiCD, InverseJacobiCN,% + InverseJacobiCS, InverseJacobiDC, InverseJacobiDN, InverseJacobiDS,% + InverseJacobiNC, InverseJacobiND, InverseJacobiNS, InverseJacobiSC,% + InverseJacobiSD, InverseLaplaceTransform, InverseWeierstrassP,% + InverseZTransform, Jacobian, JacobiCD, JacobiCN, JacobiCS, JacobiDC,% + JacobiDN, JacobiDS, JacobiNC, JacobiND, JacobiNS, JacobiSC, JacobiSD,% + JordanDecomposition, K, Khinchin, KleinInvariantJ, KroneckerDelta,% + Language, LanguageCategory, LaplaceTransform, Larger, Launch,% + LayoutInformation, Left, LetterCharacter, Lexicographic, LicenseID,% + LimitsPositioning, LimitsPositioningTokens, LinearSolveFunction,% + LinebreakAdjustments, LineBreakWithin, LineForm, LineIndent,% + LineSpacing, LineWrapParts, LinkActivate, LinkClose, LinkConnect,% + LinkConnectedQ, LinkCreate, LinkError, LinkFlush, LinkHost,% + LinkInterrupt, LinkLaunch, LinkMode, LinkObject, LinkOpen, LinkOptions,% + LinkPatterns, LinkProtocol, LinkRead, LinkReadHeld, LinkReadyQ, Links,% + LinkWrite, LinkWriteHeld, ListConvolve, ListCorrelate, Listen,% + ListInterpolation, ListQ, LiteralSearch, LongestMatch, LongForm,% + Loopback, LUBackSubstitution, LUDecomposition, MachineID, MachineName,% + MachinePrecision, MacintoshSystemPageSetup, Magenta, Magnification,% + MakeBoxes, MakeExpression, MakeRules, Manual, MatchLocalNameQ,% + MathematicaNotation, MathieuC, MathieuCharacteristicA,% + MathieuCharacteristicB, MathieuCharacteristicExponent, MathieuCPrime,% + MathieuS, MathieuSPrime, MathMLForm, MathMLText, MatrixRank, Maximize,% + MaxIterations, MaxPlotPoints, MaxPoints, MaxRecursion, MaxStepFraction,% + MaxSteps, MaxStepSize, Mean, Median, MeijerG, MenuPacket,% + MessageOptions, MessagePacket, MessagesNotebook, MetaCharacters,% + Method, MethodOptions, Minimize, MinRecursion, MinSize, Mode,% + ModularLambda, MonomialOrder, MonteCarlo, Most, MousePointerNote,% + MultiDimensional, MultilaunchWarning, MultilineFunction,% + MultiplicativeOrder, Multiplicity, Nand,% + NeedCurrentFrontEndPackagePacket, NeedCurrentFrontEndSymbolsPacket,% + NestedScriptRules, NestWhile, NestWhileList, NevilleThetaC,% + NevilleThetaD, NevilleThetaN, NevilleThetaS, Newton, Next, NHoldAll,% + NHoldFirst, NHoldRest, NMaximize, NMinimize, NonAssociative,% + NonPositive, Nor, Norm, NormalGrouping, NormalSelection, NormFunction,% + Notebook, NotebookApply, NotebookAutoSave, NotebookClose,% + NotebookConvert, NotebookConvertSettings, NotebookCreate,% + NotebookCreateReturnObject, NotebookDefault, NotebookDelete,% + NotebookDirectory, NotebookFind, NotebookFindReturnObject, NotebookGet,% + NotebookGetLayoutInformationPacket, NotebookGetMisspellingsPacket,% + NotebookInformation, NotebookLocate, NotebookObject, NotebookOpen,% + NotebookOpenReturnObject, NotebookPath, NotebookPrint, NotebookPut,% + NotebookPutReturnObject, NotebookRead, NotebookResetGeneratedCells,% + Notebooks, NotebookSave, NotebookSaveAs, NotebookSelection,% + NotebookSetupLayoutInformationPacket, NotebooksMenu, NotebookWrite,% + NotElement, NProductExtraFactors, NProductFactors, NRoots,% + NSumExtraTerms, NSumTerms, NumberMarks, NumberMultiplier, NumberString,% + NumericFunction, NumericQ, NValues, Offset, OLEData,% + OneStepRowReduction, Open, OpenFunctionInspectorPacket,% + OpenSpecialOptions, OptimizationLevel, OptionInspectorSettings,% + OptionQ, OptionsPacket, OptionValueBox, OptionValueBoxOptions, Orange,% + Ordering, Oscillatory, OutputAutoOverwrite, OutputFormData,% + OutputGrouping, OutputMathEditExpression, OutputNamePacket,% + OutputToOutputForm, OutputToStandardForm, Over, Overflow, Overlaps,% + Overscript, OverscriptBox, OverscriptBoxOptions, OwnValues, PadLeft,% + PadRight, PageBreakAbove, PageBreakBelow, PageBreakWithin,% + PageFooterLines, PageFooters, PageHeaderLines, PageHeaders,% + PalettePath, PaperWidth, ParagraphIndent, ParagraphSpacing,% + ParameterVariables, ParentConnect, ParentForm, Parenthesize,% + PasteBoxFormInlineCells, Path, PatternTest, PeriodicInterpolation,% + Pick, Piecewise, PiecewiseExpand, Pink, Pivoting, PixelConstrained,% + Placeholder, Plain, Plot3Matrix, PointForm, PolynomialForm,% + PolynomialReduce, Polynomials, PowerModList, Precedence,% + PreferencesPath, PreserveStyleSheet, Previous, PrimaryPlaceholder,% + Primes, PrincipalValue, PrintAction, PrintingCopies, PrintingOptions,% + PrintingPageRange, PrintingStartingPageNumber,% + PrintingStyleEnvironment, PrintPrecision, PrivateCellOptions,% + PrivateEvaluationOptions, PrivateFontOptions, PrivateNotebookOptions,% + PrivatePaths, ProductLog, PromptForm, Purple, Quantile,% + QuasiMonteCarlo, QuasiNewton, RadicalBox, RadicalBoxOptions,% + RandomSeed, RationalFunctions, Rationals, RawData, RawMedium,% + RealBlockForm, Reals, Reap, Red, Refine, Refresh, RegularExpression,% + Reinstall, Release, Removed, RenderingOptions, RepeatedString,% + ReplaceList, Rescale, ResetMenusPacket, Resolve, ResumePacket,% + ReturnExpressionPacket, ReturnInputFormPacket, ReturnPacket,% + ReturnTextPacket, Right, Root, RootReduce, RootSum, Row, RowAlignments,% + RowBox, RowLines, RowMinHeight, RowsEqual, RowSpacings, RSolve,% + RuleCondition, RuleForm, RulerUnits, Saveable, SaveAutoDelete,% + ScreenRectangle, ScreenStyleEnvironment, ScriptBaselineShifts,% + ScriptLevel, ScriptMinSize, ScriptRules, ScriptSizeMultipliers,% + ScrollingOptions, ScrollPosition, Second, SectionGrouping, Selectable,% + SelectedNotebook, Selection, SelectionAnimate, SelectionCell,% + SelectionCellCreateCell, SelectionCellDefaultStyle,% + SelectionCellParentStyle, SelectionCreateCell, SelectionDuplicateCell,% + SelectionEvaluate, SelectionEvaluateCreateCell, SelectionMove,% + SelectionSetStyle, SelectionStrategy, SendFontInformationToKernel,% + SequenceHold, SequenceLimit, SeriesCoefficient, SetBoxFormNamesPacket,% + SetEvaluationNotebook, SetFileLoadingContext, SetNotebookStatusLine,% + SetOptionsPacket, SetSelectedNotebook, SetSpeechParametersPacket,% + SetValue, ShortestMatch, ShowAutoStyles, ShowCellBracket,% + ShowCellLabel, ShowCellTags, ShowClosedCellArea, ShowContents,% + ShowCursorTracker, ShowGroupOpenCloseIcon, ShowPageBreaks,% + ShowSelection, ShowShortBoxForm, ShowSpecialCharacters,% + ShowStringCharacters, ShrinkWrapBoundingBox, SingleLetterItalics,% + SingularityDepth, SingularValueDecomposition, SingularValueList,% + SinhIntegral, Smaller, Socket, SolveDelayed, SoundAndGraphics, Sow,% + Space, SpaceForm, SpanAdjustments, SpanCharacterRounding,% + SpanLineThickness, SpanMaxSize, SpanMinSize, SpanningCharacters,% + SpanSymmetric, Sparse, SparseArray, SpeakTextPacket,% + SpellingDictionaries, SpellingDictionariesPath, SpellingOptions,% + SpellingSuggestionsPacket, Spherical, Split, SqrtBox, SqrtBoxOptions,% + StandardDeviation, StandardForm, StartingStepSize, StartOfLine,% + StartOfString, StartupSound, StepMonitor, StieltjesGamma, StoppingTest,% + StringCases, StringCount, StringExpression, StringFreeQ, StringQ,% + StringReplaceList, StringReplacePart, StringSplit, StripBoxes,% + StripWrapperBoxes, StructuredSelection, StruveH, StruveL, StyleBox,% + StyleBoxAutoDelete, StyleBoxOptions, StyleData, StyleDefinitions,% + StyleForm, StyleMenuListing, StyleNameDialogSettings, StylePrint,% + StyleSheetPath, Subresultants, SubscriptBox, SubscriptBoxOptions,% + Subsets, Subsuperscript, SubsuperscriptBox, SubsuperscriptBoxOptions,% + SubtractFrom, SubValues, SugarCube, SuperscriptBox,% + SuperscriptBoxOptions, SuspendPacket, SylvesterMatrix, SymbolName,% + Syntax, SyntaxForm, SyntaxPacket, SystemException, SystemHelpPath,% + SystemStub, Tab, TabFilling, TabSpacings, TagBox, TagBoxOptions,% + TaggingRules, TagStyle, TargetFunctions, TemporaryVariable, TensorQ,% + TeXSave, TextAlignment, TextBoundingBox, TextData, TextJustification,% + TextLine, TextPacket, TextParagraph, TextRendering, TextStyle,% + ThisLink, TimeConstraint, TimeVariable, TitleGrouping, ToBoxes,% + ToColor, ToFileName, Toggle, ToggleFalse, Tolerance, TooBig, Top,% + ToRadicals, Total, Tr, TraceAction, TraceInternal, TraceLevel,% + TraditionalForm, TraditionalFunctionNotation, TraditionalNotation,% + TraditionalOrder, TransformationFunctions, TransparentColor,% + Trapezoidal, TrigExpand, TrigFactor, TrigFactorList, TrigReduce,% + TrigToExp, Tuples, UnAlias, Underflow, Underoverscript,% + UnderoverscriptBox, UnderoverscriptBoxOptions, Underscript,% + UnderscriptBox, UnderscriptBoxOptions, UndocumentedTestFEParserPacket,% + UndocumentedTestGetSelectionPacket, UnitStep, Up, URL, Using, V2Get,% + Value, ValueBox, ValueBoxOptions, ValueForm, Variance, Verbatim,% + Verbose, VerboseConvertToPostScriptPacket, VerifyConvergence,% + VerifySolutions, Version, VersionNumber, Vertical, VerticalForm,% + ViewPointSelectorSettings, Visible, VisibleCell,% + WeierstrassHalfPeriods, WeierstrassInvariants, WeierstrassSigma,% + WeierstrassZeta, White, Whitespace, WhitespaceCharacter,% + WindowClickSelect, WindowElements, WindowFloating, WindowFrame,% + WindowFrameElements, WindowMargins, WindowMovable, WindowSize,% + WindowTitle, WindowToolbars, WindowWidth, WordBoundary, WordCharacter,% + WynnDegree, XMLElement},% + morendkeywords={$,$AddOnsDirectory,$AnimationDisplayFunction,% + $AnimationFunction,% + $Assumptions,$BaseDirectory,$BoxForms,$ByteOrdering,% + $CharacterEncoding,$ConditionHold,$CurrentLink,$DefaultPath,% + $ExportEncodings,$ExportFormats,$FormatType,$FrontEnd,% + $HistoryLength,$HomeDirectory,$ImportEncodings,$ImportFormats,% + $InitialDirectory,$InstallationDate,$InstallationDirectory,% + $InterfaceEnvironment,% + $LaunchDirectory,$LicenseExpirationDate,$LicenseID,$LicenseProcesses,% + $LicenseServer,$MachineDomain,$MaxExtraPrecision,$MaxLicenseProcesses,% + $MaxNumber,$MaxPiecewiseCases,$MaxPrecision,$MaxRootDegree,% + $MinNumber,$MinPrecision,$NetworkLicense,$NumberMarks,% + $Off,$OutputForms,$ParentLink,$ParentProcessID,% + $PasswordFile,$PathnameSeparator,$PreferencesDirectory,$PrintForms,% + $PrintLiteral,$ProcessID,$ProcessorType,$ProductInformation,% + $ProgramName,$PSDirectDisplay,$RandomState,$RasterFunction,% + $RootDirectory,$SetParentLink,$SoundDisplay,$SuppressInputFormHeads,% + $SystemCharacterEncoding,$SystemID,$TemporaryPrefix,$TextStyle,% + $TopDirectory,$TraceOff,$TraceOn,$TracePattern,% + $TracePostAction,$TracePreAction,$UserAddOnsDirectory,$UserBaseDirectory,% + $UserName,Constant,Flat,HoldAll,% + HoldAllComplete,HoldFirst,HoldRest,Listable,% + Locked,NHoldAll,NHoldFirst,NHoldRest,% + NumericFunction,OneIdentity,Orderless,Protected,% + ReadProtected,SequenceHold},% +}% %% %% Mathematica definitions (c) 1999 Michael Wiese %% @@ -2952,34 +2929,36 @@ %% Python definition (c) 1998 Michael Weber %% Additional definitions (2013) Alexis Dimitriadis %% -\lst@definelanguage{Python}% - {morekeywords={access,and,break,class,continue,def,del,elif,else,% - except,exec,finally,for,from,global,if,import,in,is,lambda,not,% - or,pass,print,raise,return,try,while},% +\lst@definelanguage{Python}{% + morekeywords={access, and, break, class, continue, def, del, elif, else,% + except, exec, finally, for, from, global, if, import, in, is, lambda,% + not, or, pass, print, raise, return, try, while},% % Built-ins - morekeywords=[2]{abs,all,any,basestring,bin,bool,bytearray,callable,chr, - classmethod,cmp,compile,complex,delattr,dict,dir,divmod,enumerate,eval, - execfile,file,filter,float,format,frozenset,getattr,globals,hasattr,hash, - help,hex,id,input,int,isinstance,issubclass,iter,len,list,locals,long,map, - max,memoryview,min,next,object,oct,open,ord,pow,property,range,raw_input, - reduce,reload,repr,reversed,round,set,setattr,slice,sorted,staticmethod,str, - sum,super,tuple,type,unichr,unicode,vars,xrange,zip,apply,buffer,coerce, - intern}, - sensitive=true,% - morecomment=[l]\#,% - morestring=[b]',% - morestring=[b]",% - morecomment=[s]{'''}{'''},% used for documentation text (mulitiline strings) - morecomment=[s]{"""}{"""},% added by Philipp Matthias Hahn - morestring=[s]{r'}{'},% `raw' strings - morestring=[s]{r"}{"},% - morestring=[s]{r'''}{'''},% - morestring=[s]{r"""}{"""},% - morestring=[s]{u'}{'},% unicode strings - morestring=[s]{u"}{"},% - morestring=[s]{u'''}{'''},% - morestring=[s]{u"""}{"""}% - }% + morekeywords=[2]{abs, all, any, basestring, bin, bool, bytearray,% + callable, chr, classmethod, cmp, compile, complex, delattr, dict, dir,% + divmod, enumerate, eval, execfile, file, filter, float, format,% + frozenset, getattr, globals, hasattr, hash, help, hex, id, input, int,% + isinstance, issubclass, iter, len, list, locals, long, map, max,% + memoryview, min, next, object, oct, open, ord, pow, property, range,% + raw_input, reduce, reload, repr, reversed, round, set, setattr, slice,% + sorted, staticmethod, str, sum, super, tuple, type, unichr, unicode,% + vars, xrange, zip, apply, buffer, coerce, intern},% + sensitive=true,% + morecomment=[l]\#,% + morestring=[b]',% + morestring=[b]",% + morecomment=[s]{'''}{'''},% used for documentation text + % (mulitiline strings) + morecomment=[s]{"""}{"""},% added by Philipp Matthias Hahn + morestring=[s]{r'}{'},% `raw' strings + morestring=[s]{r"}{"},% + morestring=[s]{r'''}{'''},% + morestring=[s]{r"""}{"""},% + morestring=[s]{u'}{'},% unicode strings + morestring=[s]{u"}{"},% + morestring=[s]{u'''}{'''},% + morestring=[s]{u"""}{"""}% +}% %% %% Scilab definition (c) 2002,2003 Jean-Philippe Grivet %% @@ -3149,7 +3128,7 @@ %% \lst@definelanguage{SQL}% {morekeywords={ABSOLUTE,ACTION,ADD,ALLOCATE,ALTER,ARE,AS,ASSERTION,% - AT,BETWEEN,BIT_LENGTH,BOTH,BY,CASCADE,CASCADED,CASE,CAST,% + AT,BEGIN,BETWEEN,BIT_LENGTH,BOTH,BY,CASCADE,CASCADED,CASE,CAST,% CATALOG,CHAR_LENGTH,CHARACTER_LENGTH,CLUSTER,COALESCE,% COLLATE,COLLATION,COLUMN,CONNECT,CONNECTION,CONSTRAINT,% CONSTRAINTS,CONVERT,CORRESPONDING,CREATE,CROSS,CURRENT_DATE,% @@ -3211,58 +3190,69 @@ \lst@definelanguage{XSLT}[]{XML}% {morekeywords={% % main elements - xsl:stylesheet,xsl:transform,% + xsl:stylesheet, xsl:transform,% % childs of the main element - xsl:apply-imports,xsl:attribute-set,xsl:decimal-format,xsl:import,% - xsl:include,xsl:key,xsl:namespace-alias,xsl:output,xsl:param,% - xsl:preserve-space,xsl:strip-space,xsl:template,xsl:variable,% + xsl:apply-imports, xsl:attribute-set, xsl:decimal-format, xsl:import,% + xsl:include, xsl:key, xsl:namespace-alias, xsl:output, xsl:param,% + xsl:preserve-space, xsl:strip-space, xsl:template, xsl:variable,% % 21 directives - xsl:apply-imports,xsl:apply-templates,xsl:attribute,% - xsl:call-template,xsl:choose,xsl:comment,xsl:copy,xsl:copy-of,% - xsl:element,xsl:fallback,xsl:for-each,xsl:if,xsl:message,% - xsl:number,xsl:otherwise,xsl:processing-instruction,xsl:text,% - xsl:value-of,xsl:variable,xsl:when,xsl:with-param},% + xsl:apply-imports, xsl:apply-templates, xsl:attribute,% + xsl:call-template, xsl:choose, xsl:comment, xsl:copy, xsl:copy-of,% + xsl:element, xsl:fallback, xsl:for-each, xsl:if, xsl:message,% + xsl:number, xsl:otherwise, xsl:processing-instruction, xsl:text,% + xsl:value-of, xsl:variable, xsl:when, xsl:with-param},% alsodigit={-},% }% -\lst@definelanguage{Ant}[]{XML}% - {morekeywords={% - project,target,patternset,include,exclude,excludesfile,includesfile,filterset,% - filter,filtersfile,libfileset,custom,classpath,fileset,none,depend,mapper,% - filename,not,date,contains,selector,depth,or,and,present,majority,size,dirset,% - filelist,pathelement,path,param,filterreader,extension,filterchain,linecontainsregexp,% - regexp,classconstants,headfilter,tabstospaces,striplinebreaks,tailfilter,stripjavacomments,% - expandproperties,linecontains,replacetokens,token,striplinecomments,comment,prefixlines,% - classfileset,rootfileset,root,description,xmlcatalog,entity,dtd,substitution,% - extensionSet,propertyfile,entry,vsscheckin,sql,transaction,cvspass,csc,% - dirname,wlrun,wlclasspath,p4label,replaceregexp,get,jjtree,sleep,jarlib,% - dependset,targetfileset,srcfileset,srcfilelist,targetfilelist,zip,zipgroupfileset,zipfileset,% - patch,jspc,webapp,style,test,arg,jvmarg,sysproperty,testlet,env,tstamp,% - format,unwar,vsshistory,icontract,cvschangelog,user,p4submit,ccmcheckin,% - p4change,bzip2,vssadd,javadoc,bottom,source,doctitle,header,excludepackage,bootclasspath,% - doclet,taglet,packageset,sourcepath,link,footer,package,group,title,tag,% - translate,signjar,vajload,vajproject,jarlib,extensionset,WsdlToDotnet,buildnumber,% - jpcovmerge,tomcat,ejbjar,weblogictoplink,jboss,borland,weblogic,iplanet,jonas,% - support,websphere,wasclasspath,war,manifest,attribute,section,metainf,lib,% - classes,webinf,rename,sequential,serverdeploy,generic,property,move,% - copydir,cccheckin,wljspc,fixcrlf,sosget,pathconvert,map,record,p4sync,exec,% - p4edit,maudit,rulespath,searchpath,antlr,netrexxc,jpcovreport,reference,filters,% - coveragepath,execon,targetfile,srcfile,ccmcheckout,ant,xmlvalidate,xslt,% - iplanet,ccmcheckintask,gzip,native2ascii,starteam,ear,archives,input,% - rmic,extdirs,compilerarg,checksum,mail,bcc,message,cc,to,from,loadfile,vsscheckout,% - stylebook,soscheckin,mimemail,stlabel,gunzip,concat,cab,touch,parallel,splash,% - antcall,cccheckout,typedef,p4have,xmlproperty,copy,tomcat,antstructure,ccmcreatetask,% - rpm,delete,replace,replacefilter,replacetoken,replacevalue,mmetrics,waitfor,isfalse,% - equals,available,filepath,os,filesmatch,istrue,isset,socket,http,uptodate,srcfiles,% - untar,loadproperties,echoproperties,vajexport,stcheckout,bunzip2,copyfile,vsscreate,% - ejbc,unjar,tomcat,wsdltodotnet,mkdir,condition,cvs,commandline,marker,argument,% - tempfile,junitreport,report,taskdef,echo,ccupdate,java,renameext,vsslabel,basename,% - javadoc2,vsscp,tar,tarfileset,tomcat,vajimport,setproxy,wlstop,p4counter,ilasm,% - soscheckout,apply,ccuncheckout,jarlib,location,url,cvstagdiff,jlink,mergefiles,% - addfiles,javacc,pvcs,pvcsproject,jarlib,options,depends,chmod,jar,sound,fail,% - success,mparse,blgenclient,genkey,dname,javah,class,ccmreconfigure,unzip,javac,% - src,p4add,soslabel,jpcoverage,triggers,method,vssget,deltree,ddcreator}, - deletekeywords={default},% - } +\lst@definelanguage{Ant}[]{XML}{% + morekeywords={% + project, target, patternset, include, exclude, excludesfile,% + includesfile, filterset, filter, filtersfile, libfileset, custom,% + classpath, fileset, none, depend, mapper, filename, not, date,% + contains, selector, depth, or, and, present, majority, size, dirset,% + filelist, pathelement, path, param, filterreader, extension,% + filterchain, linecontainsregexp, regexp, classconstants, headfilter,% + tabstospaces, striplinebreaks, tailfilter, stripjavacomments,% + expandproperties, linecontains, replacetokens, token,% + striplinecomments, comment, prefixlines, classfileset, rootfileset,% + root, description, xmlcatalog, entity, dtd, substitution, extensionSet,% + propertyfile, entry, vsscheckin, sql, transaction, cvspass, csc,% + dirname, wlrun, wlclasspath, p4label, replaceregexp, get, jjtree,% + sleep, jarlib, dependset, targetfileset, srcfileset, srcfilelist,% + targetfilelist, zip, zipgroupfileset, zipfileset, patch, jspc, webapp,% + style, test, arg, jvmarg, sysproperty, testlet, env, tstamp, format,% + unwar, vsshistory, icontract, cvschangelog, user, p4submit, ccmcheckin,% + p4change, bzip2, vssadd, javadoc, bottom, source, doctitle, header,% + excludepackage, bootclasspath, doclet, taglet, packageset, sourcepath,% + link, footer, package, group, title, tag, translate, signjar, vajload,% + vajproject, jarlib, extensionset, WsdlToDotnet, buildnumber,% + jpcovmerge, tomcat, ejbjar, weblogictoplink, jboss, borland, weblogic,% + iplanet, jonas, support, websphere, wasclasspath, war, manifest,% + attribute, section, metainf, lib, classes, webinf, rename, sequential,% + serverdeploy, generic, property, move, copydir, cccheckin, wljspc,% + fixcrlf, sosget, pathconvert, map, record, p4sync, exec, p4edit,% + maudit, rulespath, searchpath, antlr, netrexxc, jpcovreport, reference,% + filters, coveragepath, execon, targetfile, srcfile, ccmcheckout, ant,% + xmlvalidate, xslt, iplanet, ccmcheckintask, gzip, native2ascii,% + starteam, ear, archives, input, rmic, extdirs, compilerarg, checksum,% + mail, bcc, message, cc, to, from, loadfile, vsscheckout, stylebook,% + soscheckin, mimemail, stlabel, gunzip, concat, cab, touch, parallel,% + splash, antcall, cccheckout, typedef, p4have, xmlproperty, copy,% + tomcat, antstructure, ccmcreatetask, rpm, delete, replace,% + replacefilter, replacetoken, replacevalue, mmetrics, waitfor, isfalse,% + equals, available, filepath, os, filesmatch, istrue, isset, socket,% + http, uptodate, srcfiles, untar, loadproperties, echoproperties,% + vajexport, stcheckout, bunzip2, copyfile, vsscreate, ejbc, unjar,% + tomcat, wsdltodotnet, mkdir, condition, cvs, commandline, marker,% + argument, tempfile, junitreport, report, taskdef, echo, ccupdate, java,% + renameext, vsslabel, basename, javadoc2, vsscp, tar, tarfileset,% + tomcat, vajimport, setproxy, wlstop, p4counter, ilasm, soscheckout,% + apply, ccuncheckout, jarlib, location, url, cvstagdiff, jlink,% + mergefiles, addfiles, javacc, pvcs, pvcsproject, jarlib, options,% + depends, chmod, jar, sound, fail, success, mparse, blgenclient, genkey,% + dname, javah, class, ccmreconfigure, unzip, javac, src, p4add,% + soslabel, jpcoverage, triggers, method, vssget, deltree, ddcreator},% + deletekeywords={default},% +} \lst@definelanguage{XML}% {keywords={,CDATA,DOCTYPE,ATTLIST,termdef,ELEMENT,EMPTY,ANY,ID,% IDREF,IDREFS,ENTITY,ENTITIES,NMTOKEN,NMTOKENS,NOTATION,% diff --git a/Master/texmf-dist/tex/latex/listings/lstlang2.sty b/Master/texmf-dist/tex/latex/listings/lstlang2.sty index b191d9ad29c..24dfaf3274a 100644 --- a/Master/texmf-dist/tex/latex/listings/lstlang2.sty +++ b/Master/texmf-dist/tex/latex/listings/lstlang2.sty @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{lstlang2.sty} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] %% %% Abap definition by Knut Lickert %% @@ -38,39 +38,41 @@ literate={->}{{$\rightarrow$}}1{=>}{{$\Rightarrow$}}1,% }[keywords,comments,strings,procnames] \lst@definelanguage[R/3 3.1]{ABAP}[R/2 5.0]{ABAP}{}% -\lst@definelanguage[R/2 5.0]{ABAP}% - {sensitive=f,% - procnamekeys={report,program,form,function,module},% - morekeywords={*,add,after,alias,analyzer,and,append,appending,area,assign,at,% - authority-check,before,binary,blank,break-point,calendar,call,% - case,change,changing,check,clear,cnt,co,collect,commit,common,% - component,compute,condense,corresponding,cos,cp,cs,currency-conversion,% - cursor,data,database,dataset,decimals,define,delete,deleting,dequeue,% - describe,detail,dialog,directory,div,divide,do,documentation,% - during,dynpro,else,end-of-page,end-of-selection,endat,endcase,% - enddo,endfor,endform,endif,endloop,endmodule,endselect,% - endwhile,enqueue,exceptions,exit,exp,export,exporting,extract,% - field,fields,field-groups,field-symbols,find,for,form,format,free,% - from,function,generating,get,giving,hide,id,if,import,% - importing,in,incl,include,initial,initialization,input,insert,% - interrupt,into,is,language,leave,leading,left-justified,like,line,lines,line-count, - line-selection,list-processing,load,local,log,logfile,loop,% - margin,mark,mask,memory,menue,message,mod,modify,module,move,% - move-text,multiply,na,new,new-line,new-page,no-gaps,np,ns,% - number,obligatory,occurs,of,on,or,others,output,parameter,% - parameters,parts,perform,pf-status,places,position,process,% - raise,raising,ranges,read,refresh,refresh-dynpro,reject,remote,% - replace,report,reserve,reset,restart,right-justified,run,screen,scroll,search,% - segments,select,select-options,selection-screen,set,shift,sin,% - single,sqrt,start-of-selection,statement,structure,submit,% - subtract,summary,summing,suppress,system,table,tables,task,% - text,time,to,top-of-page,trace,transaction,transfer,% - transfer-dynpro,translate,type,unpack,update,user-command,% - using,value,when,where,while,window,with,workfile,write,},% - morecomment=[l]",% - morecomment=[f][commentstyle][0]*,% - morestring=[d]'% - }[keywords,comments,strings,procnames] +\lst@definelanguage[R/2 5.0]{ABAP}{% + sensitive=f,% + procnamekeys={report,program,form,function,module},% + morekeywords={*, add, after, alias, analyzer, and, append, appending,% + area, assign, at, authority-check, before, binary, blank, break-point,% + calendar, call, case, change, changing, check, clear, cnt, co, collect,% + commit, common, component, compute, condense, corresponding, cos, cp,% + cs, currency-conversion, cursor, data, database, dataset, decimals,% + define, delete, deleting, dequeue, describe, detail, dialog, directory,% + div, divide, do, documentation, during, dynpro, else, end-of-page,% + end-of-selection, endat, endcase, enddo, endfor, endform, endif,% + endloop, endmodule, endselect, endwhile, enqueue, exceptions, exit,% + exp, export, exporting, extract, field, fields, field-groups,% + field-symbols, find, for, form, format, free, from, function,% + generating, get, giving, hide, id, if, import, importing, in, incl,% + include, initial, initialization, input, insert, interrupt, into, is,% + language, leave, leading, left-justified, like, line, lines,% + line-count, line-selection, list-processing, load, local, log, logfile,% + loop, margin, mark, mask, memory, menue, message, mod, modify, module,% + move, move-text, multiply, na, new, new-line, new-page, no-gaps, np,% + ns, number, obligatory, occurs, of, on, or, others, output, parameter,% + parameters, parts, perform, pf-status, places, position, process,% + raise, raising, ranges, read, refresh, refresh-dynpro, reject, remote,% + replace, report, reserve, reset, restart, right-justified, run, screen,% + scroll, search, segments, select, select-options, selection-screen,% + set, shift, sin, single, sqrt, start-of-selection, statement,% + structure, submit, subtract, summary, summing, suppress, system, table,% + tables, task, text, time, to, top-of-page, trace, transaction,% + transfer, transfer-dynpro, translate, type, unpack, update,% + user-command, using, value, when, where, while, window, with, workfile,% + write},% + morecomment=[l]",% + morecomment=[f][commentstyle][0]*,% + morestring=[d]'% +}[keywords,comments,strings,procnames] \lst@definelanguage[R/2 4.3]{ABAP}[R/2 5.0]{ABAP}% {deletekeywords={function,importing,exporting,changing,exceptions,% raise,raising}% @@ -79,19 +81,19 @@ %% ACM and ACMscript definition %% (c) 2013 Stefan Pinnow %% -\lst@definelanguage{ACM}{ - morekeywords={ - abs,After,acos,And,As,asin,atan,At,Call,Compatibility,Connect,cos,cosh,% - Create,Delay,Description,Difference,Do,Else,ElseIf,End,EndFor,EndIf,% - EndParallel,EndState,EndSwitch,EndText,EndWith,exp,External,Fixed,For,% - ForEach,Free,Global,Hidden,If,Implementation,In,Initial,Input,InterSection,% - IntegerSet,Invoke,Is,Language,Library,Link,Log10,LogE,Max,Min,Model,Of,% - Once,Options,Output,Parallel,Parameter,Pause,Port,Print,Private,% - Procedure,Product,Ramp,Repeat,Restart,Return,Round,Runs,Sigma,sin,sinh,% - Size,SnapShot,sqr,sqrt,SRamp,State,Stream,StringSet,Structure,Switch,% - SubRoutine,SymDiff,tan,tanh,Task,Text,Time,Then,Truncate,Union,Until,% - Uses,Variable,Wait,When,With,WithIn,WorkSpace% - },% +\lst@definelanguage{ACM}{% + morekeywords={ abs, After, acos, And, As, asin, atan, At, Call,% + Compatibility, Connect, cos, cosh, Create, Delay, Description,% + Difference, Do, Else, ElseIf, End, EndFor, EndIf, EndParallel,% + EndState, EndSwitch, EndText, EndWith, exp, External, Fixed, For,% + ForEach, Free, Global, Hidden, If, Implementation, In, Initial, Input,% + InterSection, IntegerSet, Invoke, Is, Language, Library, Link, Log10,% + LogE, Max, Min, Model, Of, Once, Options, Output, Parallel, Parameter,% + Pause, Port, Print, Private, Procedure, Product, Ramp, Repeat, Restart,% + Return, Round, Runs, Sigma, sin, sinh, Size, SnapShot, sqr, sqrt,% + SRamp, State, Stream, StringSet, Structure, Switch, SubRoutine,% + SymDiff, tan, tanh, Task, Text, Time, Then, Truncate, Union, Until,% + Uses, Variable, Wait, When, With, WithIn, WorkSpace},% sensitive=false,% morecomment=[l]{//},% morecomment=[s]{/*}{*/},% @@ -355,92 +357,86 @@ morestring=[b]",% morestring=[b]',% }[keywords,comments,strings]% -%% -%% http://gretl.sourceforge.net/gretl-help/cmdref.html -%% (c) 2013 Ignacio D\'iaz-Emparanza -%% \lst@definelanguage{hansl}{% - % $-variables are internal functions in hansl - keywordsprefix ={\$}, + showstringspaces = false, % morekeywords={ % hansl commands: - add,adf,anova,append,ar,ar1,% - arbond,arch,arima,biprobit,boxplot,break,% - catch,chow,clear,coeffsum,coint,coint2,% - corr,corrgm,cusum,data,dataset,debug,% - delete,diff,difftest,discrete,dpanel,dummify,% - duration,elif,else,end,endif,endloop,% - eqnprint,equation,estimate,fcast,foreign,fractint,% - freq,function,garch,genr,gmm,gnuplot,% - graphpg,hausman,heckit,help,hsk,hurst,% - if,include,info,intreg,join,kalman,% - kpss,labels,lad,lags,ldiff,leverage,% - levinlin,logistic,logit,logs,loop,mahal,% - makepkg,markers,meantest,mle,modeltab,modprint,% - modtest,mpols,negbin,nls,normtest,nulldata,% - ols,omit,open,orthdev,outfile,panel,% - pca,pergm,poisson,print,printf,probit,% - pvalue,qlrtest,qqplot,quantreg,quit,rename,% - reset,restrict,rmplot,run,runs,scatters,% - sdiff,set,setinfo,setobs,setmiss,shell,% - smpl,spearman,sprintf,square,sscanf,store,% - summary,system,tabprint,textplot,tobit,tsls,% - var,varlist,vartest,vecm,vif,wls,% - xcorrgm,xtab,scalar,series,matrix,string},% - morekeywords=[2]{ % Functions - abs,acos,acosh,aggregate,argname,% - asin,asinh,atan,atanh,atof,% - bessel,BFGSmax,bkfilt,boxcox,bwfilt,% - cdemean,cdf,cdiv,ceil,cholesky,% - chowlin,cmult,cnorm,colname,colnames,% - cols,corr,corrgm,cos,cosh,% - cov,critical,cum,deseas,det,% - diag,diagcat,diff,digamma,dnorm,% - dsort,dummify,eigengen,eigensym,eigsolve,% - epochday,errmsg,exp,fcstats,fdjac,% - fft,ffti,filter,firstobs,fixname,% - floor,fracdiff,gammafun,getenv,getline,% - ghk,gini,ginv,halton,hdprod,% - hpfilt,I,imaxc,imaxr,imhof,% - iminc,iminr,inbundle,infnorm,inlist,% - int,inv,invcdf,invmills,invpd,% - irf,irr,isconst,isnan,isnull,% - isodate,iwishart,kdensity,kfilter,ksimul,% - ksmooth,kurtosis,lags,lastobs,ldet,% - ldiff,lincomb,ljungbox,lngamma,log,% - log10,log2,loess,logistic,lower,% - lrvar,max,maxc,maxr,mcorr,% - mcov,mcovg,mean,meanc,meanr,% - median,mexp,min,minc,minr,% - missing,misszero,mlag,mnormal,mols,% - monthlen,movavg,mpols,mrandgen,mread,% - mreverse,mrls,mshape,msortby,muniform,% - mwrite,mxtab,nadarwat,nelem,ngetenv,% - nobs,normal,npv,NRmax,nullspace,% - obs,obslabel,obsnum,ok,onenorm,% - ones,orthdev,pdf,pergm,pmax,% - pmean,pmin,pnobs,polroots,polyfit,% - princomp,prodc,prodr,psd,psdroot,% - pshrink,psum,pvalue,pxsum,qform,% - qnorm,qrdecomp,quadtable,quantile,randgen,% - randgen1,randint,rank,ranking,rcond,% - readfile,regsub,remove,replace,resample,% - round,rownames,rows,sd,sdc,% - sdiff,selifc,selifr,seq,setnote,% - simann,sin,sinh,skewness,sort,% - sortby,sqrt,sscanf,sst,strlen,% - strncmp,strsplit,strstr,strstrip,strsub,% - sum,sumall,sumc,sumr,svd,% - tan,tanh,toepsolv,tolower,toupper,% - tr,transp,trimr,typestr,uniform,% - uniq,unvech,upper,urcpval,values,% - var,varname,varnum,varsimul,vec,% - vech,weekday,wmean,wsd,wvar,% - xmax,xmin,xpx,zeromiss,zeros,% + add, adf, anova, append, ar, ar1, arbond, arch, arima, biprobit, break,% + boxplot, chow, clear, coeffsum, coint, coint2, corr, corrgm, cusum,% + data, dataset, delete, diff, difftest, discrete, dpanel, dummify,% + duration, elif, else, end, endif, endloop, eqnprint, equation,% + estimate, eval, fcast, flush, foreign, fractint, freq, function,% + funcerr, garch, genr, gmm, gnuplot, graphpg, hausman, heckit, help,% + hfplot, hsk, hurst, if, include, info, intreg, join, kpss, labels, lad,% + lags, ldiff, leverage, levinlin, logistic, logit, logs, loop, mahal,% + makepkg, markers, meantest, midasreg, mle, modeltab, modprint, modtest,% + mpi, mpols, negbin, nls, normtest, nulldata, ols, omit, open, orthdev,% + outfile, panel, pca, pergm, plot, poisson, print, printf, probit,% + pvalue, quantreg, qlrtest, qqplot, quit, rename, reset, restrict,% + rmplot, run, runs, scatters, sdiff, set, setinfo, setobs, setopt,% + setmiss, smpl, spearman, square, store,% + summary, system, tabprint, textplot, tobit, tsls, var, varlist,% + vartest, vecm, vif, wls, xcorrgm, xtab, debug, return, catch, pkg,% + arma, deriv, params, hessian, for, foreach, while, const},% + morekeywords=[2]{ % accessors: + \$nobs, \$nvars, \$pd, \$t1, \$t2, \$tmax, \$datatype, \$test,% + \$pvalue, \$qlrbreak, \$rlnl, \$stopwatch, \$unit, \$obsmajor,% + \$obsminor, \$obsmicro, \$obsdate, \$windows, \$version, \$error,% + \$seed, \$huge, \$ess, \$T, \$rsq, \$sigma, \$df, \$ncoeff, \$lnl,% + \$gmmcrit, \$aic, \$bic, \$hqc, \$trsq, \$dw, \$dwpval, \$Fstat,% + \$chisq, \$diagtest, \$diagpval, \$pmanteau, \$uhat, \$yhat, \$llt,% + \$ahat, \$sample, \$h, \$coeff, \$stderr, \$vcv, \$rho, \$compan,% + \$xtxinv, \$vecGamma, \$vma, \$fevd, \$evals, \$jalpha, \$jbeta,% + \$jvbeta, \$s00, \$s11, \$s01, \$ec, \$hausman, \$sargan, \$sysGamma,% + \$sysA, \$sysB, \$fcast, \$fcse, \$coeff_ci, \$ehat, \$mnlprobs,% + \$xlist, \$ylist, \$command, \$depvar, \$model, \$system, \$sysinfo},% + morekeywords=[3]{ % functions + BFGScmax, BFGSmax, GSSmax, I, NMmax, NRmax, abs, acos, acosh,% + aggregate, argname, array, asin, asinh, atan, atanh, atof, bessel,% + bkfilt, bootci, bootpval, boxcox, bread, bwfilt, bwrite, cdemean, cdf,% + cdiv, cdummify, ceil, cholesky, chowlin, cmult, cnameget, cnameset,% + cnorm, cnumber, cols, corr, corrgm, cos, cosh, cov, critical, cum,% + curl, dayspan, defarray, defbundle, deflist, deseas, det, diag,% + diagcat, diff, digamma, dnorm, dropcoll, dsort, dummify, easterday,% + ecdf, eigengen, eigensym, eigsolve, epochday, errmsg, exists, exp,% + fcstats, fdjac, feval, fevd, fft, ffti, filter, firstobs, fixname,% + floor, fracdiff, fraclag, freq, gammafun, genseries, getenv, getinfo,% + getkeys, getline, ghk, gini, ginv, grab, halton, hdprod, hfdiff,% + hflags, hfldiff, hflist, hpfilt, imaxc, imaxr, imhof, iminc, iminr,% + inbundle, infnorm, inlist, instring, int, inv, invcdf, invmills, invpd,% + irf, irr, isconst, isdiscrete, isdummy, isnan, isoconv, isodate,% + iwishart, jsonget, jsongetb, juldate, kdensity, kdsmooth, kfilter,% + kmeier, kpsscrit, ksetup, ksimdata, ksimul, ksmooth, kurtosis, lags,% + lastobs, ldet, ldiff, lincomb, linearize, ljungbox, lngamma, loess,% + log, log10, log2, logistic, lower, lrcovar, lrvar, max, maxc, maxr,% + mcorr, mcov, mcovg, mean, meanc, meanr, median, mexp, mgradient, min,% + minc, minr, missing, misszero, mlag, mlincomb, mnormal, mols, monthlen,% + movavg, mpiallred, mpibcast, mpirecv, mpireduce, mpiscatter, mpisend,% + mpols, mrandgen, mread, mreverse, mrls, mshape, msortby, muniform,% + mweights, mwrite, mxtab, naalen, nadarwat, nelem, ngetenv, nlines,% + nobs, normal, normtest, npcorr, npv, nullspace, numhess, obslabel,% + obsnum, ok, onenorm, ones, orthdev, pdf, pergm, pexpand, pmax, pmean,% + pmin, pnobs, polroots, polyfit, princomp, printf, prodc, prodr, psd,% + psdroot, pshrink, psum, pvalue, pxnobs, pxsum, qform, qlrpval, qnorm,% + qrdecomp, quadtable, quantile, randgen, randgen1, randint, rank,% + ranking, rcond, readfile, regsub, remove, replace, resample, rnameget,% + rnameset, round, rows, sd, sdc, sdiff, seasonals, selifc, selifr, seq,% + setnote, simann, sin, sinh, skewness, sleep, smplspan, sort, sortby,% + sprintf, sqrt, square, sscanf, sst, stringify, strlen, strncmp,% + strsplit, strstr, strstrip, strsub, strvals, substr, sum, sumall, sumc,% + sumr, svd, svm, tan, tanh, toepsolv, tolower, toupper, tr, transp,% + trimr, typeof, typestr, uniform, uniq, unvech, upper, urcpval, values,% + var, varname, varnames, varnum, varsimul, vec, vech, weekday, wmean,% + wsd, wvar, xmax, xmin, xmlget, zeromiss, zeros, NMmin, GSSmin,% + BFGScmin, BFGSmin },% + morekeywords=[4]{ % genr aliases: + null, series, scalar, matrix, string, list, bundle, strings, matrices,% + bundles, lists% },% sensitive=t,% morecomment=[l]{\#},% morecomment=[s]{/*}{*/},% - morestring=[b]{"}}% + morestring=[b]{"}% +}% \lstalias{gretl}{hansl} %% %% Haskell98 as implemented in Hugs98. See http://www.haskell.org @@ -536,88 +532,89 @@ %% Inform definition (c) 2003 Jonathan Sauer %% \lst@definelanguage{inform}{% - % Language keywords - morekeywords={breakdo,else,false,for,has,hasnt,if,% - in,indirect,jump,notin,nothing,NULL,objectloop,ofclass,% - private,property,provides,return,rfalse,rtrue,self,string,% - switch,to,true,until,while,with,% - creature,held,multiexcept,multiheld,multiinside,noun,number,% - scope,topic},% - % - % Inform functions - morekeywords=[2]{box,child,children,font,give,inversion,metaclass,move,% - new_line,parent,print,print_ret,read,remove,restore,sibling,% - save,spaces,quit,style,bold,underline,reverse,roman remaining,% - create,destroy,recreate,copy},% - % - % Inform definitions - morekeywords=[3]{Attribute,Array,Class,Constant,Default,End,Endif,Extend,% - Global,Ifdef,Iffalse,Ifndef,Ifnot,Iftrue,Include,Object,% - Property,Verb,Release,Serial,Statusline},% - % - % Library attributes - morekeywords=[4]{absent,animate,clothing,concealed,container,door,edible,% - enterable,female,general,light,lockable locked,male,moved,% - neuter,on,open,openable,pluralname,proper,scenery,scored,% - static,supporter,switchable,talkable,transparent,visited,% - workflag,worn},% - % - % Library properties - morekeywords=[5]{n_to,s_to,e_to,w_to,ne_to,nw_to,se_to,sw_to,in_to,% - out_to,u_to,d_to,add_to_scope,after,article,articles,before,% - cant_go,capacity,daemon,describe,description,door_dir,door_to,% - each_turn,found_in,grammar,initial,inside_description,invent,% - life,list_together,name number,orders,parse_name,plural,% - react_after,react_before,short_name,short_name_indef,time_left,% - time_out,when_closed,when_open,when_on,when_off,% - with_key},% - % - % Library routines - morekeywords=[6]{Achieved,AfterRoutines,AllowPushDir,Banner,ChangePlayer,% - CommonAncestor,DictionaryLookup,GetGNAOfObject,HasLightSource,% - IndirectlyContains,IsSeeThrough,Locale,LoopOverScope,LTI_Insert,% - MoveFloatingObjects,NextWord,NextWordStopped,NounDomain,% - ObjectIsUntouchable OffersLight,ParseToken,PlaceInScope,PlayerTo,% - PronounNotice,PronounValue,ScopeWithin,SetPronoun,SetTime,% - StartDaemon,StartTimer,StopDaemon,StopTimer,TestScope,TryNumber,% - UnsignedCompare,WordAddress,WordInProperty,WordLength,% - WriteListFrom,YesOrNo},% - % - % Library,entry points - morekeywords=[7]{AfterLife,AfterPrompt,Amusing,BeforeParsing,ChooseObjects,% - DarkToDark,DeathMessage,GamePostRoutine GamePreRoutine,% - Initialise,InScope,LookRoutine,NewRoom,ParseNoun,ParseNumber,% - ParserError,PrintRank,PrintTaskName,PrintVerb,TimePasses,% - UnknownVerb},% - % - % Library constants - morekeywords=[8]{NEWLINE_BIT,INDENT_BIT,FULLINV_BIT,ENGLISH_BIT,RECURSE_BIT,% - ALWAYS_BIT,TERSE_BIT,PARTINV_BIT,DEFART_BIT,WORKFLAG_BIT,% - ISARE_BIT,CONCEAL_BIT},% - % - % Library,meta actions - morekeywords=[9]{Pronouns,Quit,Restart,Restore,Save,Verify,ScriptOn,ScriptOff,% - NotifyOn,NotifyOff,Places,Objects,Score,FullScore,Version,LMode1,% - LMode2,Lmode3},% - % - % Library,main actions - morekeywords=[10]{Close,Disrobe,Drop,Eat,Empty,EmptyT,Enter,Examine,Exit,GetOff,% - Give,Go,GoIn,Insert,Inv,InvTall,InvWide,Lock,Look,Open,PutOn,Remove,% - Search,Show,SwitchOff,SwitchOn,Take,Transfer,Unlock VagueGo,% - Wear},% - % - % Library,stub actions - morekeywords=[11]{Answer,Ask,AskFor,Attack,Blow,Burn,Buy,Climb,Consult,Cut,Dig,% - Drink,Fill,Jump,JumpOver,Kiss,Listen,LookUnder,Mild,No,Pray,Pull,% - Push,PushDir,Rub,Set,SetTo,Sing,Sleep,Smell,,Sleep,Smell,Sorry,% - Squeeze,Strong,Swim,Swing,Taste,Tell,Think,ThrowAt,Tie,Touch,Turn,% - Wait,Wake,WakeOther,Wave,WaveHands,Yes},% - % - otherkeywords={->,-->},% - sensitive=false,% - morestring=[d]{"},% - morecomment=[l]{!}% - }[keywords,comments,strings]% + % Language keywords + morekeywords={breakdo,else,false,for,has,hasnt,if,% + in,indirect,jump,notin,nothing,NULL,objectloop,ofclass,% + private,property,provides,return,rfalse,rtrue,self,string,% + switch,to,true,until,while,with,% + creature,held,multiexcept,multiheld,multiinside,noun,number,% + scope,topic},% + % + % Inform functions + morekeywords=[2]{box,child,children,font,give,inversion,metaclass,move,% + new_line,parent,print,print_ret,read,remove,restore,sibling,% + save,spaces,quit,style,bold,underline,reverse,roman remaining,% + create,destroy,recreate,copy},% + % + % Inform definitions + morekeywords=[3]{Attribute,Array,Class,Constant,Default,End,Endif,Extend,% + Global,Ifdef,Iffalse,Ifndef,Ifnot,Iftrue,Include,Object,% + Property,Verb,Release,Serial,Statusline},% + % + % Library attributes + morekeywords=[4]{absent,animate,clothing,concealed,container,door,edible,% + enterable,female,general,light,lockable locked,male,moved,% + neuter,on,open,openable,pluralname,proper,scenery,scored,% + static,supporter,switchable,talkable,transparent,visited,% + workflag,worn},% + % + % Library properties + morekeywords=[5]{n_to,s_to,e_to,w_to,ne_to,nw_to,se_to,sw_to,in_to,% + out_to,u_to,d_to,add_to_scope,after,article,articles,before,% + cant_go,capacity,daemon,describe,description,door_dir,door_to,% + each_turn,found_in,grammar,initial,inside_description,invent,% + life,list_together,name number,orders,parse_name,plural,% + react_after,react_before,short_name,short_name_indef,time_left,% + time_out,when_closed,when_open,when_on,when_off,% + with_key},% + % + % Library routines + morekeywords=[6]{Achieved,AfterRoutines,AllowPushDir,Banner,ChangePlayer,% + CommonAncestor,DictionaryLookup,GetGNAOfObject,HasLightSource,% + IndirectlyContains,IsSeeThrough,Locale,LoopOverScope,LTI_Insert,% + MoveFloatingObjects,NextWord,NextWordStopped,NounDomain,% + ObjectIsUntouchable OffersLight,ParseToken,PlaceInScope,PlayerTo,% + PronounNotice,PronounValue,ScopeWithin,SetPronoun,SetTime,% + StartDaemon,StartTimer,StopDaemon,StopTimer,TestScope,TryNumber,% + UnsignedCompare,WordAddress,WordInProperty,WordLength,% + WriteListFrom,YesOrNo},% + % + % Library,entry points + morekeywords=[7]{AfterLife,AfterPrompt,Amusing,BeforeParsing,ChooseObjects,% + DarkToDark,DeathMessage,GamePostRoutine GamePreRoutine,% + Initialise,InScope,LookRoutine,NewRoom,ParseNoun,ParseNumber,% + ParserError,PrintRank,PrintTaskName,PrintVerb,TimePasses,% + UnknownVerb},% + % + % Library constants + morekeywords=[8]{NEWLINE_BIT,INDENT_BIT,FULLINV_BIT,ENGLISH_BIT,% + RECURSE_BIT,ALWAYS_BIT,TERSE_BIT,PARTINV_BIT,DEFART_BIT,% + WORKFLAG_BIT,ISARE_BIT,CONCEAL_BIT},% + % + % Library,meta actions + morekeywords=[9]{Pronouns,Quit,Restart,Restore,Save,Verify,ScriptOn,% + ScriptOff,NotifyOn,NotifyOff,Places,Objects,Score,FullScore,Version,% + LMode1,LMode2,LMode3},% + % + % Library,main actions + morekeywords=[10]{Close,Disrobe,Drop,Eat,Empty,EmptyT,Enter,Examine,% + Exit,GetOff,Give,Go,GoIn,Insert,Inv,InvTall,InvWide,Lock,Look,Open,% + PutOn,Remove,Search,Show,SwitchOff,SwitchOn,Take,Transfer,% + Unlock VagueGo, Wear},% + % + % Library,stub actions + morekeywords=[11]{Answer,Ask,AskFor,Attack,Blow,Burn,Buy,Climb,% + Consult,Cut,Dig,Drink,Fill,Jump,JumpOver,Kiss,Listen,LookUnder,% + Mild,No,Pray,Pull,Push,PushDir,Rub,Set,SetTo,Sing,Sleep,Smell,% + Sleep,Smell,Sorry,Squeeze,Strong,Swim,Swing,Taste,Tell,Think,% + ThrowAt,Tie,Touch,Turn, + Wait,Wake,WakeOther,Wave,WaveHands,Yes},% + % + otherkeywords={->,-->},% + sensitive=false,% + morestring=[d]{"},% + morecomment=[l]{!}% +}[keywords,comments,strings]% \lst@definelanguage{Lisp}% {morekeywords={abort,abs,acons,acos,acosh,adjoin,alphanumericp,alter,% append,apply,apropos,aref,arrayp,ash,asin,asinh,assoc,atan,atanh,% @@ -656,7 +653,7 @@ incf,iterate,labels,let,locally,loop,macrolet,mapping,or,pop,% producing,prog,psetf,psetq,push,pushnew,remf,return,rotatef,% setf,shiftf,step,time,trace,typecase,unless,untrace,when},% - sensitive,% ??? + sensitive=false,% ??? alsodigit=-,% morecomment=[l];,% morecomment=[s]{\#|}{|\#},% 1997 Aslak Raanes @@ -1635,7 +1632,7 @@ external,for,form,fuzz,halt,labels,intermediates,negative,normal,novalue,% on,off,results,scan,scientific,select,source,stream,syntax,until,upper,% value,var,version,while,with},% - ndkeywords={abbrev,abs,address,bitand,bitor,bitxor,center,centre, + ndkeywords={abbrev,abs,address,bitand,bitor,bitxor,center,centre,% compare,copies,c2d,c2x,datatype,date,delstr,delword,diag,diagrc,% d2c,d2x,errortext,externals,find,format,index,insert,justify,% lastpos,left,length,linesize,max,min,overlay,pos,queued,random,% @@ -1833,23 +1830,23 @@ %% %% VRML definition (c) 2001 Oliver Baum %% -\lst@definelanguage[97]{VRML} - {morekeywords={DEF,EXTERNPROTO,FALSE,IS,NULL,PROTO,ROUTE,TO,TRUE,USE,% - eventIn,eventOut,exposedField,field,Introduction,Anchor,% - Appearance,AudioClip,Background,Billboard,Box,Collision,Color,% - ColorInterpolator,Cone,Coordinate,CoordinateInterpolator,% - Cylinder,CylinderSensor,DirectionalLight,ElevationGrid,Extrusion,% - Fog,FontStyle,Group,ImageTexture,IndexedFaceSet,IndexedLineSet,% - Inline,LOD,Material,MovieTexture,NavigationInfo,Normal,% - NormalInterpolator,OrientationInterpolator,PixelTexture,% - PlaneSensor,PointLight,PointSet,PositionInterpolator,% - ProximitySensor,ScalarInterpolator,Script,Shape,Sound,Sphere,% - SphereSensor,SpotLight,Switch,Text,TextureCoordinate,% - TextureTransform,TimeSensor,TouchSensor,Transform,Viewpoint,% - VisibilitySensor,WorldInfo},% - morecomment=[l]\#,% bug: starts comment in the first column - morestring=[b]"% - }[keywords,comments,strings] +\lst@definelanguage[97]{VRML}{% + morekeywords={DEF, EXTERNPROTO, FALSE, IS, NULL, PROTO, ROUTE, TO, TRUE,% + USE, eventIn, eventOut, exposedField, field, Introduction, Anchor,% + Appearance, AudioClip, Background, Billboard, Box, Collision, Color,% + ColorInterpolator, Cone, Coordinate, CoordinateInterpolator, Cylinder,% + CylinderSensor, DirectionalLight, ElevationGrid, Extrusion, Fog,% + FontStyle, Group, ImageTexture, IndexedFaceSet, IndexedLineSet, Inline,% + LOD, Material, MovieTexture, NavigationInfo, Normal,% + NormalInterpolator, OrientationInterpolator, PixelTexture, PlaneSensor,% + PointLight, PointSet, PositionInterpolator, ProximitySensor,% + ScalarInterpolator, Script, Shape, Sound, Sphere, SphereSensor,% + SpotLight, Switch, Text, TextureCoordinate, TextureTransform,% + TimeSensor, TouchSensor, Transform, Viewpoint, VisibilitySensor,% + WorldInfo},% + morecomment=[l]\#,% bug: starts comment in the first column + morestring=[b]"% +}[keywords,comments,strings] \endinput %% %% End of file `lstlang2.sty'. diff --git a/Master/texmf-dist/tex/latex/listings/lstlang3.sty b/Master/texmf-dist/tex/latex/listings/lstlang3.sty index 2a8f4a21175..46b6facbba5 100644 --- a/Master/texmf-dist/tex/latex/listings/lstlang3.sty +++ b/Master/texmf-dist/tex/latex/listings/lstlang3.sty @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{lstlang3.sty} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] \lst@definelanguage[68]{Algol}% {morekeywords={abs,and,arg,begin,bin,bits,bool,by,bytes,case,channel,% char,co,comment,compl,conj,divab,do,down,elem,elif,else,empty,% @@ -46,15 +46,16 @@ %% %% Motorola 68K definition (c) 2006 Michael Franke %% -\lst@definelanguage[Motorola68k]{Assembler}% - {morekeywords={ABCD,ADD,% -ADDA,ADDI,ADDQ,ADDX,AND,ANDI,ASL,ASR,BCC,BLS,BCS,BLT,BEQ,BMI,BF,BNE,BGE,BPL,% -BGT,BT,BHI,BVC,BLE,BVS,BCHG,BCLR,BRA,BSET,BSR,BTST,CHK,CLR,CMP,CMPA,CMPI,CMPM,% -DBCC,DBLS,DBCS,DBLT,DBEQ,DBMI,DBF,DBNE,DBGE,DBPL,DBGT,DBT,DBHI,DBVC,DBLE,DBVS,DIVS,% -DIVU,EOR,EORI,EXG,EXT,ILLEGAL,JMP,JSR,LEA,LINK,LSL,LSR,MOVE,MOVEA,MOVEM,MOVEP,MOVEQ,% -MULS,MULU,NBCD,NEG,NEGX,NOP,NOT,OR,ORI,PEA,RESET,ROL,ROR,ROXL,ROXR,RTE,RTR,RTS,SBCD,% -SCC,SLS,SCS,SLT,SEQ,SMI,SF,SNE,SGE,SPL,SGT,ST,SHI,SVC,SLE,SVS,STOP,SUB,SUBA,SUBI,SUBQ,% -SUBX,SWAP,TAS,TRAP,TRAPV,TST,UNLK},% +\lst@definelanguage[Motorola68k]{Assembler}{% + morekeywords={ABCD,ADD,% + ADDA,ADDI,ADDQ,ADDX,AND,ANDI,ASL,ASR,BCC,BLS,BCS,BLT,BEQ,BMI,BF,BNE,% + BGE,BPL,BGT,BT,BHI,BVC,BLE,BVS,BCHG,BCLR,BRA,BSET,BSR,BTST,CHK,CLR,% + CMP,CMPA,CMPI,CMPM,DBCC,DBLS,DBCS,DBLT,DBEQ,DBMI,DBF,DBNE,DBGE,DBPL,% + DBGT,DBT,DBHI,DBVC,DBLE,DBVS,DIVS,DIVU,EOR,EORI,EXG,EXT,ILLEGAL,JMP,% + JSR,LEA,LINK,LSL,LSR,MOVE,MOVEA,MOVEM,MOVEP,MOVEQ,MULS,MULU,NBCD,NEG,% + NEGX,NOP,NOT,OR,ORI,PEA,RESET,ROL,ROR,ROXL,ROXR,RTE,RTR,RTS,SBCD,% + SCC,SLS,SCS,SLT,SEQ,SMI,SF,SNE,SGE,SPL,SGT,ST,SHI,SVC,SLE,SVS,STOP,% + SUB,SUBA,SUBI,SUBQ,SUBX,SWAP,TAS,TRAP,TRAPV,TST,UNLK},% sensitive=false,% morecomment=[l]*,% morecomment=[l];% @@ -124,40 +125,39 @@ SUBX,SWAP,TAS,TRAP,TRAPV,TST,UNLK},% morecomment=[n]{/*}{*/},% morestring=[b]"% }[keywords,comments,strings]% -\lst@definelanguage{CIL}% - {morekeywords=[1]{assembly,beforefieldinit,class,default,cdecl,cil,corflags,% - culture,custom,data,entrypoint,fastcall,field,file,% - hidebysig,hash,il,imagebase,locals,managed,marshall,% - maxstack,mresource,method,module,namespace,publickey,% - stdcall,subsystem,thiscall,unmanaged,vararg,ver,vtfixup,% - % types - bool,char,float32,float64,int,int8,int16,int32,% - int64,method,native,object,string,modopt,modreq,pinned,% - typedref,valuetype,unsigned,void,% - % defining types - abstract,ansi,auto,autochar,beforefieldinit,boxed,class,% - explicit,extends,implements,interface,famandassem,family,% - famorassem,inherits,nested,override,pack,private,property,% - public,rtspecialname,sealed,sequential,serializable,size,% - specialname,static,unicode,% - % postfix - algorithm,alignment,extern,init,from,nometadata,with},% - morekeywords=[2]{add,and,arglist,beq,bge,bgt,ble,blt,bne,br,break,brfalse,% - brtrue,call,calli,ceq,cgt,ckfinite,clt,conv,cpblk,div,% - dup,endfilter,endfinally,initblk,jmp,ldarg,ldarga,ldc,% - ldftn,ldind,ldloc,ldloca,ldnull,leave,localloc,mul,neg,% - nop,not,or,pop,rem,ret,shl,shr,starg,stind,stloc,sub,% - switch,xor,% - % prefix - tail,unaligned,volatile,% - % postfix - un,s,ovf,% - % object - box,callvirt,castclass,cpobj,cctor,ctor,initobj,isinst,% - ldelem,ldelema,ldfld,ldflda,ldlen,ldobj,ldsfld,ldsflda,% - ldstr,ldtoken,ldvirtftn,mkrefany,newarr,newobj,refanytype,% - refanyval,rethrow,sizeof,stelem,stfld,stobj,stsfld,throw,% - unbox},% +\lst@definelanguage{CIL}{% + morekeywords=[1]{assembly, beforefieldinit, class, default, cdecl, cil,% + corflags, culture, custom, data, entrypoint, fastcall, field, file,% + hidebysig, hash, il, imagebase, locals, managed, marshall, maxstack,% + mresource, method, module, namespace, publickey, stdcall, subsystem,% + thiscall, unmanaged, vararg, ver, vtfixup,% + % types + bool, char, float32, float64, int, int8, int16, int32, int64, method,% + native, object, string, modopt, modreq, pinned, typedref, valuetype,% + unsigned, void,% + % defining types + abstract, ansi, auto, autochar, beforefieldinit, boxed, class,% + explicit, extends, implements, interface, famandassem, family,% + famorassem, inherits, nested, override, pack, private, property,% + public, rtspecialname, sealed, sequential, serializable, size,% + specialname, static, unicode,% + % postfix + algorithm, alignment, extern, init, from, nometadata, with},% + morekeywords=[2]{add, and, arglist, beq, bge, bgt, ble, blt, bne, br,% + break, brfalse, brtrue, call, calli, ceq, cgt, ckfinite, clt, conv,% + cpblk, div, dup, endfilter, endfinally, initblk, jmp, ldarg, ldarga,% + ldc, ldftn, ldind, ldloc, ldloca, ldnull, leave, localloc, mul, neg,% + nop, not, or, pop, rem, ret, shl, shr, starg, stind, stloc, sub,% + switch, xor,% + % prefix + tail, unaligned, volatile, + % postfix + un, s, ovf, + % object + box, callvirt, castclass, cpobj, cctor, ctor, initobj, isinst, ldelem,% + ldelema, ldfld, ldflda, ldlen, ldobj, ldsfld, ldsflda, ldstr, ldtoken,% + ldvirtftn, mkrefany, newarr, newobj, refanytype, refanyval, rethrow,% + sizeof, stelem, stfld, stobj, stsfld, throw, unbox},% sensitive=true,% morecomment=[l]{//},% morestring=[b]"% @@ -379,190 +379,211 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},% morestring=[d]',% morestring=[d]`% }[keywords,comments,strings]% -\lst@definelanguage{Lingo} - {morekeywords={abort,after,and,before,do,down,halt,me,new,not,of,% - on,or,otherwise,pass,put,result,return,set,tell,the,then,to,with,% - repeat,while,case,if,else,true,false,global,property,\_global,\_key,% - \_mouse,\_movie,\_player,\_sound,\_system,abbr,abbrev,abbreviated,abs,% - actionsenabled,activateapplication,activatewindow,active3drenderer,% - activecastlib,activewindow,actorlist,add,addat,addbackdrop,addcamera,% - addchild,addmodifier,addoverlay,addprop,addtoworld,addvertex,alert,% - alerthook,alignment,allowcustomcaching,allowgraphicmenu,allowsavelocal,% - allowtransportcontrol,allowvolumecontrol,allowzooming,alphathreshold,% - ambient,ambientcolor,ancestor,angle,anglebetween,animationenabled,% - antialias,antialiasthreshold,append,applicationname,applicationpath,% - appminimize,atan,attenuation,attributevalue,auto,autoblend,automask,% - autotab,axisangle,back,backcolor,backdrop,backgroundcolor,backspace,% - beep,beepon,beginrecording,beginsprite,beveldepth,beveltype,bgcolor,% - bias,bitand,bitmap,bitmapsizes,bitnot,bitor,bitrate,bitspersample,% - bitxor,blend,blendconstant,blendconstantlist,blendfactor,blendfunction,% - blendfunctionlist,blendlevel,blendrange,blendsource,blendsourcelist,% - blendtime,bone,bonesplayer,border,both,bottom,bottomcap,bottomradius,% - bottomspacing,boundary,boundingsphere,box,boxdropshadow,boxtype,% - breakconnection,breakloop,brightness,broadcastprops,browsername,% - buffersize,build,buttonsenabled,buttonstyle,buttontype,bytesstreamed,% - boolean,cachedocverify,cachesize,call,callancestor,camera,cameracount,% - cameraposition,camerarotation,cancelidleload,castlib,castlibnum,% - castmemberlist,center,centerregpoint,centerstage,changearea,channelcount,% - char,characterset,charpostoloc,chars,charspacing,chartonum,% - checkboxaccess,checkboxtype,checkmark,checknetmessages,child,chunksize,% - clearatrender,clearcache,clearerror,clearframe,clearglobals,clearvalue,% - clickloc,clickmode,clickon,clone,clonedeep,clonemodelfromcastmember,% - clonemotionfromcastmember,close,closed,closewindow,closexlib,collision,% - collisiondata,collisionnormal,color,world,colorbuffer,colorbufferdepth,% - colordepth,colorlist,colorrange,colors,colorsteps,commanddown,comments,% - compressed,connecttonetserver,constrainh,constraint,constrainv,,% - continue,controldown,controller,copypixels,copyrightinfo,copyto,% - copytoclipboard,cos,count,cpuhogticks,creaseangle,creases,[contains],% - createfolder,createmask,creatematte,creationdate,creator,crop,cross,% - crossproduct,cuepassed,cuepointnames,cuepointtimes,currentloopstate,% - currentspritenum,currenttime,cursor,cursorsize,curve,cylinder,ate,day,% - deactivateapplication,deactivatewindow,debug,debugplaybackenabled,% - decaymode,defaultrect,defaultrectmode,delay,delete,deleteall,deleteat,% - deletecamera,deletefolder,deleteframe,deletegroup,deletelight,% - deletemodel,deletemodelresource,deletemotion,deleteone,deleteprop,% - deleteshader,deletetexture,deletevertex,density,depth,depthbufferdepth,% - desktoprectlist,diffuse,diffusecolor,diffuselightmap,% - digitalvideotimescale,digitalvideotype,direction,directionalcolor,% - directionalpreset,directtostage,disableimagingtransformation,displayface,% - displaymode,distanceto,distribution,dither,done,doneparsing,dot,% - dotproduct,doubleclick,downloadnetthing,drag,draw,drawrect,dropshadow,% - duplicate,duplicateframe,duration,editable,editshortcutsenabled,% - elapsedtime,emissive,emitter,empty,emulatemultibuttonmouse,enabled,% - enablehotspot,end,endangle,endcolor,endframe,endrecording,endsprite,% - endtime,enter,enterframe,environment,erase,error,eventpassmode,% - exchange,exists,exit,exitframe,exitlock,exp,externalevent,% - externalparamcount,externalparamname,externalparamvalue,extractalpha,% - extrude3d,face,fadein,fadeout,fadeto,far,field,fieldofview,filename,% - fill,fillcolor,fillcycles,filldirection,filled,fillmode,filloffset,% - fillscale,findempty,findlabel,findpos,findposnear,finishidleload,% - firstindent,fixedlinespace,fixedrate,fixstagesize,flashrect,flashtostage,% - flat,fliph,flipv,float,floatp,floatprecision,flush,flushinputevents,% - fog,folderchar,font,fontsize,fontstyle,forecolor,forget,frame,% - framecount,framelabel,framepalette,framerate,frameready,framescript,% - framesound1,framesound2,framestohms,frametempo,frametransition,freeblock,% - freebytes,fromcastmember,fromimageobject,front,frontwindow,% - generatenormals,getaprop,getat,getbehaviordescription,getbehaviortooltip,% - getboneid,geterror,geterrorstring,gethardwareinfo,gethotspotrect,getlast,% - getlatestnetid,getnetaddresscookie,getneterrorstring,getnetmessage,% - getnetoutgoingbytes,getnettext,getnormalized,getnthfilenameinfolder,% - getnumberwaitingnetmessages,getone,getpeerconnectionlist,getpixel,% - getplaylist,getpos,getpref,getprop,getpropat,getpropertydescriptionlist,% - getrendererservices,getstreamstatus,gettemppath,getworldtransform,globals,% - glossmap,go,gotoframe,gotonetmovie,gotonetpage,gradienttype,gravity,% - group,handler,handlers,height,heightvertices,high,highlightpercentage,% - highlightstrength,hilite,hither,hittest,hmstoframes,hold,hotspot,html,% - hyperlink,hyperlinkclicked,hyperlinkrange,hyperlinks,hyperlinkstate,% - id3tags,identity,idle,idlehandlerperiod,idleloaddone,idleloadmode,% - idleloadperiod,idleloadtag,idlereadchunksize,ilk,image,imagecompression,% - imageenabled,imagequality,immovable,importfileinto,inflate,ink,inker,% - inlineimeenabled,insertbackdrop,insertframe,insertoverlay,inside,% - installmenu,instance,integer,integerp,interface,interpolate,% - interpolateto,intersect,index,interval,inverse,invert,invertmask,% - isbusy,isinworld,isoktoattach,ispastcuepoint,item,itemdelimiter,kerning,% - kerningthreshold,key,keyboardfocussprite,keycode,keydown,keydownscript,% - keyframeplayer,keypressed,keyup,keyupscript,label,labellist,last,% - lastchannel,lastclick,lastevent,lastframe,lastkey,lastroll,left,% - leftindent,length,lengthvertices,level,lifetime,light,line,linearlist,% - linecolor,linecount,linedirection,lineheight,lineoffset,linepostolocv,% - linesize,linkas,linked,list,listp,loaded,loadfile,loc,loch,locked,% - locktranslation,loctocharpos,locv,locvtolinepos,locz,lod,log,long,% - loop,loopcount,loopendtime,loopsremaining,loopstarttime,machinetype,% - magnitude,map,mapImageToStage,mapmembertostage,mapstagetomember,margin,% - marker,markerlist,mask,max,maxinteger,maxspeed,mci,media,mediaready,% - member,membernum,members,memorysize,menu,mesh,meshdeform,milliseconds,% - min,minspeed,modal,mode,model,modela,modelb,modelresource,% - modelsunderloc,modelsunderray,modelunderloc,modified,modifiedby,% - modifieddate,modifier,modifiers,month,mostrecentcuepoint,motion,% - mousechar,mousedown,mousedownscript,mouseenter,mouseh,mouseitem,% - mouseleave,mouselevel,mouseline,mouseloc,mousemember,mouseoverbutton,% - mouseup,mouseupoutside,mouseupscript,mousev,mousewithin,mouseword,move,% - moveablesprite,movetoback,movetofront,movevertex,movevertexhandle,% - movewindow,movie,movieaboutinfo,moviecopyrightinfo,moviefilefreesize,% - moviefilesize,moviefileversion,movieimagecompression,movieimagequality,% - moviename,moviepath,movierate,movietime,moviextralist,mpeglayer,% - multiply,multisound,name,near,nearfiltering,neighbor,netabort,netdone,% - neterror,netlastmoddate,netmime,netpresent,netstatus,nettextresult,% - netthrottleticks,newcamera,newcurve,newgroup,newlight,newmesh,newmodel,% - newmodelresource,newmotion,newshader,newtexture,next,none,normalize,% - normallist,normals,nothing,notify,nudge,number,numchannels,% - numparticles,numsegments,numtochar,objectp,offset,open,openresfile,% - openwindow,openxlib,optiondown,organizationname,originalfont,originh,% - originmode,originpoint,originv,orthoheight,overlay,pageheight,palette,% - palettemapping,paletteref,paletteindex,pan,paragraph,param,paramcount,% - parent,parsestring,particle,pasteclipboardinto,path,pathname,% - pathstrength,pattern,pause,pausedatstart,pausestate,percentplayed,% - percentstreamed,period,perpendicularto,persistent,pi,picture,picturep,% - plane,platform,play,playbackmode,playfile,playing,playlist,playnext,% - playrate,point,pointat,pointatorientation,pointinhyperlink,% - pointofcontact,pointtochar,pointtoitem,pointtoline,pointtoparagraph,% - pointtoword,position,positionreset,posterframe,postnettext,power,% - preferred3drenderer,preload,preloadbuffer,preloadeventabort,preloadmember,% - preloadmode,preloadmovie,preloadnetthing,preloadram,preloadtime,% - premultiply,prepareframe,preparemovie,prerotate,prescale,pretranslate,% - previous,primitives,printfrom,productversion,projection,projectionangle,% - propList,proxyserver,pttohotspotid,puppet,puppetpalette,puppetsound,% - puppetsprite,puppettempo,puppettransition,purgepriority,% - qtregisteraccesskey,qtunregisteraccesskey,quad,quality,queue,quit,quote,% - radius,ramneeded,random,randomseed,randomvector,rateshift,rawnew,read,% - readvalue,recordfont,rect,ref,reflectionmap,reflectivity,region,% - registerforevent,registerscript,regpoint,regpointvertex,removebackdrop,% - removefromworld,removelast,removemodifier,removeoverlay,rename,renderer,% - rendererdevicelist,renderformat,renderstyle,resetworld,resizewindow,% - resolution,resolve,resolvea,resolveb,resource,restart,resume,% - reverttoworlddefaults,rewind,rgb,rgba4444,rgba5550,rgba5551,rgba5650,% - rgba8880,rgba8888,right,rightindent,rightmousedown,rightmouseup,% - rollover,romanlingo,rootlock,rootnode,rotate,rotation,rotationreset,% - rtf,runmode,runpropertydialog,safeplayer,samplecount,samplerate,% - samplesize,save,savedlocal,savemovie,scale,scalemode,score,scorecolor,% - scoreselection,script,scriptexecutionstyle,scriptinstancelist,scriptlist,% - scriptnum,scriptsenabled,scripttext,scripttype,scrollbyline,scrollbypage,% - scrolltop,sds,searchcurrentfolder,searchpath,searchpaths,seconds,% - selectedtext,selection,selend,selstart,sendallsprites,sendevent,% - sendnetmessage,sendsprite,serialnumber,setalpha,setaprop,setat,% - setcollisioncallback,setflashproperty,setnetbufferlimits,% - setnetmessagehandler,setpixel,setplaylist,setpref,setprop,setscriptlist,% - settrackenabled,setvariable,shader,shaderlist,shadowpercentage,% - shadowstrength,shapetype,shiftdown,shininess,shockwave3d,short,% - showglobals,showlocals,showprops,showresfile,showxlib,shutdown,% - silhouettes,sin,size,sizerange,skew,sleep,smoothness,sort,sound,% - soundbusy,soundchannel,sounddevice,sounddevicelist,soundenabled,% - soundkeepdevice,soundlevel,soundmixmedia,source,sourcerect,space,% - specular,specularcolor,specularlightmap,sphere,spotangle,spotdecay,% - sprite,spritenum,spritespacetoworldspace,sqrt,stage,stagebottom,% - stagecolor,stageleft,stageright,stagetoflash,stagetop,standard,% - startangle,startframe,startmovie,starttime,starttimer,state,static,% - status,stepframe,stilldown,stop,stopevent,stopmovie,stoptime,stream,% - streammode,streamname,streamsize,streamstatus,string,stringp,% - strokecolor,strokewidth,style,subdivision,sweep,swing,switchcolordepth,% - symbol,symbolp,systemdate,tab,tabcount,tabs,tan,target,% - tellstreamstatus,tension,text,texture,texturecoordinatelist,% - texturecoordinates,texturelayer,texturelist,texturemember,texturemode,% - texturemodelist,texturerenderformat,texturerepeat,texturerepeatlist,% - texturetransform,texturetransformlist,texturetype,thumbnail,ticks,tilt,% - time,timeout,timeouthandler,timeoutkeydown,timeoutlapsed,timeoutlength,% - timeoutlist,timeoutmouse,timeoutplay,timeoutscript,timer,timescale,% - title,titlevisible,toon,top,topcap,topradius,topspacing,trace,% - traceload,tracelogfile,trackcount,trackenabled,tracknextkeytime,% - tracknextsampletime,trackpreviouskeytime,trackprevioussampletime,% - trackstarttime,trackstoptime,tracktext,tracktype,trails,transform,% - transitiontype,translate,triggercallback,trimwhitespace,tunneldepth,% - tweened,tweenmode,type,[transparent],union,unload,unloadmember,% - unloadmovie,unregisterallevents,update,updateframe,updatelock,% - updatemovieenabled,updatestage,url,usealpha,usediffusewithtexture,% - usefastquads,usehypertextstyles,uselineoffset,userdata,username,value,% - vector,version,vertex,vertexlist,vertices,video,videoforwindowspresent,% - viewh,viewpoint,viewscale,viewv,visibility,visible,void,voidp,volume,% - volumeinfo,wait,waitfornetconnection,warpmode,width,widthvertices,wind,% - window,windowlist,windowpresent,windowtype,word,wordwrap,world,% - worldposition,worldspacetospritespace,worldtransform,wraptransform,% - wraptransformlist,write,writevalue,,xaxis,xtra,xtralist,xtras,,yaxis,% - year,yon,zaxis,zoombox,zoomwindow,repeat,Conditional,Boolean,TypeDef,% - Statement,Operator,String,Comment,Identifier,Special,x,y,z} - sensitive=false, - morecomment=[l]{--}, - morestring=[b]", - }[keywords,comments,strings]% +\lst@definelanguage{Lingo}{% + morekeywords={abort, after, and, before, do, down, halt, me, new, not,% + of, on, or, otherwise, pass, put, result, return, set, tell, the, then,% + to, with, repeat, while, case, if, else, true, false, global, property,% + \_global, \_key, \_mouse, \_movie, \_player, \_sound, \_system, abbr,% + abbrev, abbreviated, abs, actionsenabled, activateapplication,% + activatewindow, active3drenderer, activecastlib, activewindow,% + actorlist, add, addat, addbackdrop, addcamera, addchild, addmodifier,% + addoverlay, addprop, addtoworld, addvertex, alert, alerthook,% + alignment, allowcustomcaching, allowgraphicmenu, allowsavelocal,% + allowtransportcontrol, allowvolumecontrol, allowzooming,% + alphathreshold, ambient, ambientcolor, ancestor, angle, anglebetween,% + animationenabled, antialias, antialiasthreshold, append,% + applicationname, applicationpath, appminimize, atan, attenuation,% + attributevalue, auto, autoblend, automask, autotab, axisangle, back,% + backcolor, backdrop, backgroundcolor, backspace, beep, beepon,% + beginrecording, beginsprite, beveldepth, beveltype, bgcolor, bias,% + bitand, bitmap, bitmapsizes, bitnot, bitor, bitrate, bitspersample,% + bitxor, blend, blendconstant, blendconstantlist, blendfactor,% + blendfunction, blendfunctionlist, blendlevel, blendrange, blendsource,% + blendsourcelist, blendtime, bone, bonesplayer, border, both, bottom,% + bottomcap, bottomradius, bottomspacing, boundary, boundingsphere, box,% + boxdropshadow, boxtype, breakconnection, breakloop, brightness,% + broadcastprops, browsername, buffersize, build, buttonsenabled,% + buttonstyle, buttontype, bytesstreamed, boolean, cachedocverify,% + cachesize, call, callancestor, camera, cameracount, cameraposition,% + camerarotation, cancelidleload, castlib, castlibnum, castmemberlist,% + center, centerregpoint, centerstage, changearea, channelcount, char,% + characterset, charpostoloc, chars, charspacing, chartonum,% + checkboxaccess, checkboxtype, checkmark, checknetmessages, child,% + chunksize, clearatrender, clearcache, clearerror, clearframe,% + clearglobals, clearvalue, clickloc, clickmode, clickon, clone,% + clonedeep, clonemodelfromcastmember, clonemotionfromcastmember, close,% + closed, closewindow, closexlib, collision, collisiondata,% + collisionnormal, color, world, colorbuffer, colorbufferdepth,% + colordepth, colorlist, colorrange, colors, colorsteps, commanddown,% + comments, compressed, connecttonetserver, constrainh, constraint,% + constrainv, continue, controldown, controller, copypixels,% + copyrightinfo, copyto, copytoclipboard, cos, count, cpuhogticks,% + creaseangle, creases, [contains], createfolder, createmask,% + creatematte, creationdate, creator, crop, cross, crossproduct,% + cuepassed, cuepointnames, cuepointtimes, currentloopstate,% + currentspritenum, currenttime, cursor, cursorsize, curve, cylinder,% + ate, day, deactivateapplication, deactivatewindow, debug,% + debugplaybackenabled, decaymode, defaultrect, defaultrectmode, delay,% + delete, deleteall, deleteat, deletecamera, deletefolder, deleteframe,% + deletegroup, deletelight, deletemodel, deletemodelresource,% + deletemotion, deleteone, deleteprop, deleteshader, deletetexture,% + deletevertex, density, depth, depthbufferdepth, desktoprectlist,% + diffuse, diffusecolor, diffuselightmap, digitalvideotimescale,% + digitalvideotype, direction, directionalcolor, directionalpreset,% + directtostage, disableimagingtransformation, displayface, displaymode,% + distanceto, distribution, dither, done, doneparsing, dot, dotproduct,% + doubleclick, downloadnetthing, drag, draw, drawrect, dropshadow,% + duplicate, duplicateframe, duration, editable, editshortcutsenabled,% + elapsedtime, emissive, emitter, empty, emulatemultibuttonmouse,% + enabled, enablehotspot, end, endangle, endcolor, endframe,% + endrecording, endsprite, endtime, enter, enterframe, environment,% + erase, error, eventpassmode, exchange, exists, exit, exitframe,% + exitlock, exp, externalevent, externalparamcount, externalparamname,% + externalparamvalue, extractalpha, extrude3d, face, fadein, fadeout,% + fadeto, far, field, fieldofview, filename, fill, fillcolor, fillcycles,% + filldirection, filled, fillmode, filloffset, fillscale, findempty,% + findlabel, findpos, findposnear, finishidleload, firstindent,% + fixedlinespace, fixedrate, fixstagesize, flashrect, flashtostage, flat,% + fliph, flipv, float, floatp, floatprecision, flush, flushinputevents,% + fog, folderchar, font, fontsize, fontstyle, forecolor, forget, frame,% + framecount, framelabel, framepalette, framerate, frameready,% + framescript, framesound1, framesound2, framestohms, frametempo,% + frametransition, freeblock, freebytes, fromcastmember, fromimageobject,% + front, frontwindow, generatenormals, getaprop, getat,% + getbehaviordescription, getbehaviortooltip, getboneid, geterror,% + geterrorstring, gethardwareinfo, gethotspotrect, getlast,% + getlatestnetid, getnetaddresscookie, getneterrorstring, getnetmessage,% + getnetoutgoingbytes, getnettext, getnormalized, getnthfilenameinfolder,% + getnumberwaitingnetmessages, getone, getpeerconnectionlist, getpixel,% + getplaylist, getpos, getpref, getprop, getpropat,% + getpropertydescriptionlist, getrendererservices, getstreamstatus,% + gettemppath, getworldtransform, globals, glossmap, go, gotoframe,% + gotonetmovie, gotonetpage, gradienttype, gravity, group, handler,% + handlers, height, heightvertices, high, highlightpercentage,% + highlightstrength, hilite, hither, hittest, hmstoframes, hold, hotspot,% + html, hyperlink, hyperlinkclicked, hyperlinkrange, hyperlinks,% + hyperlinkstate, id3tags, identity, idle, idlehandlerperiod,% + idleloaddone, idleloadmode, idleloadperiod, idleloadtag,% + idlereadchunksize, ilk, image, imagecompression, imageenabled,% + imagequality, immovable, importfileinto, inflate, ink, inker,% + inlineimeenabled, insertbackdrop, insertframe, insertoverlay, inside,% + installmenu, instance, integer, integerp, interface, interpolate,% + interpolateto, intersect, index, interval, inverse, invert, invertmask,% + isbusy, isinworld, isoktoattach, ispastcuepoint, item, itemdelimiter,% + kerning, kerningthreshold, key, keyboardfocussprite, keycode, keydown,% + keydownscript, keyframeplayer, keypressed, keyup, keyupscript, label,% + labellist, last, lastchannel, lastclick, lastevent, lastframe, lastkey,% + lastroll, left, leftindent, length, lengthvertices, level, lifetime,% + light, line, linearlist, linecolor, linecount, linedirection,% + lineheight, lineoffset, linepostolocv, linesize, linkas, linked, list,% + listp, loaded, loadfile, loc, loch, locked, locktranslation,% + loctocharpos, locv, locvtolinepos, locz, lod, log, long, loop,% + loopcount, loopendtime, loopsremaining, loopstarttime, machinetype,% + magnitude, map, mapImageToStage, mapmembertostage, mapstagetomember,% + margin, marker, markerlist, mask, max, maxinteger, maxspeed, mci,% + media, mediaready, member, membernum, members, memorysize, menu, mesh,% + meshdeform, milliseconds, min, minspeed, modal, mode, model, modela,% + modelb, modelresource, modelsunderloc, modelsunderray, modelunderloc,% + modified, modifiedby, modifieddate, modifier, modifiers, month,% + mostrecentcuepoint, motion, mousechar, mousedown, mousedownscript,% + mouseenter, mouseh, mouseitem, mouseleave, mouselevel, mouseline,% + mouseloc, mousemember, mouseoverbutton, mouseup, mouseupoutside,% + mouseupscript, mousev, mousewithin, mouseword, move, moveablesprite,% + movetoback, movetofront, movevertex, movevertexhandle, movewindow,% + movie, movieaboutinfo, moviecopyrightinfo, moviefilefreesize,% + moviefilesize, moviefileversion, movieimagecompression,% + movieimagequality, moviename, moviepath, movierate, movietime,% + moviextralist, mpeglayer, multiply, multisound, name, near,% + nearfiltering, neighbor, netabort, netdone, neterror, netlastmoddate,% + netmime, netpresent, netstatus, nettextresult, netthrottleticks,% + newcamera, newcurve, newgroup, newlight, newmesh, newmodel,% + newmodelresource, newmotion, newshader, newtexture, next, none,% + normalize, normallist, normals, nothing, notify, nudge, number,% + numchannels, numparticles, numsegments, numtochar, objectp, offset,% + open, openresfile, openwindow, openxlib, optiondown, organizationname,% + originalfont, originh, originmode, originpoint, originv, orthoheight,% + overlay, pageheight, palette, palettemapping, paletteref, paletteindex,% + pan, paragraph, param, paramcount, parent, parsestring, particle,% + pasteclipboardinto, path, pathname, pathstrength, pattern, pause,% + pausedatstart, pausestate, percentplayed, percentstreamed, period,% + perpendicularto, persistent, pi, picture, picturep, plane, platform,% + play, playbackmode, playfile, playing, playlist, playnext, playrate,% + point, pointat, pointatorientation, pointinhyperlink, pointofcontact,% + pointtochar, pointtoitem, pointtoline, pointtoparagraph, pointtoword,% + position, positionreset, posterframe, postnettext, power,% + preferred3drenderer, preload, preloadbuffer, preloadeventabort,% + preloadmember, preloadmode, preloadmovie, preloadnetthing, preloadram,% + preloadtime, premultiply, prepareframe, preparemovie, prerotate,% + prescale, pretranslate, previous, primitives, printfrom,% + productversion, projection, projectionangle, propList, proxyserver,% + pttohotspotid, puppet, puppetpalette, puppetsound, puppetsprite,% + puppettempo, puppettransition, purgepriority, qtregisteraccesskey,% + qtunregisteraccesskey, quad, quality, queue, quit, quote, radius,% + ramneeded, random, randomseed, randomvector, rateshift, rawnew, read,% + readvalue, recordfont, rect, ref, reflectionmap, reflectivity, region,% + registerforevent, registerscript, regpoint, regpointvertex,% + removebackdrop, removefromworld, removelast, removemodifier,% + removeoverlay, rename, renderer, rendererdevicelist, renderformat,% + renderstyle, resetworld, resizewindow, resolution, resolve, resolvea,% + resolveb, resource, restart, resume, reverttoworlddefaults, rewind,% + rgb, rgba4444, rgba5550, rgba5551, rgba5650, rgba8880, rgba8888, right,% + rightindent, rightmousedown, rightmouseup, rollover, romanlingo,% + rootlock, rootnode, rotate, rotation, rotationreset, rtf, runmode,% + runpropertydialog, safeplayer, samplecount, samplerate, samplesize,% + save, savedlocal, savemovie, scale, scalemode, score, scorecolor,% + scoreselection, script, scriptexecutionstyle, scriptinstancelist,% + scriptlist, scriptnum, scriptsenabled, scripttext, scripttype,% + scrollbyline, scrollbypage, scrolltop, sds, searchcurrentfolder,% + searchpath, searchpaths, seconds, selectedtext, selection, selend,% + selstart, sendallsprites, sendevent, sendnetmessage, sendsprite,% + serialnumber, setalpha, setaprop, setat, setcollisioncallback,% + setflashproperty, setnetbufferlimits, setnetmessagehandler, setpixel,% + setplaylist, setpref, setprop, setscriptlist, settrackenabled,% + setvariable, shader, shaderlist, shadowpercentage, shadowstrength,% + shapetype, shiftdown, shininess, shockwave3d, short, showglobals,% + showlocals, showprops, showresfile, showxlib, shutdown, silhouettes,% + sin, size, sizerange, skew, sleep, smoothness, sort, sound, soundbusy,% + soundchannel, sounddevice, sounddevicelist, soundenabled,% + soundkeepdevice, soundlevel, soundmixmedia, source, sourcerect, space,% + specular, specularcolor, specularlightmap, sphere, spotangle,% + spotdecay, sprite, spritenum, spritespacetoworldspace, sqrt, stage,% + stagebottom, stagecolor, stageleft, stageright, stagetoflash, stagetop,% + standard, startangle, startframe, startmovie, starttime, starttimer,% + state, static, status, stepframe, stilldown, stop, stopevent,% + stopmovie, stoptime, stream, streammode, streamname, streamsize,% + streamstatus, string, stringp, strokecolor, strokewidth, style,% + subdivision, sweep, swing, switchcolordepth, symbol, symbolp,% + systemdate, tab, tabcount, tabs, tan, target, tellstreamstatus,% + tension, text, texture, texturecoordinatelist, texturecoordinates,% + texturelayer, texturelist, texturemember, texturemode, texturemodelist,% + texturerenderformat, texturerepeat, texturerepeatlist,% + texturetransform, texturetransformlist, texturetype, thumbnail, ticks,% + tilt, time, timeout, timeouthandler, timeoutkeydown, timeoutlapsed,% + timeoutlength, timeoutlist, timeoutmouse, timeoutplay, timeoutscript,% + timer, timescale, title, titlevisible, toon, top, topcap, topradius,% + topspacing, trace, traceload, tracelogfile, trackcount, trackenabled,% + tracknextkeytime, tracknextsampletime, trackpreviouskeytime,% + trackprevioussampletime, trackstarttime, trackstoptime, tracktext,% + tracktype, trails, transform, transitiontype, translate,% + triggercallback, trimwhitespace, tunneldepth, tweened, tweenmode, type,% + [transparent], union, unload, unloadmember, unloadmovie,% + unregisterallevents, update, updateframe, updatelock,% + updatemovieenabled, updatestage, url, usealpha, usediffusewithtexture,% + usefastquads, usehypertextstyles, uselineoffset, userdata, username,% + value, vector, version, vertex, vertexlist, vertices, video,% + videoforwindowspresent, viewh, viewpoint, viewscale, viewv, visibility,% + visible, void, voidp, volume, volumeinfo, wait, waitfornetconnection,% + warpmode, width, widthvertices, wind, window, windowlist,% + windowpresent, windowtype, word, wordwrap, world, worldposition,% + worldspacetospritespace, worldtransform, wraptransform,% + wraptransformlist, write, writevalue, xaxis, xtra, xtralist, xtras,% + yaxis, year, yon, zaxis, zoombox, zoomwindow, repeat, Conditional,% + Boolean, TypeDef, Statement, Operator, String, Comment, Identifier,% + Special, x, y, z},% + sensitive=false,% + morecomment=[l]{--},% + morestring=[b]",% +}[keywords,comments,strings]% \lst@definelanguage{LLVM}{% morekeywords={% ret,br,switch,indirectbr,invoke,resume,unreachable,% @@ -867,78 +888,86 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},% morestring=[b]',% literate={~}{{$\sim$}}{1} {^}{$\wedge$}{1},% }[keywords,directives,comments,strings]% -\lst@definelanguage{PL/I}% - {morekeywords={ABS,ATAN,AUTOMATIC,AUTO,ATAND,BEGIN,BINARY,BIN,BIT,% - BUILTIN,BY,CALL,CHARACTER,CHAR,CHECK,COLUMN,COL,COMPLEX,CPLX,% - COPY,COS,COSD,COSH,DATA,DATE,DECIMAL,DEC,DECLARE,DCL,DO,EDIT,% - ELSE,END,ENDFILE,ENDPAGE,ENTRY,EXP,EXTERNAL,EXT,FINISH,FIXED,% - FIXEDOVERFLOW,FOFL,FLOAT,FORMAT,GET,GO,GOTO,IF,IMAG,INDEX,% - INITIAL,INIT,INTERNAL,INT,LABEL,LENGTH,LIKE,LINE,LIST,LOG,LOG2,% - LOG10,MAIN,MAX,MIN,MOD,NOCHECK,NOFIXEDOVERFLOW,NOFOFL,NOOVERFLOW,% - NOOFL,NOSIZE,NOUNDERFLOW,NOUFL,NOZERODIVIDE,NOZDIV,ON,OPTIONS,% - OVERFLOW,OFL,PAGE,PICTURE,PROCEDURE,PROC,PUT,READ,REPEAT,RETURN,% - RETURNS,ROUND,SIN,SIND,SINH,SIZE,SKIP,SQRT,STATIC,STOP,STRING,% - SUBSTR,SUM,SYSIN,SYSPRINT,TAN,TAND,TANH,THEN,TO,UNDERFLOW,UFL,% - VARYING,WHILE,WRITE,ZERODIVIDE,ZDIV},% - sensitive=f,% - morecomment=[s]{/*}{*/},% - morestring=[d]'% - }[keywords,comments,strings]% +\lst@definelanguage{PL/I}{% + morekeywords={ABS, ATAN, AUTOMATIC, AUTO, ATAND, BEGIN, BINARY, BIN, BIT,% + BUILTIN, BY, CALL, CHARACTER, CHAR, CHECK, COLUMN, COL, COMPLEX, CPLX,% + COPY, COS, COSD, COSH, DATA, DATE, DECIMAL, DEC, DECLARE, DCL, DO,% + EDIT, ELSE, END, ENDFILE, ENDPAGE, ENTRY, EXP, EXTERNAL, EXT, FINISH,% + FIXED, FIXEDOVERFLOW, FOFL, FLOAT, FORMAT, GET, GO, GOTO, IF, IMAG,% + INDEX, INITIAL, INIT, INTERNAL, INT, LABEL, LENGTH, LIKE, LINE, LIST,% + LOG, LOG2, LOG10, MAIN, MAX, MIN, MOD, NOCHECK, NOFIXEDOVERFLOW,% + NOFOFL, NOOVERFLOW, NOOFL, NOSIZE, NOUNDERFLOW, NOUFL, NOZERODIVIDE,% + NOZDIV, ON, OPTIONS, OVERFLOW, OFL, PAGE, PICTURE, PROCEDURE, PROC,% + PUT, READ, REPEAT, RETURN, RETURNS, ROUND, SIN, SIND, SINH, SIZE, SKIP,% + SQRT, STATIC, STOP, STRING, SUBSTR, SUM, SYSIN, SYSPRINT, TAN, TAND,% + TANH, THEN, TO, UNDERFLOW, UFL, VARYING, WHILE, WRITE, ZERODIVIDE,% + ZDIV},% + sensitive=f,% + morecomment=[s]{/*}{*/},% + morestring=[d]'% +}[keywords,comments,strings]% %% %% PostScript language definition (c) 2005 Christophe Jorssen. %% \lst@definelanguage{PostScript}{% - morekeywords={abs,add,aload,anchorsearch,and,arc,arcn,arct,arcto,array,ashow, - astore,atan,awidthshow,begin,bind,bitshift,bytesavailable,cachestatus, - ceiling,charpath,clear,cleartomark,cleardictstack,clip,clippath,closefile, - closepath,colorimage,concat,concatmatrix,condition,copy,copypage,cos,count, - countdictstack,countexecstack,counttomark,cshow,currentblackgeneration, - currentcacheparams,currentcmykcolor,currentcolor,currentcolorrendering, - currentcolorscreen,currentcolorspace,currentcolortransfer,currentcontext, - currentdash,currentdevparams,currentdict,currentfile,currentflat,currentfont, - currentglobal,currentgray,currentgstate,currenthalftone,currenthalftonephase, - currenthsbcolor,currentlinecap,currentlinejoin,currentlinewidth,currentmatrix, - currentmiterlimit,currentobjectformat,currentpacking,currentpagedevice, - currentpoint,currentrgbcolor,currentscreen,currentshared,currentstrokeadjust, - currentsystemparams,currenttransfer,currentundercolorremoval,currentuserparams, - curveto,cvi,cvlit,cvn,cvr,cvrs,cvs,cvx,def,defaultmatrix,definefont, - defineresource,defineusername,defineuserobject,deletefile,detach,deviceinfo, - dict,dictstack,div,dtransform,dup, - echo,eexec,end,eoclip,eofill,eoviewclip,eq,erasepage,errordict,exch,exec, - execform,execstack,execuserobject,executeonly,executive,exit, - exp,false,file,filenameforall,fileposition,fill,filter,findencoding,findfont, - findresource,flattenpath,floor,flush,flushfile,FontDirectory,for,forall,fork,ge, - get,getinterval,globaldict,GlobalFontDirectory,glyphshow,grestore,grestoreall, - gsave,gstate,gt,identmatrix,idiv,idtransform,if,ifelse,image, - imagemask,index,ineofill,infill,initclip,initgraphics,initmatrix,initviewclip, - instroke,internaldict,inueofill,inufill,inustroke, - invertmatrix,ISOLatin1Encoding,itransform,join,kshow, - known,languagelevel,le,length,lineto,ln,load,lock,log,loop,lt, - makefont,makepattern,mark,matrix,maxlength,mod,monitor,moveto,mul,ne,neg, - newpath,noaccess,not,notify,null,nulldevice,or,packedarray, - pathbbox,pathforall,pop,print,printobject,product,prompt,pstack,put,putinterval, - quit,rand,rcurveto,read,readhexstring,readline,readonly,readstring, - realtime,rectclip,rectfill,rectstroke,rectviewclip,renamefile,repeat,resetfile, - resourceforall,resourcestatus,restore,reversepath,revision,rlineto,rmoveto,roll, - rootfont,rotate,round,rrand,run,save,scale,scalefont,scheck,search,selectfont, - serialnumber,setbbox,setblackgeneration,setcachedevice,setcachedevice2, - setcachelimit,setcacheparams,setcharwidth,setcmykcolor,setcolor, - setcolorrendering,setcolorscreen,setcolorspace,setcolortransfer,setdash, - setdevparams,setfileposition,setflat,setfont,setglobal,setgray,setgstate, - sethalftone,sethalftonephase,sethsbcolor,setlinecap,setlinejoin,setlinewidth, - setmatrix,setmiterlimit,setobjectformat,setoverprint,setpacking,setpagedevice, - setpattern,setrgbcolor,setscreen,setshared,setstrokeadjust,setsystemparams, - settransfer,setucacheparams,setundercolorremoval,setuserparams,setvmthreshold, - shareddict,show,showpage,sin,sqrt,srand,stack, - StandardEncoding,start,startjob,status,statusdict,stop,stopped,store,string, - stringwidth,stroke,strokepath,sub,systemdict,transform, - translate,true,truncate,type,token,uappend,ucache,ucachestatus, - ueofill,ufill,undef, - upath,userdict,UserObjects, - usertime,ustroke,ustrokepath,version,viewclip,viewclippath,vmreclaim, - vmstatus,wait,wcheck,where,widthshow,write,writehexstring,writeobject, - writestring,wtranslation,xcheck,xor,xshow,xyshow,yield,yshow}, - sensitive, + morekeywords={abs, add, aload, anchorsearch, and, arc, arcn, arct, arcto,% + array, ashow, astore, atan, awidthshow, begin, bind, bitshift,% + bytesavailable, cachestatus, ceiling, charpath, clear, cleartomark,% + cleardictstack, clip, clippath, closefile, closepath, colorimage,% + concat, concatmatrix, condition, copy, copypage, cos, count,% + countdictstack, countexecstack, counttomark, cshow,% + currentblackgeneration, currentcacheparams, currentcmykcolor,% + currentcolor, currentcolorrendering, currentcolorscreen,% + currentcolorspace, currentcolortransfer, currentcontext, currentdash,% + currentdevparams, currentdict, currentfile, currentflat, currentfont,% + currentglobal, currentgray, currentgstate, currenthalftone,% + currenthalftonephase, currenthsbcolor, currentlinecap, currentlinejoin,% + currentlinewidth, currentmatrix, currentmiterlimit,% + currentobjectformat, currentpacking, currentpagedevice, currentpoint,% + currentrgbcolor, currentscreen, currentshared, currentstrokeadjust,% + currentsystemparams, currenttransfer, currentundercolorremoval,% + currentuserparams, curveto, cvi, cvlit, cvn, cvr, cvrs, cvs, cvx, def,% + defaultmatrix, definefont, defineresource, defineusername,% + defineuserobject, deletefile, detach, deviceinfo, dict, dictstack, div,% + dtransform, dup, echo, eexec, end, eoclip, eofill, eoviewclip, eq,% + erasepage, errordict, exch, exec, execform, execstack, execuserobject,% + executeonly, executive, exit, exp, false, file, filenameforall,% + fileposition, fill, filter, findencoding, findfont, findresource,% + flattenpath, floor, flush, flushfile, FontDirectory, for, forall, fork,% + ge, get, getinterval, globaldict, GlobalFontDirectory, glyphshow,% + grestore, grestoreall, gsave, gstate, gt, identmatrix, idiv,% + idtransform, if, ifelse, image, imagemask, index, ineofill, infill,% + initclip, initgraphics, initmatrix, initviewclip, instroke,% + internaldict, inueofill, inufill, inustroke, invertmatrix,% + ISOLatin1Encoding, itransform, join, kshow, known, languagelevel, le,% + length, lineto, ln, load, lock, log, loop, lt, makefont, makepattern,% + mark, matrix, maxlength, mod, monitor, moveto, mul, ne, neg, newpath,% + noaccess, not, notify, null, nulldevice, or, packedarray, pathbbox,% + pathforall, pop, print, printobject, product, prompt, pstack, put,% + putinterval, quit, rand, rcurveto, read, readhexstring, readline,% + readonly, readstring, realtime, rectclip, rectfill, rectstroke,% + rectviewclip, renamefile, repeat, resetfile, resourceforall,% + resourcestatus, restore, reversepath, revision, rlineto, rmoveto, roll,% + rootfont, rotate, round, rrand, run, save, scale, scalefont, scheck,% + search, selectfont, serialnumber, setbbox, setblackgeneration,% + setcachedevice, setcachedevice2, setcachelimit, setcacheparams,% + setcharwidth, setcmykcolor, setcolor, setcolorrendering,% + setcolorscreen, setcolorspace, setcolortransfer, setdash, setdevparams,% + setfileposition, setflat, setfont, setglobal, setgray, setgstate,% + sethalftone, sethalftonephase, sethsbcolor, setlinecap, setlinejoin,% + setlinewidth, setmatrix, setmiterlimit, setobjectformat, setoverprint,% + setpacking, setpagedevice, setpattern, setrgbcolor, setscreen,% + setshared, setstrokeadjust, setsystemparams, settransfer,% + setucacheparams, setundercolorremoval, setuserparams, setvmthreshold,% + shareddict, show, showpage, sin, sqrt, srand, stack, StandardEncoding,% + start, startjob, status, statusdict, stop, stopped, store, string,% + stringwidth, stroke, strokepath, sub, systemdict, transform, translate,% + true, truncate, type, token, uappend, ucache, ucachestatus, ueofill,% + ufill, undef, upath, userdict, UserObjects, usertime, ustroke,% + ustrokepath, version, viewclip, viewclippath, vmreclaim, vmstatus,% + wait, wcheck, where, widthshow, write, writehexstring, writeobject,% + writestring, wtranslation, xcheck, xor, xshow, xyshow, yield, yshow},% + sensitive,% morecomment=[l]\%}[keywords,comments] %% %% Promela definition (c) 2004 William Thimbleby @@ -961,13 +990,13 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},% {morekeywords={% begin,end,definecolor,multido,% KillGlue,DontKillGlue,pslbrace,bsrbrace,psscalebox,psset,pstVerb,pstverb,% - pst@def,,psframebox,psclip,endclip,endpspicture,psframe, + pst@def,psframebox,psclip,endclip,endpspicture,psframe,% %% pspicture,% multirput,multips,Rput,rput,uput,cput,lput,% - newrgbcolor,newgray,newcmykcolor, + newrgbcolor,newgray,newcmykcolor,% %% %% pstricks-add - psStep,psgraph,psbrace,psPrintValue, + psStep,psgraph,psbrace,psPrintValue,% %% %% pst-plot psvlabel,pshlabel,psplot,psline,pscustom,pscurve,psccurve,% @@ -978,15 +1007,15 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},% psgrid,pscircle,pscirclebox,psdiabox,pstribox,% newpsfontdot,psdot,psdots,% pspolygon,psdiamond,psoval,pstriangle,% - psarc,psarcn,psellipticarc,psellipticarcn,pswedge,psellipticwedge, + psarc,psarcn,psellipticarc,psellipticarcn,pswedge,psellipticwedge,% pcline,pcdiag,pcdiagg,pccurve,pccurve,pcecurve,% scalebox,scaleboxto,psmathboxtrue,everypsbox,psverbboxtrue,overlaybox,% psoverlay,putoverlaybox,% newpsstyle,newpsobject,% - moveto,newpath,closepath,stroke,fill,gsave,grestore,msave,mrestore,translate,scale,% - swapaxes,rotate,openshadow,closedshadow,movepath,lineto,rlineto,curveto,rcurveto,% - code,dim,coor,rcoor,file,arrows,setcolor,% - rotateleft,rotateright,rotatedown,% + moveto,newpath,closepath,stroke,fill,gsave,grestore,msave,mrestore,% + translate,scale,swapaxes,rotate,openshadow,closedshadow,movepath,% + lineto,rlineto,curveto,rcurveto,code,dim,coor,rcoor,file,arrows,% + setcolor,rotateleft,rotateright,rotatedown,% %% %% pst-node nput,naput,nbput,ncput,% @@ -1001,50 +1030,54 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},% skiplevel,skiplevels,endskiplevels,tspace,tlput,% %% %% pst-text - pscharpath,pstextpath, + pscharpath,pstextpath,% %% %% pst-barcode - psbarcode, + psbarcode,% %% %% pst-coil - psboxfill,pscoil,psCoil,pszigzag,nccoil, - psshadow,pstilt,psTilt,ThreeDput, + psboxfill,pscoil,psCoil,pszigzag,nccoil,% + psshadow,pstilt,psTilt,ThreeDput,% %% %% pst-gr3d PstGridThreeDNodeProcessor,% %% %% pst-vue3d - PstGridThreeD, - AxesThreeD,LineThreeD,DieThreeD,FrameThreeD,SphereCircleThreeD,SphereMeridienThreeD, - QuadrillageThreeD,TetraedreThreeD,PyramideThreeD,ConeThreeD,CylindreThreeD, - DodecahedronThreeD,ConeThreeD,SphereThreeD,SphereInverseThreeD,DemiSphereThreeD, - SphereCreuseThreeD,SphereCircledThreeD,PortionSphereThreeD,pNodeThreeD,CubeThreeD,% + PstGridThreeD,% + AxesThreeD,LineThreeD,DieThreeD,FrameThreeD,SphereCircleThreeD,% + SphereMeridienThreeD,QuadrillageThreeD,TetraedreThreeD,% + PyramideThreeD,ConeThreeD,CylindreThreeD,DodecahedronThreeD,% + ConeThreeD,SphereThreeD,SphereInverseThreeD,DemiSphereThreeD,% + SphereCreuseThreeD,SphereCircledThreeD,PortionSphereThreeD,% + pNodeThreeD,CubeThreeD,% %% %% pst-3dplot - pstThreeDCoor,pstThreeDDot,pstThreeDTriangle,pstThreeDCircle,pstPlanePut,% - pstThreeDBox,pstThreeDEllipse,pstThreeDLine,pstThreeDPut,% - pstThreeDNode,pstThreeDSquare,psplotThreeD,parametricplotThreeD,fileplotThreeD,% - dataplotThreeD,pstScalePoints,% + pstThreeDCoor, pstThreeDDot, pstThreeDTriangle, pstThreeDCircle,% + pstPlanePut, pstThreeDBox, pstThreeDEllipse, pstThreeDLine,% + pstThreeDPut, pstThreeDNode, pstThreeDSquare, psplotThreeD,% + parametricplotThreeD, fileplotThreeD, dataplotThreeD,% + pstScalePoints,% %% %% pst-circ - resistor,battery,Ucc,Icc,capacitor,coil,diode,Zener,LED,lamp,switch,wire,tension, - circledipole,multidipole,OA,transistor,Tswitch,potentiometer,transformer, - optoCoupler,logic, + resistor,battery,Ucc,Icc,capacitor,coil,diode,Zener,LED,lamp,switch,% + wire,tension,circledipole,multidipole,OA,transistor,Tswitch,% + potentiometer,transformer,optoCoupler,logic,% %% %% pst-eucl - pstTriangle,pstMediatorAB,pstInterLL,pstMiddleAB,pstProjection,pstCircleOA,pstLineAB,% + pstTriangle,pstMediatorAB,pstInterLL,pstMiddleAB,pstProjection,% + pstCircleOA,pstLineAB,% %% %% pst-func psBessel,psPolynomial,psFourier,psGaussI,psGauss,psSi,pssi,psCi,psci,% %% %% pst-infixplot - psPlot, + psPlot,% %% %% pst-ob3d - PstDie,PstCube, + PstDie,PstCube,% %% %% pst-poly - PstPolygon,pspolygonbox, + PstPolygon,pspolygonbox,% %% %% pst-bar psbarchart,readpsbardata,psbarscale,newpsbarstyle,% @@ -1062,7 +1095,7 @@ otherkeywords={=,=>,<-,<\%,<:,>:,\#,@},% node,imark,fmark,rmark,drawqbpedge,drawedge,drawloop,% %% %% pst-labo - Distillation,Ballon, + Distillation,Ballon,% %% %% pst-optic lens,Transform,% @@ -1160,7 +1193,8 @@ literate=% {-\\}{$\lambda$}{1}%% {->}{$\rightarrow$}{1}%% {-m->}{{\mbox{$\rightarrow \hspace{-2.5\lst@width} _{m}\;$}}}{1}% -{-~m->}{{\mbox{$\stackrel{\sim}{\mbox{$\rightarrow\hspace{-2.5\lst@width} _{m}\;$}}$}}}{1}% +{-~m->}{{\mbox{$\stackrel{\sim}{\mbox{$\rightarrow% + \hspace{-2.5\lst@width} _{m}\;$}}$}}}{1}% {-~->}{{\mbox{$\stackrel{\sim}{\rightarrow}$}}}{1}%% {-set}{\bf{-set}}{4}%% {-list}{{$^{\ast}$}}{1}%% @@ -1371,25 +1405,25 @@ literate=% morestring=[d]",% morestring=[d]'% 2001 Robert Denham }% -\lst@definelanguage{SAS}% - {procnamekeys={proc},% - morekeywords={DATA,AND,OR,NOT,EQ,GT,LT,GE,LE,NE,INFILE,INPUT,DO,BY,% - TO,SIN,COS,OUTPUT,END,PLOT,RUN,LIBNAME,VAR,TITLE,FIRSTOBS,OBS,% - DELIMITER,DLM,EOF,ABS,DIM,HBOUND,LBOUND,MAX,MIN,MOD,SIGN,SQRT,% - CEIL,FLOOR,FUZZ,INT,ROUND,TRUNC,DIGAMMA,ERF,ERFC,EXP,GAMMA,% - LGAMMA,LOG,LOG2,LOG10,ARCOS,ARSIN,ATAN,COSH,SINH,TANH,TAN,% - POISSON,PROBBETA,PROBBNML,PROBCHI,PROBF,PROBGAM,PROBHYPR,% - PROBNEGB,PROBNORM,PROBT,BETAINV,CINV,FINV,GAMINV,PROBIT,TINV,CSS,% - CV,KURTOSIS,MEAN,NMISS,RANGE,SKEWNESS,STD,STDERR,SUM,USS,NORMAL,% - RANBIN,RANCAU,RANEXP,RANGAM,RANNOR,RANPOI,RANTBL,RANTRI,RANUNI,% - UNIFORM,IF,THEN,ELSE,WHILE,UNTIL,DROP,KEEP,LABEL,DEFAULT,ARRAY,% - MERGE,CARDS,CARDS4,PUT,SET,UPDATE,ABORT,DELETE,DISPLAY,LIST,% - LOSTCARD,MISSING,STOP,WHERE,ARRAY,DROP,KEEP,WINDOW,LENGTH,RENAME,% - RETAIN,MEANS,UNIVARIATE,SUMMARY,TABULATE,CORR,FREQ,FOOTNOTE,NOTE,% - SHOW},% - otherkeywords={!,!=,~,$,*,\&,_,/,<,>=,=<,>},% - morestring=[d]'% - }[keywords,comments,strings,procnames]% +\lst@definelanguage{SAS}{% + procnamekeys={proc},% + morekeywords={DATA, AND, OR, NOT, EQ, GT, LT, GE, LE, NE, INFILE, INPUT,% + DO, BY, TO, SIN, COS, OUTPUT, END, PLOT, RUN, LIBNAME, VAR, TITLE,% + FIRSTOBS, OBS, DELIMITER, DLM, EOF, ABS, DIM, HBOUND, LBOUND, MAX, MIN,% + MOD, SIGN, SQRT, CEIL, FLOOR, FUZZ, INT, ROUND, TRUNC, DIGAMMA, ERF,% + ERFC, EXP, GAMMA, LGAMMA, LOG, LOG2, LOG10, ARCOS, ARSIN, ATAN, COSH,% + SINH, TANH, TAN, POISSON, PROBBETA, PROBBNML, PROBCHI, PROBF, PROBGAM,% + PROBHYPR, PROBNEGB, PROBNORM, PROBT, BETAINV, CINV, FINV, GAMINV,% + PROBIT, TINV, CSS, CV, KURTOSIS, MEAN, NMISS, RANGE, SKEWNESS, STD,% + STDERR, SUM, USS, NORMAL, RANBIN, RANCAU, RANEXP, RANGAM, RANNOR,% + RANPOI, RANTBL, RANTRI, RANUNI, UNIFORM, IF, THEN, ELSE, WHILE, UNTIL,% + DROP, KEEP, LABEL, DEFAULT, ARRAY, MERGE, CARDS, CARDS4, PUT, SET,% + UPDATE, ABORT, DELETE, DISPLAY, LIST, LOSTCARD, MISSING, STOP, WHERE,% + ARRAY, DROP, KEEP, WINDOW, LENGTH, RENAME, RETAIN, MEANS, UNIVARIATE,% + SUMMARY, TABULATE, CORR, FREQ, FOOTNOTE, NOTE, SHOW},% + otherkeywords={!,!=,~,$,*,\&,_,/,<,>=,=<,>},% + morestring=[d]'% +}[keywords,comments,strings,procnames]% \lst@definelanguage[AlLaTeX]{TeX}[LaTeX]{TeX}% {moretexcs={AtBeginDocument,AtBeginDvi,AtEndDocument,AtEndOfClass,% AtEndOfPackage,ClassError,ClassInfo,ClassWarning,% @@ -1612,9 +1646,9 @@ literate=% }[keywords,tex,comments]% %% %% Verilog definition (c) 2003 Cameron H. G. Wright <c.h.g.wright@ieee.org> -%% Based on the IEEE 1364-2001 Verilog HDL standard -%% Ref: S. Palnitkar, "Verilog HDL: A Guide to Digital Design and Synthesis," -%% Prentice Hall, 2003. ISBN: 0-13-044911-3 +%% Based on the IEEE 1364-2001 Verilog HDL standard +%% Ref: S. Palnitkar, "Verilog HDL: A Guide to Digital Design and Synthesis," +%% Prentice Hall, 2003. ISBN: 0-13-044911-3 %% \lst@definelanguage{Verilog}% {morekeywords={% reserved keywords diff --git a/Master/texmf-dist/tex/latex/listings/lstmisc.sty b/Master/texmf-dist/tex/latex/listings/lstmisc.sty index e17f21a7eb9..0fd0c697566 100644 --- a/Master/texmf-dist/tex/latex/listings/lstmisc.sty +++ b/Master/texmf-dist/tex/latex/listings/lstmisc.sty @@ -16,8 +16,8 @@ %% Send comments and ideas on the package, error reports and additional %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% -\def\filedate{2018/09/02} -\def\fileversion{1.7} +\def\filedate{2019/02/27} +\def\fileversion{1.8b} \ProvidesFile{lstmisc.sty} [\filedate\space\fileversion\space(Carsten Heinz)] \lst@CheckVersion\fileversion |