Cite This Page
Bibliographic details for Emacs/Formatting
- Page name: Emacs/Formatting
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 11 April 2016 11:58 UTC
- Date retrieved: 2 December 2024 17:07 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675
- Page Version ID: 60675
Citation styles for Emacs/Formatting
APA style
Emacs/Formatting. (2016, April 11). HaskellWiki. Retrieved 17:07, December 2, 2024 from https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675.
MLA style
"Emacs/Formatting." HaskellWiki. 11 Apr 2016, 11:58 UTC. 2 Dec 2024, 17:07 <https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675>.
MHRA style
HaskellWiki contributors, 'Emacs/Formatting', HaskellWiki, 11 April 2016, 11:58 UTC, <https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675> [accessed 2 December 2024]
Chicago style
HaskellWiki contributors, "Emacs/Formatting," HaskellWiki, https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675 (accessed December 2, 2024).
CBE/CSE style
HaskellWiki contributors. Emacs/Formatting [Internet]. HaskellWiki; 2016 Apr 11, 11:58 UTC [cited 2024 Dec 2]. Available from: https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675.
Bluebook style
Emacs/Formatting, https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675 (last visited December 2, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Emacs/Formatting --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675", note = "[Online; accessed 2-December-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 = "HaskellWiki", title = "Emacs/Formatting --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Emacs/Formatting&oldid=60675}", note = "[Online; accessed 2-December-2024]" }