summaryrefslogtreecommitdiff
path: root/web/nuweb/msdos/literate.bib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /web/nuweb/msdos/literate.bib
Initial commit
Diffstat (limited to 'web/nuweb/msdos/literate.bib')
-rw-r--r--web/nuweb/msdos/literate.bib119
1 files changed, 119 insertions, 0 deletions
diff --git a/web/nuweb/msdos/literate.bib b/web/nuweb/msdos/literate.bib
new file mode 100644
index 0000000000..6c60823bad
--- /dev/null
+++ b/web/nuweb/msdos/literate.bib
@@ -0,0 +1,119 @@
+
+% abbreviations known to bibtex 0.99c
+% acms ACM Computing Surveys
+% acta Acta Informatica
+% cacm Communications of the ACM
+% ibmjrd IBM Journal of Research and Development
+% ibmsj IBM Systems Journal
+% ieeese IEEE Transactions on Software Engineering
+% ieeetc IEEE Transactions on Computers
+% ieeetcad IEEE Transactions on Computer-Aided Design of ICs
+% ipl Information Processing Letters
+% jacm Journal of the ACM
+% jcss Journal of Computer and System Sciences
+% scp Science of Computer Programming
+% sicomp SIAM Journal on Computing
+% tocs ACM Transactions on Computer Systems
+% tods ACM Transactions on Database Systems
+% tog ACM Transactions on Graphics
+% toms ACM Transactions on Mathematical Software
+% toois ACM Transactions on Office Information Systems
+% toplas ACM Transactions on Programming Languages and Systems
+% tcs Theoretical Computer Science
+
+@string{spe="Software -- Practice and Experience"}
+
+
+@unpublished{noweb,
+ author="Norman Ramsey",
+ title="Literate-Programming Tools Need Not Be Complex",
+ month=aug,
+ year=1992,
+ note="Submitted to IEEE Software"
+}
+
+@article{aho:75,
+ author="Alfred V. Aho and Margaret J. Corasick",
+ title="Efficient String Matching: An Aid to Bibliographic Search",
+ pages="333--340",
+ journal=cacm,
+ year=1975,
+ month=jun,
+ volume=18,
+ number=6
+}
+
+
+@article{knuth:84,
+ author="Donald E. Knuth",
+ title="Literate Programming",
+ pages="97--111",
+ journal="The Computer Journal",
+ year="1984",
+ month=may,
+ volume=27,
+ number=2
+}
+
+@techreport{levy:90,
+ author="Silvio Levy and Donald E. Knuth",
+ title="{{\tt CWEB}} User Manual: The {{\small CWEB}} System of
+ Structured Documentation",
+ year="1990",
+ month=oct,
+ institution="Stanford University",
+ number="{\small STAN}-{\small CS}-83-977",
+ note="Available for anonymous ftp from {\tt labrea.stanford.edu} in
+ directory {\tt pub/cweb}"
+}
+
+@book{texbook,
+ author="Donald E. Knuth",
+ title="The {{\TeX}}book",
+ publisher="Addison-Wesley",
+ year=1986,
+ series="Computers \& Typesetting"
+}
+
+@book{tex:program,
+ author="Donald E. Knuth",
+ title="{{\TeX}}: The Program",
+ publisher="Addison-Wesley",
+ year=1986,
+ series="Computers \& Typesetting"
+}
+
+@book{metafont:program,
+ author="Donald E. Knuth",
+ title="{{\small\sf METAFONT:}} The Program",
+ publisher="Addison-Wesley",
+ year=1986,
+ series="Computers \& Typesetting"
+}
+
+@book{latex,
+ author="Leslie Lamport",
+ title="{{\LaTeX:}} A Document Preparation System",
+ publisher="Addison-Wesley",
+ year=1986
+}
+
+@booklet{funnelweb,
+ title="{FunnelWeb} User's Manual",
+ author="Ross N. Williams",
+ note="Available for anonymous ftp from {\tt sirius.itd.adelaide.edu.au}
+ in directory {\tt pub/funnelweb}",
+ month=may,
+ year=1992
+}
+
+@article{hanson:90,
+ title="Fast Allocation and Deallocation of Memory Based on Object Lifetimes",
+ author="David R. Hanson",
+ journal=spe,
+ year=1990,
+ month=jan,
+ volume=20,
+ number=1,
+ pages="5--12"
+}