home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nuweb087.zip / literate.bib < prev    next >
Text File  |  1996-02-28  |  3KB  |  120 lines

  1.  
  2. % abbreviations known to bibtex 0.99c
  3. % acms        ACM Computing Surveys
  4. % acta        Acta Informatica
  5. % cacm        Communications of the ACM
  6. % ibmjrd    IBM Journal of Research and Development
  7. % ibmsj        IBM Systems Journal
  8. % ieeese    IEEE Transactions on Software Engineering
  9. % ieeetc    IEEE Transactions on Computers
  10. % ieeetcad    IEEE Transactions on Computer-Aided Design of ICs
  11. % ipl        Information Processing Letters
  12. % jacm        Journal of the ACM
  13. % jcss        Journal of Computer and System Sciences
  14. % scp        Science of Computer Programming
  15. % sicomp    SIAM Journal on Computing
  16. % tocs        ACM Transactions on Computer Systems
  17. % tods        ACM Transactions on Database Systems
  18. % tog        ACM Transactions on Graphics
  19. % toms        ACM Transactions on Mathematical Software
  20. % toois        ACM Transactions on Office Information Systems
  21. % toplas    ACM Transactions on Programming Languages and Systems
  22. % tcs        Theoretical Computer Science
  23.  
  24. @string{spe="Software -- Practice and Experience"}
  25.  
  26.  
  27. @unpublished{noweb,
  28.   author="Norman Ramsey",
  29.   title="Literate-Programming Tools Need Not Be Complex",
  30.   month=aug,
  31.   year=1992,
  32.   note="Submitted to IEEE Software"
  33. }
  34.  
  35. @article{aho:75,
  36.   author="Alfred V. Aho and Margaret J. Corasick",
  37.   title="Efficient String Matching: An Aid to Bibliographic Search",
  38.   pages="333--340",
  39.   journal=cacm,
  40.   year=1975,
  41.   month=jun,
  42.   volume=18,
  43.   number=6
  44. }
  45.  
  46.  
  47. @article{knuth:84,
  48.   author="Donald E. Knuth",
  49.   title="Literate Programming",
  50.   pages="97--111",
  51.   journal="The Computer Journal",
  52.   year="1984",
  53.   month=may,
  54.   volume=27,
  55.   number=2
  56. }
  57.  
  58. @techreport{levy:90,
  59.   author="Silvio Levy and Donald E. Knuth",
  60.   title="{{\tt CWEB}} User Manual: The {{\small CWEB}} System of
  61.          Structured Documentation",
  62.   year="1990",
  63.   month=oct,
  64.   institution="Stanford University",
  65.   number="{\small STAN}-{\small CS}-83-977",
  66.   note="Available for anonymous ftp from {\tt labrea.stanford.edu} in
  67.          directory {\tt pub/cweb}"
  68. }
  69.  
  70. @book{texbook,
  71.   author="Donald E. Knuth",
  72.   title="The {{\TeX}}book",
  73.   publisher="Addison-Wesley",
  74.   year=1986,
  75.   series="Computers \& Typesetting"
  76. }
  77.  
  78. @book{tex:program,
  79.   author="Donald E. Knuth",
  80.   title="{{\TeX}}: The Program",
  81.   publisher="Addison-Wesley",
  82.   year=1986,
  83.   series="Computers \& Typesetting"
  84. }
  85.  
  86. @book{metafont:program,
  87.   author="Donald E. Knuth",
  88.   title="{{\small\sf METAFONT:}} The Program",
  89.   publisher="Addison-Wesley",
  90.   year=1986,
  91.   series="Computers \& Typesetting"
  92. }
  93.  
  94. @book{latex,
  95.   author="Leslie Lamport",
  96.   title="{{\LaTeX:}} A Document Preparation System",
  97.   publisher="Addison-Wesley",
  98.   year=1986
  99. }
  100.  
  101. @booklet{funnelweb,
  102.   title="{FunnelWeb} User's Manual",
  103.   author="Ross N. Williams",
  104.   note="Available for anonymous ftp from {\tt sirius.itd.adelaide.edu.au}
  105.                  in directory {\tt pub/funnelweb}",
  106.   month=may,
  107.   year=1992
  108. }
  109.  
  110. @article{hanson:90,
  111.   title="Fast Allocation and Deallocation of Memory Based on Object Lifetimes",
  112.   author="David R. Hanson",
  113.   journal=spe,
  114.   year=1990,
  115.   month=jan,
  116.   volume=20,
  117.   number=1,
  118.   pages="5--12"
  119. }
  120.