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: 26 January 2009 22:33 UTC
- Date retrieved: 27 March 2023 23:02 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=26133
- Page Version ID: 26133
Citation styles for Xmonad/General xmonad.hs config tips
APA style
Xmonad/General xmonad.hs config tips. (2009, January 26). HaskellWiki, . Retrieved 23:02, March 27, 2023 from https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=26133.
MLA style
"Xmonad/General xmonad.hs config tips." HaskellWiki, . 26 Jan 2009, 22:33 UTC. 27 Mar 2023, 23:02 <https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=26133>.
MHRA style
HaskellWiki contributors, 'Xmonad/General xmonad.hs config tips', HaskellWiki, , 26 January 2009, 22:33 UTC, <https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=26133> [accessed 27 March 2023]
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=26133 (accessed March 27, 2023).
CBE/CSE style
HaskellWiki contributors. Xmonad/General xmonad.hs config tips [Internet]. HaskellWiki, ; 2009 Jan 26, 22:33 UTC [cited 2023 Mar 27]. Available from: https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=26133.
Bluebook style
Xmonad/General xmonad.hs config tips, https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&oldid=26133 (last visited March 27, 2023).
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=26133", note = "[Online; accessed 27-March-2023]" }
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=26133}", note = "[Online; accessed 27-March-2023]" }