From 686cbaf84813e6e0ec950b0fb7ede9ed965cf5f6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Mar 2019 22:42:48 +0000 Subject: man: bibtex[8u] added, dvisvgm updated git-svn-id: svn://tug.org/texlive/trunk@50405 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/bibtex8.1 | 100 ++++++++++++++++++++++++ Master/texmf-dist/doc/man/man1/bibtex8.man1.pdf | Bin 0 -> 22950 bytes Master/texmf-dist/doc/man/man1/bibtexu.1 | 64 +++++++++++++++ Master/texmf-dist/doc/man/man1/bibtexu.man1.pdf | Bin 0 -> 20355 bytes Master/texmf-dist/doc/man/man1/dvisvgm.1 | 13 ++- Master/texmf-dist/doc/man/man1/dvisvgm.man1.pdf | Bin 86120 -> 86180 bytes 6 files changed, 173 insertions(+), 4 deletions(-) create mode 100644 Master/texmf-dist/doc/man/man1/bibtex8.1 create mode 100644 Master/texmf-dist/doc/man/man1/bibtex8.man1.pdf create mode 100644 Master/texmf-dist/doc/man/man1/bibtexu.1 create mode 100644 Master/texmf-dist/doc/man/man1/bibtexu.man1.pdf (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/man/man1/bibtex8.1 b/Master/texmf-dist/doc/man/man1/bibtex8.1 new file mode 100644 index 00000000000..4a5b66f3cbe --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/bibtex8.1 @@ -0,0 +1,100 @@ +.TH BIBTEX8 "1" "March 2019" "bibtex8 3.71" "User Commands" +.SH NAME +bibtex8 \- 8-bit Big BibTeX +.SH SYNOPSIS +.B bibtex8 +[\fIoptions\fR] \fIaux-file\fR +.SH DESCRIPTION +.PP +.B BibTeX8 +is an 8-bit implementation of BibTeX written in C. +It has been enhanced by adding the following features: +.PP +- "big" (32-bit) and customisable capacity +.PP +- flexible support for non-English languages using 8-bit character sets +.PP +.B BibTeX8 +accepts 8-bit characters in its input files, and writes 8-bit +characters to its output files. The character set is defined by an +external configuration file --- the Codepage and Sort order ("CS") file. +By default, it reads a specific CS file "88591lat.csf", which defines +ISO 8859-1 character set and its alphabetical sorting order including +accented characters. +.SH OPTIONS +.TP +\fB\-?\fR \fB\-\-help\fR +display some brief help text. +.TP +\fB\-7\fR \fB\-\-traditional\fR +operate in the original 7\-bit mode, no CS file used. +Only 7\-bit ASCII characters are supported, and they are +sorted by ASCII code value. +.TP +\fB\-8\fR \fB\-\-8bit\fR +force 8\-bit mode, no CS file used. +All 8\-bit characters (code > 127) are treated as letters, +and they are sorted by their code value. +.TP +\fB\-c\fR \fB\-\-csfile\fR FILE +read FILE as the BibTeX character set +and sort definition file. +Note that options \fB\-7\fR, \fB\-8\fR and \fB\-c\fR are exclusive. +.TP +\fB\-d\fR \fB\-\-debug\fR TYPE +report debugging information. TYPE is one +or more of all, csf, io, mem, misc, search. +.TP +\fB\-s\fR \fB\-\-statistics\fR +report internal statistics. +.TP +\fB\-t\fR \fB\-\-trace\fR +report execution tracing. +.TP +\fB\-v\fR \fB\-\-version\fR +report BibTeX version. +.TP +\fB\-B\fR \fB\-\-big\fR +set large BibTeX capacity. +.TP +\fB\-H\fR \fB\-\-huge\fR +set huge BibTeX capacity. +.TP +\fB\-W\fR \fB\-\-wolfgang\fR +set really huge BibTeX capacity for Wolfgang. +.TP +\fB\-M\fR \fB\-\-min_crossrefs\fR ## +set min_crossrefs to ##. +.TP +\fB\-\-mcites\fR ## +allow ## \ecites in the .aux files (deprecated). +.TP +\fB\-\-mentints\fR ## +allow ## integer entries in the .bib databases (deprecated). +.TP +\fB\-\-mentstrs\fR ## +allow ## string entries in the .bib databases (deprecated). +.TP +\fB\-\-mfields\fR ## +allow ## fields in the .bib databases (deprecated). +.TP +\fB\-\-mpool\fR ## +set the string pool to ## bytes (deprecated). +.TP +\fB\-\-mstrings\fR ## +allow ## unique strings. +.TP +\fB\-\-mwizfuns\fR ## +allow ## wizard functions (deprecated). +.SH SEE ALSO +More detailed description of +.B BibTeX8 +is available at $TEXMFDIST/doc/bibtex8/00readme.txt. +The syntax of Codepage and Sort order (CS) File can be found at +$TEXMFDIST/doc/bibtex8/csfile.txt. +.SH AUTHORS +.B BibTeX8 +was written by Niel Kempson and +Alejandro Aguilar-Sierra . +This manpage was written for TeX Live, based on the work +by Norbert Preining for Debian/GNU Linux. diff --git a/Master/texmf-dist/doc/man/man1/bibtex8.man1.pdf b/Master/texmf-dist/doc/man/man1/bibtex8.man1.pdf new file mode 100644 index 00000000000..0534d8171d2 Binary files /dev/null and b/Master/texmf-dist/doc/man/man1/bibtex8.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/bibtexu.1 b/Master/texmf-dist/doc/man/man1/bibtexu.1 new file mode 100644 index 00000000000..6c1f6aaed65 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/bibtexu.1 @@ -0,0 +1,64 @@ +.TH BIBTEXU "1" "March 2019" "bibtexu 3.71" "User Commands" +.SH NAME +bibtexu \- UTF-8 Big BibTeX +.SH SYNOPSIS +.B bibtexu +[\fIoptions\fR] \fIaux-file\fR +.SH DESCRIPTION +.PP +.B BibTeXu +is the Unicode-compliant version of BibTeX. +It is largely based on Niel Kempson's BibTeX8, and it provides +a better support for UTF-8 by integrating ICU library. Therefore, +.B BibTeXu +no longer requires the Codepage and Sort order ("CS") file; instead, +the method of sorting and case-changing can be controled via +command-line options. +.SH OPTIONS +.TP +\fB\-?\fR \fB\-\-help\fR +display some brief help text. +.TP +\fB\-d\fR \fB\-\-debug\fR TYPE +report debugging information. TYPE is one +or more of all, csf, io, mem, misc, search. +.TP +\fB\-s\fR \fB\-\-statistics\fR +report internal statistics. +.TP +\fB\-t\fR \fB\-\-trace\fR +report execution tracing. +.TP +\fB\-v\fR \fB\-\-version\fR +report BibTeX version. +.TP +\fB\-l\fR \fB\-\-language\fR LANG +use language LANG to convert strings to low case. +This argument is passed to ICU library. +.TP +\fB\-o\fR \fB\-\-location\fR LANG +use language LANG for sorting. +This argument is passed to ICU library. +.TP +\fB\-B\fR \fB\-\-big\fR +set large BibTeX capacity. +.TP +\fB\-H\fR \fB\-\-huge\fR +set huge BibTeX capacity. +.TP +\fB\-W\fR \fB\-\-wolfgang\fR +set really huge BibTeX capacity for Wolfgang. +.TP +\fB\-M\fR \fB\-\-min_crossrefs\fR ## +set min_crossrefs to ##. +.TP +\fB\-\-mstrings\fR ## +allow ## unique strings. +.SH SEE ALSO +More detailed description of +.B BibTeXu +is available at $TEXMFDIST/doc/bibtexu/README. +.SH AUTHORS +.B BibTeXu +was written by Yannis Haralambous and his students. +This manpage was written for TeX Live. diff --git a/Master/texmf-dist/doc/man/man1/bibtexu.man1.pdf b/Master/texmf-dist/doc/man/man1/bibtexu.man1.pdf new file mode 100644 index 00000000000..b26167f563c Binary files /dev/null and b/Master/texmf-dist/doc/man/man1/bibtexu.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/dvisvgm.1 b/Master/texmf-dist/doc/man/man1/dvisvgm.1 index 29973c7a633..e482b7bfa60 100644 --- a/Master/texmf-dist/doc/man/man1/dvisvgm.1 +++ b/Master/texmf-dist/doc/man/man1/dvisvgm.1 @@ -2,12 +2,12 @@ .\" Title: dvisvgm .\" Author: Martin Gieseking .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 01/15/2019 +.\" Date: 03/09/2019 .\" Manual: dvisvgm Manual -.\" Source: dvisvgm 2.6.2 +.\" Source: dvisvgm 2.6.3 .\" Language: English .\" -.TH "DVISVGM" "1" "01/15/2019" "dvisvgm 2\&.6\&.2" "dvisvgm Manual" +.TH "DVISVGM" "1" "03/09/2019" "dvisvgm 2\&.6\&.3" "dvisvgm Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -193,7 +193,12 @@ below for further information\&. .RS 4 By default, dvisvgm exclusively uses RGB values of the form \fI#RRGGBB\fR -to represent colors in the SVG file\&. According to the SVG standard, it\(cqs also possible to use color names (like +or +\fI#RGB\fR +to represent colors in the SVG file\&. The latter is a short form for colors whose RGB components each consist of two identical hex digits, e\&.g\&. +\fI#123\fR +equals +\fI#112233\fR\&. According to the SVG standard, it\(cqs also possible to use color names (like \fBblack\fR and \fBdarkblue\fR) for a limited number of predefined colors\&. In order to apply these color names rather than their RGB values, call dvisvgm with option diff --git a/Master/texmf-dist/doc/man/man1/dvisvgm.man1.pdf b/Master/texmf-dist/doc/man/man1/dvisvgm.man1.pdf index 6a47880f20b..8363df5c4cf 100644 Binary files a/Master/texmf-dist/doc/man/man1/dvisvgm.man1.pdf and b/Master/texmf-dist/doc/man/man1/dvisvgm.man1.pdf differ -- cgit v1.2.3