diff options
author | Norbert Preining <norbert@preining.info> | 2021-04-27 03:00:54 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-04-27 03:00:54 +0000 |
commit | 95b070aee1a6351879af117f723c84d50b48338d (patch) | |
tree | 214e27cd933a5d3216ef0d0db495cbca43415e3c /macros/optex/doc/optex-userdoc.tex | |
parent | 03117c94362b2fed2fd4aabe50f3106fbf1e0a70 (diff) |
CTAN sync 202104270300
Diffstat (limited to 'macros/optex/doc/optex-userdoc.tex')
-rw-r--r-- | macros/optex/doc/optex-userdoc.tex | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/macros/optex/doc/optex-userdoc.tex b/macros/optex/doc/optex-userdoc.tex index a70cedcf4d..9bcec7db1e 100644 --- a/macros/optex/doc/optex-userdoc.tex +++ b/macros/optex/doc/optex-userdoc.tex @@ -375,7 +375,7 @@ Hundreds math symbols and operators like in AMS\TeX/ are accessible. For example `\alpha` $\alpha$, `\geq`~$\geq$, `\sum` $\sum$, `\sphericalangle` $\sphericalangle$, `\bumpeq`, $\bumpeq$. See AMS\TeX/ manual or -\ulink[http://petr.olsak.net/ftp/olsak/optex/optex-math.pdf] +\ulink[http://petr.olsak.net/ftp/olsak/optex/optex-math.pdf\#ref:objects] {Typesetting Math with \OpTeX/} for complete list of math symbols. The following math alphabets are available: @@ -1309,6 +1309,29 @@ nothing. It tells only that the mentioned bib-record should be printed in the reference list. If \^`\nocite[*]` is used then all records from <bib-base> are printed. +You can create more independent lists of references (you are creating proceedings, +for example). Use \^`\bibpart` `{<name>}` to set the scope where \~`\cite`s +and references list are printed (and interconnected) independent of another +parts of your document. The \~`\cite` labels used in different parts can be +the same and they are not affected. References lists can be created manualy +by \^`\bib` or from a database by `\usebib`. +Example: + +\begtt \typosize[10/12] +\bibpart {AA} +...\cite[labelX] ... \cite[labelY] ... % They belong to AA bib-list +\usebib/c (simple) file.bib % generates AA bib-list numbered 1, 2, ... + % \cite prints [1], [2], ... by bib-list AA +\bibpart {BB} +...\cite[labelZ] ... \cite[labelX] ... % They belong to BB bib-list +\bibnum=0 \usebib/c (simple) my.bib % generates BB bib-list numbered 1, 2, ... + % \cite prints [1], [2], ... by bib-list BB +\endtt +% +By default, \^`\bibpart` is empty. So \~`\cite`s and the references list are conneted +using this empty internal name. + + \sec Graphics %%%%%%%%%%%%% |