Cite This Page
Bibliographic details for SUNScholar/LaTeX
- Page name: SUNScholar/LaTeX
- Author: Libopedia contributors
- Publisher: Libopedia, .
- Date of last revision: 31 August 2010 17:48 UTC
- Date retrieved: 14 May 2026 19:17 UTC
- Permanent URL: http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644
- Page Version ID: 3644
Citation styles for SUNScholar/LaTeX
APA style
SUNScholar/LaTeX. (2010, August 31). Libopedia, . Retrieved 19:17, May 14, 2026 from http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644.
MLA style
"SUNScholar/LaTeX." Libopedia, . 31 Aug 2010, 17:48 UTC. 14 May 2026, 19:17 <http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644>.
MHRA style
Libopedia contributors, 'SUNScholar/LaTeX', Libopedia, , 31 August 2010, 17:48 UTC, <http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644> [accessed 14 May 2026]
Chicago style
Libopedia contributors, "SUNScholar/LaTeX," Libopedia, , http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644 (accessed May 14, 2026).
CBE/CSE style
Libopedia contributors. SUNScholar/LaTeX [Internet]. Libopedia, ; 2010 Aug 31, 17:48 UTC [cited 2026 May 14]. Available from: http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644.
Bluebook style
SUNScholar/LaTeX, http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644 (last visited May 14, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Libopedia",
title = "SUNScholar/LaTeX --- Libopedia{,} ",
year = "2010",
url = "http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644",
note = "[Online; accessed 14-May-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 = "Libopedia",
title = "SUNScholar/LaTeX --- Libopedia{,} ",
year = "2010",
url = "\url{http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/LaTeX&oldid=3644}",
note = "[Online; accessed 14-May-2026]"
}