%%% -*-LaTeX-*-
%%% ====================================================================
%%%  @LaTeX-file{
%%%     author-1        = "Nelson H. F. Beebe",
%%%     author-2        = "Paul McJones",
%%%     date            = "16 June 2026",
%%%     time            = "10:27:23 MDT",
%%%     filename        = "backus-john-w.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       = "Computer History Museum
%%%                        Mountainview, CA
%%%                        USA",
%%%     telephone-1     = "+1 801 581 5254",
%%%     URL             = "https://www.math.utah.edu/~beebe",
%%%     checksum        = "08890 89 322 3405",
%%%     email-1         = "beebe@math.utah.edu, beebe@acm.org,
%%%                        beebe@computer.org (Internet)",
%%%     email-2         = "paul@mcjones.org, paul_mcjones@acm.org",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "Algol; bibliography; BibTeX; FL; FP; Fortran;
%%%                        functional programming; IBM 701; IBM 704; IBM
%%%                        7030 Stretch; IBM Selective Sequence
%%%                        Electronic Calculator (SSEC); John Warner
%%%                        Backus; Speedcoding",
%%%     license         = "public domain",
%%%     supported       = "yes",
%%%     docstring       = "This is a LaTeX wrapper for typesetting
%%%                        backus-john-w.bib, the bibliography of
%%%                        publications by, and about, John W. Backus.
%%%
%%%                        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 \bioname   \def \bioname   #1{{{\em #1\/}}} \fi
\ifx \undefined \booktitle \def \booktitle #1{{{\em #1}}}   \fi
\ifx \undefined \pkg       \def \pkg       #1{{{\tt #1}}}   \fi

\pagestyle{headings}

\title{A Bibliography of Publications of John Warner Backus}

\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\\[\medskipamount]
        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/=
}

\date{16 June 2026}

\begin{document}
\nocite{*}
\bibliographystyle{is-alpha}
\maketitle

  \begin{abstract}
    This bibliography records publications of John W. Backus.
  \end{abstract}

\section*{Title word cross-reference}

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

\bibliography{\jobname}

\end{document}
