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: 18 April 2025 15:59 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 15:59, April 18, 2025 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. 18 Apr 2025, 15:59 <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 18 April 2025]
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 April 18, 2025).
CBE/CSE style
HaskellWiki contributors. Xmonad/General xmonad.hs config tips [Internet]. HaskellWiki; 2019 Apr 12, 02:13 UTC [cited 2025 Apr 18]. 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 April 18, 2025).
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 18-April-2025]" }
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 18-April-2025]" }