Cite This Page
Bibliographic details for Button sizing problem
- Page name: Button sizing problem
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 20 February 2006 22:24 UTC
- Date retrieved: 31 March 2023 06:09 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444
- Page Version ID: 2444
Citation styles for Button sizing problem
APA style
Button sizing problem. (2006, February 20). HaskellWiki, . Retrieved 06:09, March 31, 2023 from https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444.
MLA style
"Button sizing problem." HaskellWiki, . 20 Feb 2006, 22:24 UTC. 31 Mar 2023, 06:09 <https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444>.
MHRA style
HaskellWiki contributors, 'Button sizing problem', HaskellWiki, , 20 February 2006, 22:24 UTC, <https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444> [accessed 31 March 2023]
Chicago style
HaskellWiki contributors, "Button sizing problem," HaskellWiki, , https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444 (accessed March 31, 2023).
CBE/CSE style
HaskellWiki contributors. Button sizing problem [Internet]. HaskellWiki, ; 2006 Feb 20, 22:24 UTC [cited 2023 Mar 31]. Available from: https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444.
Bluebook style
Button sizing problem, https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Button sizing problem --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444", note = "[Online; accessed 31-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 = "Button sizing problem --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Button_sizing_problem&oldid=2444}", note = "[Online; accessed 31-March-2023]" }