Cite
From OpenWetWare
Bibliographic details for Getting started with LaTeX on a Mac
- Page name: Getting started with LaTeX on a Mac
- Author: OpenWetWare contributors
- Publisher: OpenWetWare, .
- Date of last revision: 10 September 2007 16:28 UTC
- Date retrieved: 18 May 2013 19:33 UTC
- Permanent URL: http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354
- Page Version ID: 149354
Citation styles for Getting started with LaTeX on a Mac
APA style
Getting started with LaTeX on a Mac. (2007, September 10). OpenWetWare, . Retrieved 19:33, May 18, 2013 from http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354.
MLA style
"Getting started with LaTeX on a Mac." OpenWetWare, . 10 Sep 2007, 16:28 UTC. 18 May 2013, 19:33 <http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354>.
MHRA style
OpenWetWare contributors, 'Getting started with LaTeX on a Mac', OpenWetWare, , 10 September 2007, 16:28 UTC, <http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354> [accessed 18 May 2013]
Chicago style
OpenWetWare contributors, "Getting started with LaTeX on a Mac," OpenWetWare, , http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354 (accessed May 18, 2013).
CBE/CSE style
OpenWetWare contributors. Getting started with LaTeX on a Mac [Internet]. OpenWetWare, ; 2007 Sep 10, 16:28 UTC [cited 2013 May 18]. Available from: http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354.
Bluebook style
Getting started with LaTeX on a Mac, http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354 (last visited May 18, 2013).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenWetWare",
title = "Getting started with LaTeX on a Mac --- OpenWetWare{,} ",
year = "2007",
url = "http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354",
note = "[Online; accessed 18-May-2013]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may preferred:
@misc{ wiki:xxx,
author = "OpenWetWare",
title = "Getting started with LaTeX on a Mac --- OpenWetWare{,} ",
year = "2007",
url = "\url{http://www.openwetware.org/index.php?title=Getting_started_with_LaTeX_on_a_Mac&oldid=149354}",
note = "[Online; accessed 18-May-2013]"
}


