summaryrefslogtreecommitdiff
path: root/macros/luatex/optex/base/cite-bib.opm
diff options
context:
space:
mode:
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 -----------------------------