diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-27 13:34:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-27 13:34:03 +0000 |
commit | 60b6bdc7cad5409422b39769269b516354b23025 (patch) | |
tree | 84a4ddd0f2d61f7821785df292a2ac38f86676b9 /Master/texmf-dist/tex/optex/base/parameters.opm | |
parent | 59f44df29bcc61c07c569ff2a8fe6fae91cf1d73 (diff) |
optex (26apr21)
git-svn-id: svn://tug.org/texlive/trunk@59000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/optex/base/parameters.opm')
-rw-r--r-- | Master/texmf-dist/tex/optex/base/parameters.opm | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/optex/base/parameters.opm b/Master/texmf-dist/tex/optex/base/parameters.opm index c8df6eec491..e03bef6ef36 100644 --- a/Master/texmf-dist/tex/optex/base/parameters.opm +++ b/Master/texmf-dist/tex/optex/base/parameters.opm @@ -1,6 +1,6 @@ %% This is part of the OpTeX project, see http://petr.olsak.net/optex -\_codedecl \normalbaselineskip {Parameter settings <2020-03-17>} % preloaded in format +\_codedecl \normalbaselineskip {Parameter settings <2021-04-13>} % preloaded in format \_doc ----------------------------- \secc Primitive registers @@ -335,11 +335,17 @@ processed after style file is loaded and before printing bib-entries. You can re-define a behavior of the style file here or you can modify the more declaration for printing (fonts, baselineskip, etc.) or you can - define specific macros used in your `.bib` file. + define specific macros used in your `.bib` file.\nl + The \`\biboptions` is used in the `iso690` bib-style for global options, + see section~\ref[isobib].\nl + The \`\bibpart` saves the name of bib-list if there are more bib-lists in + single document, see section~\ref[bib]. \_cod ----------------------------- \_newtoks\_bibtexhook -\_public \bibtexhook ; +\_newtoks\_biboptions +\_newtoks\_bibpart +\_public \bibtexhook \biboptions \bibpart ; \_doc ----------------------------- \`\everycapitonf` is used before printing caption in figures and @@ -584,5 +590,7 @@ a register then \OpTeX/ macros still work without change. \_endinput History: +2021-04-13 ... \bibpart added +2021-04-07 ... \biboptions added, bug from iso690 fixed 2020-04-04 ... \tabspaces added 2020-04-03 ... \hicolors added |