Check out my first novel, midnight's simulacra!
BibTeX: Difference between revisions
From dankwiki
(Created page with 'My stash of dank-grade BibTeX entries. ==Intel Manuals== <code>@manual{inteloptimize, organization = {{Intel Corporation}}, title = {{Intel\textsuperscript{\textregist...') |
No edit summary |
||
(10 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, | ||
author = {{Intel Corporation}}, | |||
title = {{Intel\textsuperscript{\textregistered} 64 and IA-32 Architectures Optimization Reference Manual}}, | title = {{Intel\textsuperscript{\textregistered} 64 and IA-32 Architectures Optimization Reference Manual}}, | ||
year = {2009}, | year = {2009}, | ||
month = {March}, | month = {March}, | ||
}</ | number = {248966-018}, | ||
}</pre> | |||
<pre>@book{intelcpuid, | |||
author = {{Intel Corporation}}, | |||
title = {{Intel\textsuperscript{\textregistered} Processor Identification and the CPUID Instruction}}, | |||
year = {2009}, | |||
month = {August}, | |||
series = {Application Note 485}, | |||
}</pre> | |||
<pre>@book{intelsys, | |||
author = {{Intel Corporation}}, | |||
title = {{Intel\textsuperscript{\textregistered} 64 and IA-32 Architectures Software Developer's Manual}}, | |||
year = {2009}, | |||
month = {December}, | |||
number = {253669-033US}, | |||
}</pre> | |||
==See Also== | |||
* [[LaTeX]] tips |
Latest revision as of 22:10, 8 May 2010
My stash of dank-grade BibTeX entries.
Books
@book{warren, title = {Hacker's Delight}, author = {Henry S.\ Warren}, publisher = {Addison-Wesley Professional}, year = {2002}, month = {July}, }
Knuth
@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}, }
@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}, }
@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}, }
Stevens
Intel Manuals
@book{inteloptimize, author = {{Intel Corporation}}, title = {{Intel\textsuperscript{\textregistered} 64 and IA-32 Architectures Optimization Reference Manual}}, year = {2009}, month = {March}, number = {248966-018}, }
@book{intelcpuid, author = {{Intel Corporation}}, title = {{Intel\textsuperscript{\textregistered} Processor Identification and the CPUID Instruction}}, year = {2009}, month = {August}, series = {Application Note 485}, }
@book{intelsys, author = {{Intel Corporation}}, title = {{Intel\textsuperscript{\textregistered} 64 and IA-32 Architectures Software Developer's Manual}}, year = {2009}, month = {December}, number = {253669-033US}, }
See Also
- LaTeX tips