%%% -*-LaTeX-*-
%%% ====================================================================
%%%  @LaTeX-file{
%%%     author-1        = "Nelson H. F. Beebe",
%%%     author-2        = "David Salomon",
%%%     version         = "1.214",
%%%     date            = "21 February 2025",
%%%     time            = "10:43:11 MST",
%%%     filename        = "datacompression.ltx",
%%%     address-1       = "University of Utah
%%%                        Department of Mathematics, 110 LCB
%%%                        155 S 1400 E RM 233
%%%                        Salt Lake City, UT 84112-0090
%%%                        USA",
%%%     address-2       = "Department of Computer Science
%%%                        California State University, Northridge
%%%                        Northridge, CA  91330
%%%                        USA",
%%%     telephone-1     = "+1 801 581 5254",
%%%     URL-1           = "https://www.math.utah.edu/~beebe",
%%%     checksum        = "26459 107 420 4553",
%%%     email-1         = "beebe@math.utah.edu, beebe@acm.org,
%%%                        beebe@computer.org (Internet)",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "arithmetic coding; bibliography; BibTeX;
%%%                        bitmap image file (BMP); Burrows--Wheeler
%%%                        Transform (BWT); bzip2; bunzip2; CCITT
%%%                        V.42bis standard; coding; compress; data
%%%                        compression; Discrete Cosine Transfom (DCT);
%%%                        Dynamic Markov compression; Fast Fourier
%%%                        Transform (FFT); FAX; Graphics Interchange
%%%                        Format (GIF); gzip; gunzip; H.264 integer
%%%                        transform; Haar Wavelet Transform Huffman
%%%                        coding; Joint Photograhics Experts Group
%%%                        (JPEG) encoding; Karhunen--Loeve transform;
%%%                        Lempel--Ziv--Welch (LZW) compression; LHarc
%%%                        compression; Lie Group Transform; LZARI
%%%                        compression; LZHUF compression; LZSS
%%%                        compression; Moving Picture Experts Group
%%%                        (MPEG) encoding; P-compression; pack;
%%%                        Portable Network Graphics (PNG); Pyramid
%%%                        Transform; Q-coding; Tagged Image File Format
%%%                        (TIFF) encoding; uncompress; unpack; unxz;
%%%                        unzip; variable-length coding; Wavelet
%%%                        Transform; xz; Z Transform; zip",
%%%     license         = "public domain",
%%%     supported       = "yes",
%%%     docstring       = "This is a LaTeX wrapper file for typesetting
%%%                        datacompression.bib, the bibliography on
%%%                        data compression.
%%%
%%%                        The checksum field above contains a CRC-16
%%%                        checksum as the first value, followed by the
%%%                        equivalent of the standard UNIX wc (word
%%%                        count) utility output of lines, words, and
%%%                        characters.  This is produced by Robert
%%%                        Solovay's checksum utility.",
%%%  }
%%% ====================================================================

\documentstyle[bibmods,bibnames,path,showtags]{article}

\ifx \undefined \booktitle \def \booktitle #1{{{\em #1}}} \fi
\ifx \undefined \pkg       \def \pkg       #1{{{\tt #1}}} \fi

\pagestyle{headings}

\title{A Bibliography on Data Compression}

\author{%
        Nelson H. F. Beebe\\
        University of Utah\\
        Department of Mathematics, 110 LCB\\
        155 S 1400 E RM 233\\
        Salt Lake City, UT 84112-0090\\
        USA\\[\medskipamount]
        Tel: +1 801 581 5254\\
        E-mail: \protect\path=beebe@math.utah.edu=,
                \protect\path=beebe@acm.org=,\\
                \hphantom{E-mail:\ }
                \protect\path=beebe@computer.org= (Internet)\\
        WWW URL: \protect\path=https://www.math.utah.edu/~beebe/= \\
        and \\[1ex]
        David Salomon \\
        Professor Emeritus \\
        Department of Computer Science \\
        California State University Northridge \\
        Northridge, CA, USA
}

\date{21 February 2025 \\
Version 1.214}
\begin{document}
\maketitle
\nocite{*}
\bibliographystyle{is-alpha}

\section*{Title word cross-reference}

\begin{raggedright}
\parskip = \baselineskip
\input{\jobname.twx}
\end{raggedright}

\bibliography{\jobname}

\end{document}
