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: 3 July 2009 15:28 UTC
- Date retrieved: 18 May 2022 10:50 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856
- Page Version ID: 28856
Citation styles for Xmonad/General xmonad.hs config tips
APA style
Xmonad/General xmonad.hs config tips. (2009, July 3). HaskellWiki, . Retrieved 10:50, May 18, 2022 from https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856.
MLA style
"Xmonad/General xmonad.hs config tips." HaskellWiki, . 3 Jul 2009, 15:28 UTC. 18 May 2022, 10:50 <https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856>.
MHRA style
HaskellWiki contributors, 'Xmonad/General xmonad.hs config tips', HaskellWiki, , 3 July 2009, 15:28 UTC, <https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856> [accessed 18 May 2022]
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=28856 (accessed May 18, 2022).
CBE/CSE style
HaskellWiki contributors. Xmonad/General xmonad.hs config tips [Internet]. HaskellWiki, ; 2009 Jul 3, 15:28 UTC [cited 2022 May 18]. Available from: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856.
Bluebook style
Xmonad/General xmonad.hs config tips, https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856 (last visited May 18, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Xmonad/General xmonad.hs config tips --- HaskellWiki{,} ", year = "2009", url = "https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856", note = "[Online; accessed 18-May-2022]" }
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 = "2009", url = "\url{https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=28856}", note = "[Online; accessed 18-May-2022]" }