Check out my first novel, midnight's simulacra!

BibTeX: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 14: Line 14:
month        = {August},
month        = {August},
series        = {Application Note 485},
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>
}</pre>
==See Also==
==See Also==
* [[LaTeX]] tips
* [[LaTeX]] tips

Revision as of 02:14, 7 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},
	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