summaryrefslogtreecommitdiff
path: root/macros/luatex/optex/base/cite-bib.opm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-05-22 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2020-05-22 03:00:58 +0000
commit9ed2be15b632f76247ead6f36a0cbc913057fa48 (patch)
tree0d9b466a92506d0b3b7ca0f9325ed22594fbaa12 /macros/luatex/optex/base/cite-bib.opm
parentdff9a257a451ee8437fa2f02ebac9bddd6bb8301 (diff)
CTAN sync 202005220300
Diffstat (limited to 'macros/luatex/optex/base/cite-bib.opm')
-rw-r--r--macros/luatex/optex/base/cite-bib.opm6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/luatex/optex/base/cite-bib.opm b/macros/luatex/optex/base/cite-bib.opm
index 44f8dee055..c756a619bd 100644
--- a/macros/luatex/optex/base/cite-bib.opm
+++ b/macros/luatex/optex/base/cite-bib.opm
@@ -25,7 +25,7 @@
\`\ecite` `[<label>]{<text>}` behaves like `\rcite [<label>]` but prints
<text> instead <bib-mark>. The <text> is hyperlinked like <bib-marks>
when `\cite` or `\rcite` is used.
- The emptpty internal macro \`\_savedcites` will include the `<bib-marks>` list to
+ The empty internal macro \`\_savedcites` will include the `<bib-marks>` list to
be printed. This list is set by `\_citeA` inside group and it is used by
`\_printsavedcites` in the same group. Each `\cite`/`\rcite`/`\ecite` macro
starts from empty list of <bib-marks> because new group is opened.
@@ -222,9 +222,9 @@
\_def \_bibskip {\_ifnum\_bibnum>0 \_smallskip \_fi}
\_doc -----------------------------
- The \`\usebib` command is implemted in `usebib.opm` file which is loaded
+ The \`\usebib` command is implemented in `usebib.opm` file which is loaded
when the `\usebib` command is firstly used.
- The `usebib.opm` file loads the `librarian.tex` for scaning the `.bib`
+ The `usebib.opm` file loads the `librarian.tex` for scanning the `.bib`
files. See the section~\ref[usebib], where the file `usebib.opm` is
documented.
\_cod -----------------------------