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: 7 July 2022 08:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=62901
- Page Version ID: 62901
Citation styles for Xmonad/General xmonad.hs config tips
APA style
Xmonad/General xmonad.hs config tips. (2019, April 12). HaskellWiki, . Retrieved 08:58, July 7, 2022 from https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=62901.
MLA style
"Xmonad/General xmonad.hs config tips." HaskellWiki, . 12 Apr 2019, 02:13 UTC. 7 Jul 2022, 08:58 <https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=62901>.
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=62901> [accessed 7 July 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=62901 (accessed July 7, 2022).
CBE/CSE style
HaskellWiki contributors. Xmonad/General xmonad.hs config tips [Internet]. HaskellWiki, ; 2019 Apr 12, 02:13 UTC [cited 2022 Jul 7]. Available from: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=62901.
Bluebook style
Xmonad/General xmonad.hs config tips, https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=62901 (last visited July 7, 2022).
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=62901", note = "[Online; accessed 7-July-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 = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=62901}", note = "[Online; accessed 7-July-2022]" }