Check out my first novel, midnight's simulacra!

BibTeX: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 13: Line 13:
year          = {2009},
year          = {2009},
month        = {August},
month        = {August},
number       = {Application Note 485},
series       = {Application Note 485},
}</pre>
}</pre>
==See Also==
==See Also==
* [[LaTeX]] tips
* [[LaTeX]] tips

Revision as of 09:19, 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},
	series        = {Application Note 485},
}

See Also