meta data for this page

Bibliographic details for "software:latex"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "software:latex"

APA style

Christian Heine (2021). software:latex. PaleoEarthLabs.org. Retrieved 04:26, 19 May, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464.

MLA style

“software:latex.” PaleoEarthLabs.org. 23 Mar 2021, 11:47 CET. 19 May 2024, 04:26 <https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464>.

MHRA style

Christian Heine, ‘software:latex’, PaleoEarthLabs.org, 23 March 2021, 11:47 CET, <https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464> [accessed 19 May 2024]

Chicago style

Christian Heine, “software:latex,” PaleoEarthLabs.org, https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464 (accessed May 19, 2024).

CBE/CSE style

Christian Heine. software:latex [Internet]. PaleoEarthLabs.org; 2021 Mar 23, 11:47 CET [cited 2024 May 19]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464.

Bluebook style

AMA style

Christian Heine. software:latex. PaleoEarthLabs.org. March 23, 2021, 11:47 CET. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464. Accessed May 19, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Christian Heine",
   title = "software:latex --- PaleoEarthLabs.org",
   year = "2021",
   url = "https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464",
   note = "[Online; accessed 19-May-2024]"
 }

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 be preferred:

 @misc{ wiki:xxx,
   author = "Christian Heine",
   title = "software:latex --- PaleoEarthLabs.org",
   year = "2021",
   url = "\url{https://wiki.paleoearthlabs.org/doku.php?id=software:latex&rev=1616496464}",
   note = "[Online; accessed 19-May-2024]"
 }