BibTeX: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
month = {July}, | month = {July}, | ||
}</pre> | }</pre> | ||
===Knuth=== | |||
<pre>@book{knuth1, | <pre>@book{knuth1, | ||
title = {Fundamental Algorithms}, | title = {Fundamental Algorithms}, | ||
| Line 15: | Line 16: | ||
volume = {1}, | volume = {1}, | ||
year = {1997}, | year = {1997}, | ||
month = { | month = {July}, | ||
edition = {Third}, | |||
}</pre> | }</pre> | ||
<pre>@book{knuth2, | <pre>@book{knuth2, | ||
| Line 25: | Line 27: | ||
year = {1997}, | year = {1997}, | ||
month = {November}, | 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> | }</pre> | ||
===Stevens=== | |||
==Intel Manuals== | ==Intel Manuals== | ||
<pre>@book{inteloptimize, | <pre>@book{inteloptimize, | ||