Cite This Page
Bibliographic details for Xmonad/General xmonad.hs config tips
- Page name: Xmonad/General xmonad.hs config tips
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 12 April 2019 02:13 UTC
- Date retrieved: 22 January 2021 23:30 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852
- Page Version ID: 54852
Citation styles for Xmonad/General xmonad.hs config tips
APA style
Xmonad/General xmonad.hs config tips. (2019, April 12). HaskellWiki, . Retrieved 23:30, January 22, 2021 from https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852.
MLA style
"Xmonad/General xmonad.hs config tips." HaskellWiki, . 12 Apr 2019, 02:13 UTC. 22 Jan 2021, 23:30 <https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852>.
MHRA style
HaskellWiki contributors, 'Xmonad/General xmonad.hs config tips', HaskellWiki, , 12 April 2019, 02:13 UTC, <https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852> [accessed 22 January 2021]
Chicago style
HaskellWiki contributors, "Xmonad/General xmonad.hs config tips," HaskellWiki, , https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852 (accessed January 22, 2021).
CBE/CSE style
HaskellWiki contributors. Xmonad/General xmonad.hs config tips [Internet]. HaskellWiki, ; 2019 Apr 12, 02:13 UTC [cited 2021 Jan 22]. Available from: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852.
Bluebook style
Xmonad/General xmonad.hs config tips, https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852 (last visited January 22, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Xmonad/General xmonad.hs config tips --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852", note = "[Online; accessed 22-January-2021]" }
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 = "Xmonad/General xmonad.hs config tips --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=54852}", note = "[Online; accessed 22-January-2021]" }