Check out my first novel, midnight's simulacra!

BibTeX: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 1: Line 1:
My stash of dank-grade BibTeX entries.
My stash of dank-grade BibTeX entries.
==Intel Manuals==
==Intel Manuals==
<pre>@manual{inteloptimize,
<pre>@book{inteloptimize,
organization  = {{Intel Corporation}},
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},
Line 8: Line 8:
number        = {248966-018},
number        = {248966-018},
}</pre>
}</pre>
<pre>@manual{intelcpuid,
<pre>@book{intelcpuid,
organization  = {{Intel Corporation}},
author        = {{Intel Corporation}},
title        = {{Intel\textsuperscript{\textregistered} Processor Identification and the CPUID Instruction}},
title        = {{Intel\textsuperscript{\textregistered} Processor Identification and the CPUID Instruction}},
year          = {2009},
year          = {2009},

Revision as of 09:18, 5 May 2010

My stash of dank-grade BibTeX entries.

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},
	number        = {Application Note 485},
}

See Also