diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-14 18:06:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-14 18:06:52 +0000 |
commit | d4169644c581342b4c05a04b0c6b6ce02c83336a (patch) | |
tree | dde112c4bafe508c19ed840762b7850e4efe8aee /Build/source/extra/bibtex/bibtex.ins | |
parent | a5490576b8d9310bacaad84ac54b91ed6c1192be (diff) |
8-Dec-2010 update of all bibtex files to clarify license
git-svn-id: svn://tug.org/texlive/trunk@20740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra/bibtex/bibtex.ins')
-rw-r--r-- | Build/source/extra/bibtex/bibtex.ins | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Build/source/extra/bibtex/bibtex.ins b/Build/source/extra/bibtex/bibtex.ins deleted file mode 100644 index 9a9b4ecedd6..00000000000 --- a/Build/source/extra/bibtex/bibtex.ins +++ /dev/null @@ -1,52 +0,0 @@ -To get BibTeX running you should: make sure you have all files listed -below, read the overview section (the first page) of BTXDOC.TEX, and -(if needed) create or procure a BibTeX change file for your system so -you can Tangle and compile BibTeX. To test your implementation, -follow these simple steps (note: in what follows, the word `match' is -used loosely, because lines longer than 80 characters have been -broken manually in BTXDOC.AUX; thus, your system's file-compare -program may say the files are different even though they match): - -(A) Run BTXDOC.TEX through LaTeX. You'll get a bunch of LaTeX warning -messages, and LaTeX will produce a BTXDOC.AUX file that will NOT match -the supplied file of that name. NOTE: Don't let LaTeX "see" a copy of -the supplied BTXDOC.AUX or BTXDOC.BBL during this run. - -(B) Run BibTeX on the BTXDOC.AUX file created in step (A). BibTeX -will read in the supplied file BTXDOC.BIB. This run should produce -a BTXDOC.BBL file that matches the suppled file of the same name; -BibTeX will give one warning message (about chicago). - -(C) Run BTXDOC.TEX through LaTeX. Again, you'll get some LaTeX -warning messages, but this time LaTeX will produce a new BTXDOC.AUX -file that DOES match the supplied file of that name. This run will -read in the BTXDOC.AUX file produced in (A) and the BTXDOC.BBL file -produced in step (B). - -(D) Run BTXDOC.TEX through LaTeX. By reading the new BTXDOC.AUX file, -LaTeX will produce no warning messages, and you should get another -matching copy of the BTXDOC.AUX file. - -IMPORTANT NOTE: After you get BibTeX running you should make sure that -all the documentation files listed below are available on your system, -and you should state in the _Local Guide_ exactly how to access them. - -Here are BibTeX-related files in this directory: - - -BIBTEX.INS this file -BIBTEX.WEB the WEB source file for BibTeX -BTXDOC.TEX documentation, and also sample input for BibTeX implementors -BTXHAK.TEX documentation for style designers -BTXDOC.BIB the bibliography database file for BTXDOC.TEX -BTXDOC.BBL a file for comparing your implementation's output -BTXDOC.AUX another -XAMPL.BIB a database file with an example of every standard entry type - - -BTXBST.DOC the documentation and template for the four standard - bibliography styles: -ABBRV.BST abbreviated -ALPHA.BST alphabetic -PLAIN.BST plain -UNSRT.BST unsorted |