BibTeX: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
My stash of dank-grade BibTeX entries. | My stash of dank-grade BibTeX entries. | ||
==Books== | |||
<pre>@book{warren, | |||
title = {Hacker's Delight}, | |||
author = {Henry S.\ Warren}, | |||
publisher = {Addison-Wesley Professional}, | |||
year = {2002}, | |||
month = {July}, | |||
}</pre> | |||
===Knuth=== | |||
<pre>@book{knuth1, | |||
title = {Fundamental Algorithms}, | |||
author = {Donald E.\ Knuth}, | |||
publisher = {Addison-Wesley Professional}, | |||
series = {The Art of Computer Programming}, | |||
volume = {1}, | |||
year = {1997}, | |||
month = {July}, | |||
edition = {Third}, | |||
}</pre> | |||
<pre>@book{knuth2, | |||
title = {Seminumerical Algorithms}, | |||
author = {Donald E.\ Knuth}, | |||
publisher = {Addison-Wesley Professional}, | |||
series = {The Art of Computer Programming}, | |||
volume = {2}, | |||
year = {1997}, | |||
month = {November}, | |||
edition = {Third}, | |||
}</pre> | |||
<pre>@book{knuth3, | |||
title = {Sorting and Searching}, | |||
author = {Donald E.\ Knuth}, | |||
publisher = {Addison-Wesley Professional}, | |||
series = {The Art of Computer Programming}, | |||
volume = {3}, | |||
year = {1998}, | |||
month = {May}, | |||
edition = {Second}, | |||
}</pre> | |||
===Stevens=== | |||
==Intel Manuals== | ==Intel Manuals== | ||
<pre>@book{inteloptimize, | <pre>@book{inteloptimize, | ||