summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-15 20:19:58 +0000
committerKarl Berry <karl@freefriends.org>2022-10-15 20:19:58 +0000
commit7614b6d9779116f7f3efad43609e9e3fd20d79da (patch)
treef7212c45a17f5c4b94997594a81b7674fbe2a112 /Master/texmf-dist/doc/man
parentebe59a3d758c0d9f851743e256ead7c4db07d3bc (diff)
bib2gls (15oct22)
git-svn-id: svn://tug.org/texlive/trunk@64710 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r--Master/texmf-dist/doc/man/man1/bib2gls.138
-rw-r--r--Master/texmf-dist/doc/man/man1/bib2gls.man1.pdfbin38355 -> 38869 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/convertgls2bib.14
-rw-r--r--Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdfbin28664 -> 27489 bytes
4 files changed, 37 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/man/man1/bib2gls.1 b/Master/texmf-dist/doc/man/man1/bib2gls.1
index 71c14c4da10..448bd6550ff 100644
--- a/Master/texmf-dist/doc/man/man1/bib2gls.1
+++ b/Master/texmf-dist/doc/man/man1/bib2gls.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
+.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "BIB2GLS 1"
-.TH BIB2GLS 1 "2021-11-06" "perl v5.32.1" "bib2gls"
+.TH BIB2GLS 1 "2022-10-09" "perl v5.34.1" "bib2gls"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -311,13 +311,20 @@ commands to protect against case-changing commands like \f(CW\*(C`\eGls\*(C'\fR.
The default is to do this for all fields. To do this for only a
subset of fields, set \fIfields\fR to a comma-separated list of fields
(e.g. \fBname,short,long\fR). The keyword \fBall\fR indicates all fields.
+.Sp
+If \fImfirstuc\fR v2.08+, \fIglossaries\fR v4.50+ and \fIglossaries-extra\fR v1.49+
+are detected, the default will be \fB\-\-no\-mfirstuc\-protection\fR
+as there should no longer be any need for this protection.
.IP "\fB\-\-no\-mfirstuc\-protection\fR" 4
.IX Item "--no-mfirstuc-protection"
Switch off the auto-insertion of an empty group for all fields.
.IP "\fB\-\-mfirstuc\-math\-protection\fR" 4
.IX Item "--mfirstuc-math-protection"
Switch on the auto-insertion of an empty group for math-shift (\f(CW\*(C`$\*(C'\fR).
-This option will be overridden by \fB\-\-no\-mfirstuc\-protection\fR.
+.Sp
+If \fImfirstuc\fR v2.08+, \fIglossaries\fR v4.50+ and \fIglossaries-extra\fR v1.49+
+are detected, the default will be \fB\-\-no\-mfirstuc\-math\-protection\fR
+as there should no longer be any need for this protection.
.IP "\fB\-\-no\-mfirstuc\-math\-protection\fR" 4
.IX Item "--no-mfirstuc-math-protection"
Switch off the auto-insertion of an empty group for math-shift (\f(CW\*(C`$\*(C'\fR).
@@ -347,6 +354,23 @@ Add \fBgroup\fR field to entries.
.IP "\fB\-\-no\-group\fR" 4
.IX Item "--no-group"
Don't add \fBgroup\fR field to entries (default).
+.IP "\fB\-\-record\-count\-rule\fR \fIrule\fR or \fB\-r\fR \fIrule\fR" 4
+.IX Item "--record-count-rule rule or -r rule"
+Sets the rule used by \fB\-\-record\-count\fR and \fB\-\-record\-count\-unit\fR.
+This option automatically implements \fB\-\-record\-count\fR.
+.Sp
+The \fIrule\fR may be: \f(CW\*(C`all\*(C'\fR or \f(CW\*(C`a\*(C'\fR (count all records),
+\&\f(CW\*(C`non\-ignored\*(C'\fR or \f(CW\*(C`n\*(C'\fR (count all non-ignored records),
+\&\f(CW\*(C`f/\*(C'\fR\fIregex\fR\f(CW\*(C`/\*(C'\fR (only count records where the format
+matches the regular expression \fIregex\fR),
+\&\f(CW\*(C`c/\*(C'\fR\fIregex\fR\f(CW\*(C`/\*(C'\fR (only count records where the counter name
+matches the regular expression \fIregex\fR),
+or \f(CW\*(C`f/\*(C'\fR\fIregex1\fR\f(CW\*(C`/c/\*(C'\fR\fIregex2\fR\f(CW\*(C`/\*(C'\fR\fIop\fR (only count records where the format
+matches the regular expression \fIregex1\fR and/or the counter name
+matches the regular expression \fIregex2\fR). The \fIop\fR part is
+optional. If present it may be one of: \f(CW\*(C`and\*(C'\fR (format \s-1AND\s0 counter
+must match), \f(CW\*(C`or\*(C'\fR (format \s-1OR\s0 counter must match). If \fIop\fR is
+omitted, \s-1AND\s0 is assumed.
.IP "\fB\-\-record\-count\fR or \fB\-c\fR" 4
.IX Item "--record-count or -c"
Add record count fields to entries.
@@ -397,6 +421,14 @@ Don't write \f(CW\*(C`\eprovideignoredglossary*\*(C'\fR to the \fI.glstex\fR fil
provide unknown glossaries except in documented situations
(\fBmaster\fR, \fBsecondary\fR and \fBtrigger-type\fR resource options).
This setting is the default.
+.IP "\fB\-\-replace\-quotes\fR" 4
+.IX Item "--replace-quotes"
+Replace single and double quote characters (\f(CW\*(C`\*(Aq\*(C'\fR and \f(CW\*(C`"\*(C'\fR) with
+\&\f(CW\*(C`\ebibglsaposchar\*(C'\fR and \f(CW\*(C`\ebibglsdoublequotechar\*(C'\fR in field values
+and group information written to the \fI.glstex\fR file.
+.IP "\fB\-\-no\-replace\-quotes\fR" 4
+.IX Item "--no-replace-quotes"
+Don't replace quote characters (default).
.SH "REQUIRES"
.IX Header "REQUIRES"
Java 7 or later and a TeX distribution.
diff --git a/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf b/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf
index f014d79769a..305a84c57f7 100644
--- a/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/convertgls2bib.1 b/Master/texmf-dist/doc/man/man1/convertgls2bib.1
index 72eb20f3cb5..36295b9a093 100644
--- a/Master/texmf-dist/doc/man/man1/convertgls2bib.1
+++ b/Master/texmf-dist/doc/man/man1/convertgls2bib.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
+.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "CONVERTGLS2BIB 1"
-.TH CONVERTGLS2BIB 1 "2020-02-11" "perl v5.32.1" "convertgls2bib"
+.TH CONVERTGLS2BIB 1 "2020-02-11" "perl v5.34.1" "convertgls2bib"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf b/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf
index d59449d4d7a..dd22dd91543 100644
--- a/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf
Binary files differ