%% /home/csc-sun/a/sy/beebe/tex/bib/ep.bib, Thu Oct 24 16:22:27 1991
%% Edit by Nelson H. F. Beebe <beebe at jeeves.math.utah.edu>
%%% ====================================================================
%%%  BibTeX-file{
%%%     author          = "Nelson H. F. Beebe",
%%%     version         = "1.13",
%%%     date            = "25 August 1994",
%%%     time            = "19:56:54 MDT",
%%%     filename        = "ep.bib",
%%%     address         = "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",
%%%     checksum        = "49214 1296 4666 43815",
%%%     email           = "beebe at jeeves.math.utah.edu (Internet)",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "electronic publishing",
%%%     supported       = "yes",
%%%     docstring       = "This bibliography collects papers and books
%%%                        on aspects of electronic publishing.  It
%%%                        includes complete references to papers
%%%                        given at several recent conferences on that
%%%                        theme.
%%%
%%%                        The ISBN and ISSN fields will be printed if
%%%                        the is-alpha.bst or is-plain.bst style
%%%                        files are used.
%%%
%%%                        CONVENTIONS
%%%
%%%                        Books are tagged by the first author's last
%%%                        name, a colon, up to 3 upper-case letters
%%%                        taken from the first three upper-case words
%%%                        in the title (ignoring words like A, And,
%%%                        The), followed by the last two digits of
%%%                        the publication year.  If there is a volume
%%%                        entry, it is appended to the tag, prefixed
%%%                        by a hyphen.
%%%
%%%                        For Dutch authors, a van part is included
%%%                        in the author tag.  For names with accented
%%%                        letters, accents are dropped in the author
%%%                        tag.
%%%
%%%                        This scheme is systematic enough that it
%%%                        can be programmed: most of the
%%%                        Addison-Wesley book entries were created
%%%                        with an awk program from a dump of the AW
%%%                        database supplied by Mona Zeftel.  Older
%%%                        entries in this bibliography were modified
%%%                        on 28-Nov-1990 to conform to this tagging
%%%                        scheme.
%%%
%%%                        The choice of a limit of 3 letters was
%%%                        determined from experiments on the
%%%                        Addison-Wesley collection.  Long tags are
%%%                        undesirable because they are a nuisance to
%%%                        type, and also interfere with the tagged
%%%                        bibliography output produced using the
%%%                        LaTeX showtags style option.
%%%
%%%                        Journal article tags look like
%%%                        author:abbrev-volume-number-page, where the
%%%                        author part is the last name of the first
%%%                        author: for example,
%%%                        Gilchrist:NAMS-36-9-1199.
%%%
%%%                        Technical report tags look like
%%%                        author:abbrev-number: for example,
%%%                        Billawala:STAN-CS-89-1256.
%%%
%%%                        The Como InProceedings entries look like
%%%                        author:TEX85-page: for example,
%%%                        Agostini:TEX85-117.  Other InProceedings
%%%                        entries should follow a similar style.
%%%
%%%                        Entries are stored ordered by the BibTeX
%%%                        tag name, independent of the entry type
%%%                        (the GNU Emacs function sort-bibtex-entries
%%%                        can be used to ensure correct ordering).
%%%                        However, entries that are cross-referenced
%%%                        by others are stored at the end of the
%%%                        file, since that order is required by
%%%                        BibTeX.
%%%
%%%                        With few exceptions, value fields for
%%%                        acknowledgement, address, journal, and
%%%                        publisher keywords should use macros
%%%                        defined in the string preamble below.  This
%%%                        helps to ensure consistency, and reduces
%%%                        the entry sizes.  Address entries must
%%%                        always include the country.
%%%
%%%                        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.",
%%%  }
%%% ====================================================================

@Preamble{"\input bibnames.sty " #
          "\input path.sty " #
  "\hyphenation{
                Ni-ku-nen
  }"
}

%% Acknowledgements

@String{ack-hk  = "Hanna K{\"o}lodziejska,
                   {\"O}srodek Obliczeniowy,
                   Instytutu Informatyki UW,
                   P{\"a}lac Kultury i Nauki pok. 838,
                   00-901 Warszawa,
                   Poland"}

@String{ack-kb  = "Karl Berry,
                   e-mail: \path|karl@cs.umb.edu|"}

@String{ack-nhfb = "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: \path|beebe@math.utah.edu|"}

@String{ack-ps =   "Peter Schmitt,
                    Institute of Mathematics,
                    University of Vienna,
                    Strudlhofgasse 4,
                    A-1090 Wien,
                    Austria,
                    e-mail: \path|a8131dal@awiuni11.edvz.univie.ac.at|,
                    \path|schmitt@awirap.bitnet|"}

%% Proceedings

@String{proc-EP90 = "Proceedings of the International Conference on
                  Electronic Publishing, Document Manipulation \& Typography,
                  Gaithersburg, Maryland, September 1990"}

@String{proc-RIDT89 = "Raster Imaging and Digital Typography: Proceedings of
                  the International Conferences, Ecole Polytechnique
                  F{\'e}d{\'e}rale, Lausanne, Switzerland, October
                  1989"}

@String{proc-RIDT91 = "Raster Imaging and Digital Typography {II}\emdash
                 Papers from the second {RIDT} meeting, held in Boston,
                 Oct. 14--16, 1991"}

%% Publishers

@String{pub-CUP = "Cambridge University Press"}
@String{pub-CUP:adr = "New York"}
@String{pub-SV          = "Spring{\-}er-Ver{\-}lag"}
@String{pub-SV:adr      = "Berlin, Germany~/ Heidelberg, Germany~/ London,
                           UK~/ etc."}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% In most bibliographies in the collection to which this file belongs,
%% entries are sorted alphabetically by citation tags.
%%
%% In this one, conference entries are sorted alphabetically too, but
%% each conference is kept as a single group, with an identifying
%% comment header.
%%
%% Because of BibTeX's cross-referencing rules, all Proceedings{}
%% entries are collected at the end of this file, and InProceedings{}
%% entries refer to them with crossref = value assignments.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% TeX for Scientific Documentation, 1986

@InProceedings{Appelt:RTI86,
  author =       "W. Appelt",
  title =        "Running {\TeX} in an interactive text processing
                 environment",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "1--8",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:08:42 1994",
}

@InProceedings{Bruggemann-Klein:HPL86,
  author =       "A. Bruggemann-Klein and P. Dolland and A. Heinz",
  title =        "How to please authors and publishers: a versatile
                 document preparation system at {Karlsruhe}",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "9--31",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:11:25 1994",
}

@InProceedings{Chen:IUE86,
  author =       "P. Chen and J. Coker and M. A. Harrison and J. W.
                 McCarrell and S Procter",
  title =        "An improved user environment for {\TeX}",
  crossref =     "Desarmenien:TSD86",
  pages =        "32--44",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:13:08 1994",
}

@InProceedings{Chen:VDP86,
  author =       "P. Chen and J. Coker and M. A. Harrison and J. W.
                 McCarrell and S Procter",
  title =        "The {VOR\TeX} document preparation environment",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "45--54",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:14:31 1994",
}

@InProceedings{Crisanti:ETI86,
  author =       "E. Crisanti and A. Formigoni and P La Bruna",
  title =        "Easy{\TeX}: Towards interactive formulae input for
                 scientific documents input with {\TeX}",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "55--64",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:15:52 1994",
}

@InProceedings{Ferguson:MT86,
  author =       "M. J. Ferguson",
  title =        "A multilingual {\TeX}",
  year =         "1986",
  crossref =     "Desarmenien:TSD86",
  pages =        "65--73",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:17:23 1994",
}

@InProceedings{Ferguson:IDP86,
  author =       "M. J. Ferguson",
  title =        "{INRS\TeX}: a document preparation system for multiple
                 languages",
  year =         "1986",
  crossref =     "Desarmenien:TSD86",
  pages =        "74--88",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:18:44 1994",
}

@InProceedings{Gallot:AIP86,
  author =       "L. Gallot",
  title =        "{ASH\TeX}: An interactive previewer for {\TeX} or the
                 marvellous world of {ASH\TeX}",
  year =         "1986",
  crossref =     "Desarmenien:TSD86",
  pages =        "89--97",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:19:39 1994",
}

@InProceedings{LeVan:LDF86,
  author =       "H. {Le Van} and E. Terreni",
  title =        "A language to describe formatting directives for
                 {SGML} documents",
  year =         "1986",
  crossref =     "Desarmenien:TSD86",
  pages =        "98--119",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:20:48 1994",
}

@InProceedings{Lucarella:RMF86,
  author =       "D. Lucarella",
  title =        "Retrieving mathematical formulae",
  crossref =     "Desarmenien:TSD86",
  pages =        "120--130",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:22:07 1994",
}

@InProceedings{Penny:ITE86,
  author =       "P. Penny and J. L. Henriot",
  title =        "Integrating {\TeX} in an {EDDS} with very high
                 resolution capabilities",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "131--135",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:23:00 1994",
}

@InProceedings{Petersen:TDF86,
  author =       "H. W. Petersen",
  title =        "The {\TeX} document factory in a university
                 environment: process model, implementation steps,
                 experiences",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "136--144",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:24:00 1994",
}

@InProceedings{Quint:GIE86,
  author =       "V. Quint and I. Vatton and H. Bedor",
  title =        "{GRIF}: An interactive environment for {\TeX}",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "145--158",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:25:07 1994",
}

@InProceedings{Rohrich:AMT86,
  author =       "J. Rohrich",
  title =        "Abstract markup in {\TeX}",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "159--160",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:26:03 1994",
}

@InProceedings{Southall:DNT86,
  author =       "Richard Southall",
  title =        "Designing a new typeface with {METAFONT}",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "161--179",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:26:43 1994",
}

@InProceedings{Wonneberger:VVT86,
  author =       "R. Wonneberger",
  title =        "``Verheissung und Versprechen'', a third generation
                 approach to theological typesetting",
  crossref =     "Desarmenien:TSD86",
  year =         "1986",
  pages =        "180--198",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 23:27:19 1994",
}

%% Document Manipulation and Typography 1988 conference

@InProceedings{Arnon:CIM88,
  author =       "Dennis Arnon and Richard Beach and Kevin McIsaac and
                 Carl Waldspurger",
  title =        "{CaminoReal}: an interactive mathematical notebook",
  crossref =     "vanVliet:DMT88",
  year =         "1988",
  pages =        "1--18",
  acknowledgement = ack-nhfb,
  bibdate =      "Sat Aug 27 10:38:26 1994",
}

@InProceedings{Behrmann-Poitiers:HCR88,
  author =       "J. Behrmann-Poitiers and H. Keil and H. Loebl",
  title =        "Hard copy rendition of {ODA}-documents",
  year =         "1988",
  crossref =     "vanVliet:DMT88",
  pages =        "71--82",
  acknowledgement = ack-nhfb,
  bibdate =      "Fri Jul 22 00:10:11 1994",
}

@InProceedings{Furuta:SSD88,
  author =       "Richard Furuta and P. D. Stotts",
  title =        "Specifying Structured Document Transformations",
  crossref =     "vanVliet:DMT88",
  year =         "1988",
  pages =        "109--120",
  bibdate =      "Thu Jul 21 22:53:17 1994",
}

@InProceedings{Hegazy:OLB88,
  author =       "Wael A. Hegazy and John S. Gourlay",
  title =        "Optimal line breaking in music",
  crossref =     "vanVliet:DMT88",
  year =         "1988",
  pages =        "157--169",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Jul 21 22:51:41 1994",
}

%% RIDT89 conference

@InProceedings{Abe:RIDT89-134,
  author =       "S. Abe and M. Maekawa and K. Shimuzu",
  title =        "Fast Display of High-quality Anti-aliased {Japanese}
                 Characters",
  pages =        "134--143",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Adams:RIDT89-14,
  author =       "D. Adams and J. Andr{\'e}",
  title =        "News Trends in Digital Typography",
  pages =        "14--21",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Adams:RIDT89-213,
  author =       "D. Adams and R. Southall",
  title =        "Problems of Font Quality Assessment",
  pages =        "213--222",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Adams:RIDT89-54,
  author =       "D. Adams",
  title =        "abcdefg: {A} Better Constraint Driven Environment for
                 Font Generation",
  pages =        "54--70",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Andre:RIDT89-198,
  author =       "J. Andr{\'e} and B. Borghi",
  title =        "Dynamic Fonts",
  pages =        "198--204",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Betrisey:RIDT89-242,
  author =       "C. B{\'e}trisey and R. D. Hersch",
  title =        "Flexible Application of Outline Grid Constraints",
  pages =        "242--250",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Billawala:RIDT89-34,
  author =       "N. Billawala",
  title =        "Pandora: An Experience with {\MF}",
  pages =        "34--53",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Bowden:RIDT89-205,
  author =       "P. R. Bowden and D. F. Brailsford",
  title =        "On the Noise Immunity and Legibility of {Lucida}
                 Fonts",
  pages =        "205--212",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Clauer:RIDT89-271,
  author =       "A. A. Clauer",
  title =        "A Resolution-independent, Area Continuous-tone Image
                 Representation and its Application for High-Quality
                 Printing",
  pages =        "271--286",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Corthout:RIDT89-169,
  author =       "M. Corthout and E.-J. Pol",
  title =        "A Point Containment Algorithm for Regions in the
                 Discrete Plane Outlined by Rational {B\'e}zier Curves",
  pages =        "169--180",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{deBry:RIDT89-223,
  author =       "R. deBry and A. W. Griffee and J. P. Hofmeister",
  title =        "Management of Multiple Font Technologies in a
                 Distributed System Environment",
  pages =        "223--231",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Dooijes:RIDT89-251,
  author =       "E. H. Dooijes",
  title =        "Rendition of Quasi-Calligraphic Script Defined by Pen
                 Trajectory",
  pages =        "251--260",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Duff:RIDT89-154,
  author =       "T. Duff",
  title =        "Polygon Scan Conversion by Exact Convolution",
  pages =        "154--168",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Fahlander:RIDT89-83,
  author =       "O. Fahlander",
  title =        "A Spline Contour Method with Efficient Filling",
  pages =        "83--96",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Gonczarowski:RIDT89-97,
  author =       "J. Gonczarowski",
  title =        "Fast Generation of Unfilled and Filled Outline
                 Characters",
  pages =        "97--110",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Hersch:RIDT89-1,
  author =       "R. Hersch",
  title =        "Introduction to Font Rasterization",
  pages =        "1--13",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Karow:RIDT89-232,
  author =       "P. Karow",
  title =        "Automatic Hinting for Intelligent Font Scaling",
  pages =        "232--241",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Kohen:RIDT89-22,
  author =       "E. Kohen",
  title =        "A Simple and Efficient Way to Design Middle Resolution
                 Fonts",
  pages =        "22--33",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Maag:RIDT89-180,
  author =       "B. Maag",
  title =        "Shape Investigation with Bitmapped Characters",
  pages =        "180--187",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Nanard:RIDT89-111,
  author =       "M. Nanard and J. Nanard",
  title =        "An Anti-Aliasing Method for Low Resolution Fonts Based
                 on Font Structure",
  pages =        "111--122",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Nanard:RIDT89-71,
  author =       "M. Nanard and J. Nanard and M. Gandara and N. Porte",
  title =        "Declarative Approach for Font Design by Incremental
                 Learning",
  pages =        "71--82",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Ou:RIDT89-123,
  author =       "C. Ou and Y. Ohno",
  title =        "Font Generation Algorithms for {Kanji} Characters",
  pages =        "123--133",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Tamari:RIDT89-188,
  author =       "I. J. Tamari",
  title =        "Digitalisation of Hebrew fonts, or: Some Evolutional
                 Evaluations",
  pages =        "188--197",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Uchio:RIDT89-144,
  author =       "F. Uchio and T. Higuchi and H. Sanada and Y. Tezuka",
  title =        "A Method of Normalizing Appearance Size of
                 Brush-written {Chinese} Characters",
  pages =        "144--153",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

@InProceedings{Wuthrich:RIDT89-261,
  author =       "C. A. W{\"u}thrich and P. Stucki and A. Ghezal",
  title =        "A Frequency Domain Analysis of Square- and Hexagonal-
                 Grid-based Images",
  pages =        "261--270",
  crossref =     "Andre:RIDT89",
  acknowledgement = ack-kb,
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% EP90 conference

@InProceedings{Andler:EP90-221,
  author =       "Sten F. Andler",
  title =        "Automatic Generation of Gridfitting Hints for
                 Rasterization of Outline Fonts",
  pages =        "221--234",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Bier:EP90-249,
  author =       "Eric A. Bier and Aaron Goodisman",
  title =        "Documents as User Interfaces",
  pages =        "249--262",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
  bibdate =      "Mon Jul 11 18:30:49 1994",
}

@InProceedings{Brailsford:EP90-169,
  author =       "David F. Brailsford and David R. Evans and Geeti
                 Granger",
  title =        "{\em Electronic Publishing}\emdash{}Practice and
                 Experience",
  pages =        "169--182",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Brown:EP90-47,
  author =       "Allen L. {Brown, Jr.} and Howard A. Blair",
  title =        "A Logic Grammar Foundation for Document Representation
                 and Document Layout",
  pages =        "47--64",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Chamberlin:EP90-31,
  author =       "Donald D. Chamberlin",
  title =        "Managing Properties in a System of Cooperating
                 Editors",
  pages =        "31--46",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Cruz:EP90-277,
  author =       "Gil C. Cruz and Thomas H. Judd",
  title =        "The Role of a Descriptive Markup language in the
                 Creation of Interactive Multimedia Documents for
                 Customized Electronic Delivery",
  pages =        "277--290",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
  bibdate =      "Mon Jul 11 18:31:19 1994",
}

@InProceedings{English:EP90-263,
  author =       "Paul M. English and Ethan Jacobson and Robert A.
                 Morris and Kimbo B. Mundy and Stephen D. Pelletier and
                 Thomas A. Polucci and H. David Scarbro",
  title =        "An Extensible, Object-oriented System for Active
                 Documents",
  pages =        "263--276",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Furuta:EP90-291,
  author =       "Richard Furuta",
  title =        "Colophon",
  crossref =     "Furuta:EP90",
  pages =        "291--293",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 18:23:14 1994",
}

@InProceedings{Guardalben:EP90-79,
  author =       "Giovanni Guardalben and Mos{\'e} Giacomello",
  title =        "An {ODA} Page Planner for Professional Publishing",
  pages =        "79--92",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Handley:EP90-183,
  author =       "John Handley and Stuart Wood",
  title =        "{ADAPT}: Automatic Document Analysis Processing and
                 Tagging",
  pages =        "183--192",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Kahn:EP90-107,
  author =       "Paul Kahn and Julie Launhardt and Krysztof Lenk and
                 Ronnie Peter",
  title =        "Design of Hypermedia Publications: Issues and
                 Solutions",
  pages =        "107--124",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Kernighan:EP90-1,
  author =       "Brian W. Kernighan",
  title =        "Issues and Tradeoffs in Document Preparation Systems",
  pages =        "1--16",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Kilpelainen:EP90-139,
  author =       "Pekka Kilpel{\"a}inen and Greger Lind{\'e}n and Heikki
                 Mannila and Erja Nikunen",
  title =        "A Structured Document Database System",
  pages =        "139--151",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
  bibdate =      "Mon Jul 11 18:52:06 1994",
}

@InProceedings{Kopec:EP90-207,
  author =       "Gary E. Kopec and Steven C. Bagley",
  title =        "Editing Images of Text",
  pages =        "207--220",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Lima:EP90-153,
  author =       "Jos{\'e} Valdeni De Lima and Henri Galy",
  title =        "The Integration of Structured Documents into {DMBS}",
  pages =        "153--168",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Moon:EP90-235,
  author =       "Y. S. Moon and T. Y. Shin",
  title =        "Chinese Fonts and Their Digitization",
  pages =        "235--248",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Quint:EP90-17,
  author =       "Vincent Quint and Marc Nanard and Jacques Andr{\'e}",
  title =        "Towards Document Engineering",
  pages =        "17--29",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
  bibdate =      "Mon Jul 11 18:50:42 1994",
}

@InProceedings{Rossiter:EP90-125,
  author =       "B. N. Rossiter and M. A. Heather",
  title =        "Strengths and Weaknesses of Database Models for
                 Textual Documents",
  pages =        "125--138",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Spitz:EP90-193,
  author =       "A. Lawrence Spitz",
  title =        "Recognition Processing for Multilingual Document",
  pages =        "193--205",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
  bibdate =      "Mon Jul 11 18:52:31 1994",
}

@InProceedings{Vercoustre:EP90-65,
  author =       "Anne-Marie Vercoustre",
  title =        "Structured Editing\emdash{}Hypertext Approach:
                 Cooperation and Complementarity",
  pages =        "65--78",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

@InProceedings{Wolfman:EP90-93-106,
  author =       "Anthony P. Wolfman and Daniel M. Berry",
  title =        "{\tt flo}\emdash{}{A} Language for Typesetting
                 Flowcharts",
  pages =        "93--106",
  crossref =     "Furuta:EP90",
  acknowledgement = ack-kb,
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% RIDT91 conference

@InProceedings{Abe:RIDT91-147,
  author =       "Hiroshi Abe and Yoshimichi Yamamoto and Yoshio Ohno",
  title =        "High Quality Gray-Scale {Kanji} Font Generation Using
                 Automatic Stroke Displacement",
  pages =        "147--155",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Amidror:RIDT91-98,
  author =       "Isaac Amidror",
  title =        "The Moir{\'e} Phenomenon in Color Separation",
  pages =        "98--120",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Avrahami:RIDT91-54,
  author =       "Gideon Avrahami and Vaughn Pratt",
  title =        "Sub-pixel Edge Detection in Character Digitization",
  pages =        "54--64",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Cook:RIDT91-120,
  author =       "Craig C. Cook",
  title =        "Color Digital Halftoning Using Multi-Cluster Halftone
                 Dots",
  pages =        "120--127",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Corthout:RIDT91-177,
  author =       "Marc Corthout and Evert J. Pol",
  title =        "Supporting Outline Font Rendering in Dedicated
                 Silicon: the {PHAROS} Chip",
  pages =        "177--189",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Dong:RIDT91-156,
  author =       "Yunmei Dong and Kaide Li",
  title =        "A Parametric Graphics Approach to {Chinese} Font
                 Design",
  pages =        "156--165",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
  bibdate =      "Sun Mar 27 16:58:18 1994",
}

@InProceedings{Fan:RIDT91-166,
  author =       "Jianping Fan",
  title =        "Towards Intelligent {Chinese} Character Design",
  pages =        "166--176",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Farrell:RIDT91-65,
  author =       "Joyce E. Farrell",
  title =        "Grayscale\slash Resolution Tradeoffs in Image
                 Quality",
  pages =        "65--80",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Gonczarowski:RIDT91-1,
  author =       "Jakob Gonczarowski",
  title =        "A Fast Approach to Auto-tracing (with Parametric
                 Cubics)",
  pages =        "1--15",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Hersch:RIDT91-190,
  author =       "Roger D. Hersch and Claude B{\'e}trisey",
  title =        "Advanced Grid Constraints: Performances and
                 Limitations",
  pages =        "190--204",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Mackay:RIDT91-205,
  author =       "Pierre A. MacKay",
  title =        "Looking at the Pixels: Quality Control for 300 dpi
                 Laser Printer Fonts, especially {\MF}s",
  pages =        "205--215",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Mitsa:RIDT91-90,
  author =       "Theophano Mitsa and Robert Ulichney and Kevin J.
                 Parker",
  title =        "The Construction and Evaluation of Halftone patterns
                 with Manipulated Power Spectra",
  pages =        "90--97",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Naiman:RIDT91-43,
  author =       "Avi C. Naiman",
  title =        "{CRT} Spatial Non-linearities and Luminance
                 Linearization",
  pages =        "43--53",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Noordzij:RIDT91-34,
  author =       "Gerrit Noordzij",
  title =        "The Shape of the Stroke",
  pages =        "34--42",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Rosenberg:RIDT91-137,
  author =       "Charles Rosenberg",
  title =        "A Low Complexity Method of Compressing {Kanji} Font
                 Bitmaps",
  pages =        "137--146",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Southall:RIDT91-16,
  author =       "Richard Southall",
  title =        "Character Description Techniques in Type Manufacture",
  pages =        "16--27",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Tamari:RIDT91-128,
  author =       "Ittai Tamari",
  title =        "Decipherability, Legibility and Readability of Modern
                 {Hebrew} Typefaces",
  pages =        "128--136",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{vanBlokland:RIDT91-28,
  author =       "Erik van Blokland and Just van Rossum",
  title =        "Different Approaches to Lively Outlines",
  pages =        "28--33",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

@InProceedings{Zheng:RIDT91-81,
  author =       "Youlu Zheng",
  title =        "Subdivision-remainder Method for Converting Spatial
                 Resolution to Intensity Resolution",
  pages =        "81--89",
  crossref =     "Morris:RIDT91",
  acknowledgement = ack-kb,
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% EP92 Conference

@InProceedings{Akpotsui:EP92-41,
  crossref =     "Vanoirbeek:EP92",
  author =       "Extase Akpotsui and Vincent Quint",
  title =        "Type Transformation in Structured Editing Systems",
  pages =        "27--41",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Black:EP92-260,
  crossref =     "Vanoirbeek:EP92",
  author =       "Alison Black and Andrew Boag",
  title =        "Choosing Binary or Greyscale Bitmaps: some
                 Consequences for Users",
  pages =        "247--260",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Brotsky:EP92-221,
  crossref =     "Vanoirbeek:EP92",
  author =       "Daniel Brotsky and David M. Levy and Dan Rabin",
  title =        "Yeti: a Graphics Editor based on
                 ``Collect-and-Stitch''",
  pages =        "211--221",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Brown:EP92-111,
  crossref =     "Vanoirbeek:EP92",
  author =       "Heather Brown and Fred Cole and Elizabeth Oxborrow",
  title =        "An Object-Oriented Toolkit for Structured Documents",
  pages =        "95--111",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Brown:EP92-25,
  crossref =     "Vanoirbeek:EP92",
  author =       "Allen L. {Brown, Jr.} and Toshiro Wakayama and Howard
                 A. Blair",
  title =        "A Reconstruction of Context-Dependent Document
                 Processing in {SGML} (invited paper)",
  pages =        "1--25",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Eklundh:EP92-151,
  crossref =     "Vanoirbeek:EP92",
  author =       "Kerstin S. Eklundh and Staffan Romberger and Per
                 Englund",
  title =        "Writing on Sheets of Paper: a Spatial Metaphor for
                 Computer-Based Text Handling",
  pages =        "143--151",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Furuta:EP92-125,
  crossref =     "Vanoirbeek:EP92",
  author =       "Richard Furuta and P. David Stotts and Gregory D.
                 Drew",
  title =        "Experiences with a Client-Server-Based Architecture
                 for a Distributed Structured Hypertext System",
  pages =        "113--125",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Lebrave:EP92-246,
  crossref =     "Vanoirbeek:EP92",
  author =       "Jean-Louis Lebrave",
  title =        "{L}'hypertexte et l'avant-texte (invited paper)",
  pages =        "233--246",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Lie:EP92-209,
  crossref =     "Vanoirbeek:EP92",
  author =       "Hakon Lie and Walter Bender",
  title =        "The Electronic Broadsheet: all the News that fit the
                 Display",
  pages =        "199--209",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Macleod:EP92-63,
  crossref =     "Vanoirbeek:EP92",
  author =       "Ian A. Macleod and Brent Nordin and David T. Barnard
                 and Doug Hamilton",
  title =        "A Framework for Developing {SGML} Applications",
  pages =        "53--63",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Mittelbach:EP92-273,
  crossref =     "Vanoirbeek:EP92",
  author =       "Frank Mittelbach and Chris Rowley",
  title =        "The Pursuit of Quality: How can Automated Typesetting
                 achieve the Highest Standards of Craft Typography?",
  pages =        "261--273",
  acknowledgement = ack-ps,
  bibdate =      "Tue Dec 14 10:57:26 1993",
}

@InProceedings{Murata:EP92-94,
  crossref =     "Vanoirbeek:EP92",
  author =       "Makoto Murata and Koichi Hayashi",
  title =        "Formatter Hierarchy for Structured Documents",
  pages =        "77--94",
  acknowledgement = ack-ps,
  bibdate =      "Tue Dec 14 10:57:26 1993",
}

@InProceedings{Porter:EP92-141,
  crossref =     "Vanoirbeek:EP92",
  author =       "Gilbert B. {Porter III} and Emil V. Rainero",
  title =        "Document Reconstruction: {A} System for Recovering
                 Document Structure from Layout",
  pages =        "127--141",
  acknowledgement = ack-ps,
  bibdate =      "Tue Dec 14 10:57:26 1993",
}

@InProceedings{Richy:EP92-198,
  crossref =     "Vanoirbeek:EP92",
  author =       "H{\'e}l{\`e}ne Richy and Patrice Frison and Eric
                 Picheral",
  title =        "Multilingual String-to-String Correction in {Grif}, a
                 Structured Editor",
  pages =        "183--198",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Salton:EP92-181,
  crossref =     "Vanoirbeek:EP92",
  author =       "Gerard Salton and James Allan and Chris Buckley",
  title =        "Automatic Determination of Content Relationships in
                 Natural-Language Texts",
  pages =        "165--181",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Semenzato:EP92-75,
  crossref =     "Vanoirbeek:EP92",
  author =       "Luigi Semenzato and Edward Wang",
  title =        "Aleph: {A} Language for Typesetting",
  pages =        "65--75",
  acknowledgement = ack-ps,
  bibdate =      "Tue Dec 14 10:57:26 1993",
}

@InProceedings{Southall:EP92-290,
  crossref =     "Vanoirbeek:EP92",
  author =       "Richard Southall",
  title =        "Presentation Rules and Rules of Composition in the
                 Formatting of Complex Text",
  pages =        "275--290",
  acknowledgement = ack-ps,
  bibdate =      "Tue Dec 14 10:57:26 1993",
}

@InProceedings{Tattersall:EP92-232,
  crossref =     "Vanoirbeek:EP92",
  author =       "Colin Tattersall and Andrew J. Cole",
  title =        "Modelling the Content of Technical Documentation",
  pages =        "223--232",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Tavakoli:EP92-163,
  crossref =     "Vanoirbeek:EP92",
  author =       "Nassrin Tavakoli and Alan Ray",
  title =        "A New Method for Full-Text Retrieval",
  pages =        "153--163",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Vanoirbeek:EP92-309,
  crossref =     "Vanoirbeek:EP92",
  author =       "Christine Vanoirbeek",
  title =        "Formatting Structured Tables (invited paper)",
  pages =        "291--309",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Vanoirbeek:EP92-312,
  crossref =     "Vanoirbeek:EP92",
  author =       "Christine Vanoirbeek and Giovanni Coray",
  title =        "Colophon",
  pages =        "311--312",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

@InProceedings{Zheng:EP92-52,
  crossref =     "Vanoirbeek:EP92",
  author =       "Min Zheng",
  title =        "A Document Composition Environment for Multi-Language
                 Processing",
  pages =        "43--52",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Jul 11 07:55:10 1994",
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% =====================================================================
%% The following entries are cross-referenced by preceding entries.
%% BibTeX requires that they follow all references to them, so we put
%% them at the end of the .bib file.
%% =====================================================================

@Proceedings{Desarmenien:TSD86,
  key =          "TEXSCIDOC86",
  editor =       "Jacques D{\'e}sarm{\'e}nien",
  title =        "{\TeX} for Scientific Documentation. Second European
                 Conference. Strasbourg, France, June 19--21, 1986.
                 Proceedings",
  booktitle =    "{\TeX} for Scientific Documentation. Second European
                 Conference. Strasbourg, France, June 19--21, 1986.
                 Proceedings",
  year =         "1986",
  number =       "236",
  series =       "Lecture Notes in Computer Science",
  publisher =    pub-SV,
  address =      pub-SV:adr,
  pages =        "204",
  acknowledgement = ack-hk,
  ISBN =         "3-540-16807-9, 0-387-16807-9 (paperback)",
  LCCN =         "T 385 E97 1989",
  bibdate =      "Thu Jul 21 23:10:24 1994",
}

@Proceedings{Andre:RIDT89,
  title =        proc-RIDT89,
  booktitle =    proc-RIDT89,
  year =         "1989",
  editor =       "Jacques Andr{\'e} and Roger D. Hersch",
  publisher =    pub-CUP,
  address =      pub-CUP:adr,
  ISBN =         "0-521-37490-1",
  LCCN =         "Z253.3 .R37 1989",
  pages =        "x + 292",
  acknowledgement = ack-kb,
  bibdate =      "Wed Dec 15 08:31:16 1993",
}

@Proceedings{Furuta:EP90,
  title =        proc-EP90,
  booktitle =    proc-EP90,
  year =         "1990",
  ISBN =         "0-521-40246-8",
  LCCN =         "Z 286 E43 I58 1990",
  pages =        "x + 298",
  editor =       "R. Furuta",
  publisher =    pub-CUP,
  address =      pub-CUP:adr,
  acknowledgement = ack-kb,
  bibdate =      "Fri Jul 22 11:20:37 1994",
}

@Proceedings{Morris:RIDT91,
  title =        proc-RIDT91,
  booktitle =    proc-RIDT91,
  year =         "1991",
  editor =       "Robert A. Morris and Jacques Andr{\'e}",
  publisher =    pub-CUP,
  address =      pub-CUP:adr,
  ISBN =         "0-521-41764-3",
  LCCN =         "Z253.3 .R39 1991",
  pages =        "x + 217",
  acknowledgement = ack-kb,
  bibdate =      "Wed Dec 15 08:31:53 1993",
}

@Proceedings{Vanoirbeek:EP92,
  title =        "{EP92}\emdash Proceedings of Electronic Publishing,
                 '92, International Conference on Electronic Publishing,
                 Document Manipulation, and Typography, Swiss Federal
                 Institute of Technology, Lausanne, Switzerland, April
                 7-10, 1992",
  year =         "1992",
  ISBN =         "0-521-43277-4",
  LCCN =         "Z 286 E43 I58 1992",
  editor =       "C. Vanoirbeek and G. Coray",
  publisher =    pub-CUP,
  address =      pub-CUP:adr,
  price =        "UK\pounds 35",
  pages =        "x + 316",
  note =         "Prepared with {\LaTeX}, and Microsoft Word converted
                 to {\LaTeX}.",
  acknowledgement = ack-ps,
  bibdate =      "Tue Dec 14 10:50:52 1993",
}

@Proceedings{vanVliet:DMT88,
  title =        "Document Manipulation and Typography. Proceedings of
                 the International Conference on Electronic Publishing,
                 Document Manipulation and Typography, Nice (France),
                 April 20--22, 1988",
  year =         "1988",
  ISBN =         "0-521-36294-6",
  LCCN =         "Z286.E43 I571 1988",
  editor =       "J. C. van Vliet",
  publisher =    pub-CUP,
  address =      pub-CUP:adr,
  pages =        "288",
  price =        "US\$47.50",
  acknowledgement = ack-hk,
  bibdate =      "Fri Jul 22 08:43:13 1994",
}
