Cite This Page
Bibliographic details for LaTeX
- Page name: LaTeX
- Author: UCT EE Wiki contributors
- Publisher: UCT EE Wiki, .
- Date of last revision: 6 February 2020 15:39 UTC
- Date retrieved: 10 April 2026 04:50 UTC
- Permanent URL: http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124
- Page Version ID: 124
Citation styles for LaTeX
APA style
LaTeX. (2020, February 6). UCT EE Wiki, . Retrieved 04:50, April 10, 2026 from http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124.
MLA style
"LaTeX." UCT EE Wiki, . 6 Feb 2020, 15:39 UTC. 10 Apr 2026, 04:50 <http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124>.
MHRA style
UCT EE Wiki contributors, 'LaTeX', UCT EE Wiki, , 6 February 2020, 15:39 UTC, <http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124> [accessed 10 April 2026]
Chicago style
UCT EE Wiki contributors, "LaTeX," UCT EE Wiki, , http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124 (accessed April 10, 2026).
CBE/CSE style
UCT EE Wiki contributors. LaTeX [Internet]. UCT EE Wiki, ; 2020 Feb 6, 15:39 UTC [cited 2026 Apr 10]. Available from: http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124.
Bluebook style
LaTeX, http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124 (last visited April 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "UCT EE Wiki",
title = "LaTeX --- UCT EE Wiki{,} ",
year = "2020",
url = "http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124",
note = "[Online; accessed 10-April-2026]"
}
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 = "UCT EE Wiki",
title = "LaTeX --- UCT EE Wiki{,} ",
year = "2020",
url = "\url{http://wiki.ee.uct.ac.za/index.php?title=LaTeX&oldid=124}",
note = "[Online; accessed 10-April-2026]"
}