%% /u/ftp/pub/bibnet/journals/index, Mon Feb 10 11:44:07 1997 %% Edit by Nelson H. F. Beebe %% %% File extensions indicate the file contents: %% %% .bib BibTeX bibliography file %% .dvi TeX DVI file for the typeset bibliography %% .html HyperText Markup Language file, usually a translation %% of a BibTeX file to provide hypertext links %% .ltx LaTeX wrapper file for typesetting the bibliography %% .pdf.gz GNU gzip-compressed Adobe Acrobat Portable %% Document File created from the PostScript file %% .ps.gz GNU gzip-compressed PostScript file created from %% the .dvi file %% .sed UNIX sed script for converting old citation labels; %% this has been superceded by .sub files, because of %% capacity and speed limitations of sed. %% .sok spelling exception dictionary for .bib file %% .sub citation label substitution file for citesub (use %% for converting old (La)TeX files to new labels %% in the BibNet Project standard style, %% name:year:abbrev) %% .twx title-word cross-reference file input by the %% .ltx file %% %% Each *.ltx file has an accompanying *.twx (title word index) file %% that is constructed automatically by steps in the makefile using %% the awk programs keywords.awk and fmtwords.awk, and the biblex %% program. The index makes it easy to locate entries in a printed %% bibliography if you can remember, or guess, at least one important %% word in their titles. %% %% Each *.ltx/*.bib file pair also has an accompanying *.sok file %% containing a spelling exception list to supplement the built-in %% ones in UNIX spell and GNU ispell. The commands "make BIB=unix %% spell", or just "make unix.ser", do a spelling check on unix.bib %% and unix.ltx, leaving new exceptions in unix.ser for later manual %% examination, correction, and incorporation in unix.bib. %% %% The ordering of entries in the bibliographies is sometimes by year, %% and within each year, alphabetical by citation label, and sometimes %% just alphabetical by citation label. %% %% The ordering of the typeset bibliography is dictated by the style %% selected in the \bibliographystyle{} command in the .ltx file; in %% most cases, this is is-alpha, which produces a bibliography sorted %% by first author, then by year. If you want a typeset version in %% the same order as the entries in the bibliography file, just change %% the style to is-unsrt instead, and then retypeset like this: %% %% latex maple-extract.ltx %% bibtex maple-extract %% latex maple-extract.ltx %% bibtex maple-extract %% latex maple-extract.ltx %% %% To typeset the LaTeX files, you will need some additional LaTeX %% *.sty and BibTeX *.bst style files that are available in the %% ../tools directory. %% %% The is-xxx bibliography styles are extensions of the standard ones %% which support additional ISBN (International Standard Book Number), %% LCCN (Library of Congress Catalog Number), URL (Uniform Resource %% Locator), price, and pages fields. %% %% ISBNs have been in worldwide use by publishers since 1972; they %% contain four hyphen- (or blank-) separated fields which serve to %% identify the language group, the publisher and the book itself; the %% fourth field is a check digit in [0-9X] used to validate the ISBN. %% Bookstores and library catalogs can use ISBNs to locate a book more %% precisely than one can with just the usual author, title, and %% publisher information. %% %% URLs are a recent addition to the Internet: they are used by World %% Wide Web browsers in HTML (HyperText Markup language) files to %% locate resources. They look like %% resourcetype://Internet-hostname/pathname. %% %% In some bibliographies, every bibliography entry contains a URL in %% its bibsource value pointing to the master bibliography from which %% the entry was extracted, so that any subsequent copying of entries %% into other bibliographies should maintain the origin, where the %% latest version may be expected to be found. %% %% A growing number of bibliography entries contain URL fields that %% point to electronic versions of the material, and some of the file %% headers in the .ltx and .bib files contain a URL to the author's %% home page on the Internet, where that information is available. %% %% The .dvi files can be viewed or printed using any DVI file %% previewer or translator; they require only the standard Computer %% Modern fonts present in every TeX distribution. %% %% The .ps files can be viewed with a PostScript viewer, or printed on %% any PostScript printer. They are somewhat large, so we have stored %% them in compressed form using GNU gzip (available on %% prep.ai.mit.edu:/pub/gnu/gzip*.*, and easily buildable on any UNIX %% system; ports to DEC VMS and IBM PC environments are also %% available). gzip is produces better compression than UNIX %% compress, and free of the Unisys patent claim on the %% Lempel-Ziv-Welch algorithm in compress. To uncompress such a file, %% once gzip is installed, just do something like this %% %% gunzip maple-extract.ps.gz %% %% If you fetched the file via gopher or a WWW browser, instead of via %% FTP, the decompression should have been done automatically for you; %% if not, complain to your local gophermaster or webmaster. %% %% The reason that the PostScript files are large is that they contain %% Type 1 outline fonts, rather than bitmap fonts, thanks to the %% excellent work of Basil K. Malyshev. These fonts are available in %% the CTAN archives (do "finger ctan@pip.shsu.edu" for a list of sites). %% The advantage of Type 1 outline fonts over Type 3 bitmap fonts is %% resolution independence; especially in PostScript screen previewer, %% the font quality is noticeably improved by use of Type 1 fonts. %% %% If you want to view the PostScript files, we recommend use of an %% Adobe Acrobat reader (freely available on ftp.adobe.com for several %% personal computer and workstation architectures) on the .pdf file. %% This provides zoom, pan, string searching, printing of selected %% pages, and very rapid display, independent of the size of the .pdf %% file. %% %% These bibliographies are maintained by %% %% Nelson H. F. Beebe %% Center for Scientific Computing %% Department of Mathematics %% University of Utah %% Salt Lake City, UT 84112 %% USA %% Tel: +1 801 581 5254 %% FAX: +1 801 581 4148 %% E-mail: beebe@math.utah.edu %% %% The bibliography collection is very active, and several updates weekly %% should be expected. %% %% If you find any errors WHATSOEVER in these bibliographies, please %% notify the maintainer immediately! While no significant collection %% of material created by humans can ever be error free, with %% electronic text, we have a chance to greatly reduce error rates. %% This collection is being mirrored at numerous other Internet sites, %% so fixes and updates made here will automatically propagate. %% %% All files contain standard file headers with checksum fields that %% include a CRC-16 checksum, followed by counts of lines, words, and %% characters, such as would be produced by the UNIX wc (word count) %% utility. %% %% If you acquire any of these files from a site other than %% ftp.math.utah.edu, you are strongly urged to verify their checksums %% to guard against file corruption. %% %% The checksum values are produced by Robert Solovay's checksum %% utility, which is written in CWeb. It is available in %% pub/tex/pub/checksum, both as individual files, and as a compressed %% tar file. The msc/checksum.exe file there is an MS DOS executable %% compiled with Microsoft C version 5.1. %% %% The file headers can be most easily generated by the GNU Emacs %% functions in filehdr.el. The checksums, date, and version numbers %% can be easily updated with functions in that file. ISBN and ISSN %% fields can be verified with functions in isbn.el. %% %% A BibTeX file prettyprinter has been developed and is available in %% the files bibclean*.* and bibparse*.* in the directory %% ../../tex/bib. The code is in ANSI/ISO Standard C, and should %% compile without problems on a wide variety of systems. %% applnummath.bib -- Applied Numerical Mathematics: Transactions of IMACS BibTeX file applnummath.dvi -- TeX DVI file from applnummath.bib applnummath.html -- HTML form of applnummath.bib applnummath.ltx -- LaTeX wrapper for typesetting applnummath.bib applnummath.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from applnummath.ps applnummath.ps.gz -- gzip-compressed PostScript file from applnummath.dvi applnummath.sok -- spelling exception dictionary for applnummath.bib applnummath.twx -- title word index for applnummath.bib elefunt.bib -- elementary function computation bibliography elefunt.dvi -- TeX DVI file from elefunt.bib elefunt.html -- HTML form of elefunt.bib elefunt.ltx -- LaTeX wrapper for typesetting elefunt.bib elefunt.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from elefunt.ps elefunt.ps.gz -- gzip-compressed PostScript file from elefunt.dvi LaTeX wrapper elefunt.sok -- spelling exception dictionary for elefunt.bib elefunt.twx -- title word index for elefunt.bib linala1960.bib -- BibTeX file for the journal Linear Algebra and its Applications (1968--1969) linala1960.dvi -- TeX DVI file from linala1960.bib linala1960.html -- HTML form of linala1960.bib linala1960.ltx -- LaTeX wrapper for typesetting linala1960.bib linala1960.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from linala1960.ps linala1960.ps.gz -- gzip-compressed PostScript file from linala1960.dvi linala1960.sok -- spelling exception dictionary for linala1960.bib linala1960.twx -- title word index for linala1960.bib linala1970.bib -- BibTeX file for the journal Linear Algebra and its Applications (1970--1979) linala1970.dvi -- TeX DVI file from linala1970.bib linala1970.html -- HTML form of linala1970.bib linala1970.ltx -- LaTeX wrapper for typesetting linala1970.bib linala1970.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from linala1970.ps linala1970.ps.gz -- gzip-compressed PostScript file from linala1970.dvi linala1970.sok -- spelling exception dictionary for linala1970.bib linala1970.twx -- title word index for linala1970.bib linala1980.bib -- BibTeX file for the journal Linear Algebra and its Applications (1980--1989) linala1980.dvi -- TeX DVI file from linala1980.bib linala1980.html -- HTML form of linala1980.bib linala1980.ltx -- LaTeX wrapper for typesetting linala1980.bib linala1980.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from linala1980.ps linala1980.ps.gz -- gzip-compressed PostScript file from linala1980.dvi linala1980.sok -- spelling exception dictionary for linala1980.bib linala1980.twx -- title word index for linala1980.bib linala1990.bib -- BibTeX file for the journal Linear Algebra and its Applications (1990--1999) linala1990.dvi -- TeX DVI file from linala1990.bib linala1990.html -- HTML form of linala1990.bib linala1990.ltx -- LaTeX wrapper for typesetting linala1990.bib linala1990.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from linala1990.ps linala1990.ps.gz -- gzip-compressed PostScript file from linala1990.dvi linala1990.sok -- spelling exception dictionary for linala1990.bib linala1990.twx -- title word index for linala1990.bib mathcomp.bib -- publications in the journal Mathematics of Computation, and its predecessors mathcomp.dvi -- TeX DVI file from mathcomp.bib mathcomp.html -- HTML form of mathcomp.bib mathcomp.ltx -- LaTeX wrapper for typesetting mathcomp.bib mathcomp.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from mathcomp.ps mathcomp.ps.gz -- gzip-compressed PostScript file from mathcomp.dvi mathcomp.sok -- spelling exception dictionary for mathcomp.bib mathcomp.twx -- title word index for mathcomp.bib numlinaa.bib -- BibTeX file for the Journal of Numerical Linear Algebra with Applications and the journal Numerical Linear Algebra with Applications numlinaa.dvi -- TeX DVI file from numlinaa.bib numlinaa.html -- HTML form of numlinaa.bib numlinaa.ltx -- LaTeX wrapper for typesetting numlinaa.bib numlinaa.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from numlinaa.ps numlinaa.ps.gz -- gzip-compressed PostScript file from numlinaa.dvi numlinaa.sok -- spelling exception dictionary for numlinaa.bib numlinaa.twx -- title word index for numlinaa.bib nummath.bib -- BibTeX file for the journal Numerische Mathematik nummath.dvi -- TeX DVI file from nummath.bib nummath.html -- HTML form of nummath.bib nummath.ltx -- LaTeX wrapper for typesetting nummath.bib nummath.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from nummath.ps nummath.ps.gz -- gzip-compressed PostScript file from nummath.dvi nummath.sok -- spelling exception dictionary for nummath.bib nummath.twx -- title word index for nummath.bib siamjcomput.bib -- SIAM Journal on Computing BibTeX file siamjcomput.dvi -- TeX DVI file from siamjcomput.bib siamjcomput.html -- HTML form of siamjcomput.bib siamjcomput.ltx -- LaTeX wrapper for typesetting siamjcomput.bib siamjcomput.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from siamjcomput.ps siamjcomput.ps.gz -- gzip-compressed PostScript file from siamjcomput.dvi siamjcomput.sok -- spelling exception dictionary for siamjcomput.bib siamjcomput.twx -- title word index for siamjcomput.bib siamjmatanaappl.bib -- SIAM Journal on Matrix Analysis and Applications BibTeX file siamjmatanaappl.dvi -- TeX DVI file from siamjmatanaappl.bib siamjmatanaappl.html -- HTML form of siamjmatanaappl.bib siamjmatanaappl.ltx -- LaTeX wrapper for typesetting siamjmatanaappl.bib siamjmatanaappl.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from siamjmatanaappl.ps siamjmatanaappl.ps.gz -- gzip-compressed PostScript file from siamjmatanaappl.dvi siamjmatanaappl.sok -- spelling exception dictionary for siamjmatanaappl.bib siamjmatanaappl.twx -- title word index for siamjmatanaappl.bib siamjnumeranal.bib -- SIAM Journal on Computing BibTeX file siamjnumeranal.dvi -- TeX DVI file from siamjnumeranal.bib siamjnumeranal.html -- HTML form of siamjnumeranal.bib siamjnumeranal.ltx -- LaTeX wrapper for typesetting siamjnumeranal.bib siamjnumeranal.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from siamjnumeranal.ps siamjnumeranal.ps.gz -- gzip-compressed PostScript file from siamjnumeranal.dvi siamjnumeranal.sok -- spelling exception dictionary for siamjnumeranal.bib siamjnumeranal.twx -- title word index for siamjnumeranal.bib siamreview.bib -- SIAM Review BibTeX file siamreview.dvi -- TeX DVI file from siamreview.bib siamreview.html -- HTML form of siamreview.bib siamreview.ltx -- LaTeX wrapper for typesetting siamreview.bib siamreview.pdf.gz -- gzip-compressed Adobe Acrobat PDF file from siamreview.ps siamreview.ps.gz -- gzip-compressed PostScript file from siamreview.dvi siamreview.sok -- spelling exception dictionary for siamreview.bib siamreview.twx -- title word index for siamreview.bib .