%%% -*-LaTeX-*-
%%% ====================================================================
%%%  @LaTeX-file{
%%%     author          = "Friedrich Gebhardt",
%%%     version         = "1.09",
%%%     date            = "30 January 2019",
%%%     time            = "07:29:11 MST",
%%%     filename        = "case-based-reasoning.ltx",
%%%     address         = "GMD German National Research Center for
%%%                        Information Technology,
%%%                        GMD, D-53754 Sankt Augustin,
%%%                        Germany",
%%%     telephone       = "02241-14-2660",
%%%     FAX             = "02241-14-2384",
%%%     URL             = "http://www-fit-ki.gmd.de/persons/friedrich.gebhardt.html",
%%%     checksum        = "30901 74 218 2485",
%%%     email           = "friedrich.gebhardt@gmd.de (Internet)",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "bibliography, BibTeX, case-based reasoning,
%%%                        CBR, Project FABEL",
%%%     license         = "public domain",
%%%     supported       = "yes",
%%%     docstring       = "This is a LaTeX wrapper for printing
%%%                        case-based-reasoning.bib.
%%%
%%%                        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,twocolumn]{article}

\pagestyle{headings}

\title{A Bibliography on Case-Based Reasoning}

\author{%
        Friedrich Gebhardt\\
        GMD\\
        FIT-KI\\
        Sankt Augustin\\
        D-53754\\
        Germany\\[\medskipamount]
        Tel: 02241-14-2660\\
        FAX: 02241-14-2384\\[\medskipamount]
        E-mail: friedrich.gebhardt@gmd.de (Internet)
}

\date{30 January 2019 \\
Version 1.09}

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

  \begin{abstract}
This bibliography records publications in the field of
case-based reasoning, and related areas.
  \end{abstract}

\section*{Title word cross-reference}

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

\bibliography{\jobname}

\end{document}
