Check out my first novel, midnight's simulacra!

BibTeX: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 7: Line 7:
month        = {March},
month        = {March},
number        = {248966-018},
number        = {248966-018},
}</pre>
<pre>@manual{intelcpuid,
organization  = {{Intel Corporation}},
title        = {{Intel\textsuperscript{\textregistered} Processor Identification and the CPUID Instruction}},
year          = {2009},
month        = {August},
number        = {Application Note 485},
}</pre>
}</pre>
==See Also==
==See Also==
* [[LaTeX]] tips
* [[LaTeX]] tips

Revision as of 09:16, 5 May 2010

My stash of dank-grade BibTeX entries.

Intel Manuals

@manual{inteloptimize,
	organization  = {{Intel Corporation}},
	title         = {{Intel\textsuperscript{\textregistered} 64 and IA-32 Architectures Optimization Reference Manual}},
	year          = {2009},
	month         = {March},
	number        = {248966-018},
}
@manual{intelcpuid,
	organization  = {{Intel Corporation}},
	title         = {{Intel\textsuperscript{\textregistered} Processor Identification and the CPUID Instruction}},
	year          = {2009},
	month         = {August},
	number        = {Application Note 485},
}

See Also