diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-09 21:12:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-09 21:12:13 +0000 |
commit | f045c845b375ad542c179c558976fbeca4b8fa2c (patch) | |
tree | 7001454578e439b73703eb398a4846a3206a5587 /Master/texmf-dist/doc/optex | |
parent | 749499e349b826a6ad64e0ccd129eb88943df3d6 (diff) |
optex (9mar23)
git-svn-id: svn://tug.org/texlive/trunk@66496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/optex')
-rw-r--r-- | Master/texmf-dist/doc/optex/base/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/optex/base/optex-doc.pdf | bin | 1505109 -> 1510893 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/optex/base/optex-doc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/optex/base/optex-userdoc.tex | 3 |
4 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/optex/base/README b/Master/texmf-dist/doc/optex/base/README index 36c2c98bb18..220e29fa5fb 100644 --- a/Master/texmf-dist/doc/optex/base/README +++ b/Master/texmf-dist/doc/optex/base/README @@ -22,7 +22,11 @@ doc/ ... PDF version of the OpTeX documentation and sources. History: -<1.10> Feb 2022: +<1.11> Mar 2023: + \fontfamsub: the substitution of missing families introduced. + New font family files created. + Minor bugs fixed. +<1.10> Feb 2023: key-values improved: \iskv, \kvx, \nokvx introduced. unimath-codes: control sequences are macros, no \chardef. \bp, \expr: optional syntax for setting the number of digits after decimal point. diff --git a/Master/texmf-dist/doc/optex/base/optex-doc.pdf b/Master/texmf-dist/doc/optex/base/optex-doc.pdf Binary files differindex ed937d191ec..d3005140884 100644 --- a/Master/texmf-dist/doc/optex/base/optex-doc.pdf +++ b/Master/texmf-dist/doc/optex/base/optex-doc.pdf diff --git a/Master/texmf-dist/doc/optex/base/optex-doc.tex b/Master/texmf-dist/doc/optex/base/optex-doc.tex index bbb19e44f2d..4b0082ee352 100644 --- a/Master/texmf-dist/doc/optex/base/optex-doc.tex +++ b/Master/texmf-dist/doc/optex/base/optex-doc.tex @@ -21,7 +21,7 @@ \tit Format Based on Plain \TeX/ and OPmac\fnotemark1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\hfill Version 1.10 +\hfill Version 1.11 \centerline{\it Petr Olšák, 2020, 2021, 2022, 2023} diff --git a/Master/texmf-dist/doc/optex/base/optex-userdoc.tex b/Master/texmf-dist/doc/optex/base/optex-userdoc.tex index 937952079af..4ae414cfbc1 100644 --- a/Master/texmf-dist/doc/optex/base/optex-userdoc.tex +++ b/Master/texmf-dist/doc/optex/base/optex-userdoc.tex @@ -1062,7 +1062,7 @@ The \~`\begtt`...\~`\endtt` pair or \~`\verbinput` can be used for listings of codes. Automatic syntax highlighting is possible, for example `\begtt` \^`\hisyntax{C}` activates colors for C programs. Or `\verbinput` \^`\hisyntax{HTML} (-) file.html` can be used for HTML or XML codes. -\OpTeX/ implements C, Python, \TeX/, HTML and XML syntax highlighting. +\OpTeX/ implements C, Lua, Python, \TeX/, HTML and XML syntax highlighting. More languages can be declared, see the section~\ref[hisyntax]. If the code is read by \^`\verbinput` and there are comment lines prefixed @@ -1459,6 +1459,7 @@ by default, this means that the image files are searched in the current directory. Example: \^`\picdir={img/}` supposes that image files are in `img` subdirectory. Note: the directory name must end by `/` in the \^`\picdir` declaration. +More parameters can be inclued using the \^`\picparams` token list. Inkscape\fnote {A powerful and free Wysiwyg editor for creating vector graphics.} |