Cite This Page
Bibliographic details for Windows development on Linux
- Page name: Windows development on Linux
- Author: Inkscape Wiki contributors
- Publisher: Inkscape Wiki, .
- Date of last revision: 9 March 2010 23:40 UTC
- Date retrieved: 23 May 2021 06:44 UTC
- Permanent URL: https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815
- Page Version ID: 59815
Citation styles for Windows development on Linux
APA style
Windows development on Linux. (2010, March 9). Inkscape Wiki, . Retrieved 06:44, May 23, 2021 from https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815.
MLA style
"Windows development on Linux." Inkscape Wiki, . 9 Mar 2010, 23:40 UTC. 23 May 2021, 06:44 <https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815>.
MHRA style
Inkscape Wiki contributors, 'Windows development on Linux', Inkscape Wiki, , 9 March 2010, 23:40 UTC, <https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815> [accessed 23 May 2021]
Chicago style
Inkscape Wiki contributors, "Windows development on Linux," Inkscape Wiki, , https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815 (accessed May 23, 2021).
CBE/CSE style
Inkscape Wiki contributors. Windows development on Linux [Internet]. Inkscape Wiki, ; 2010 Mar 9, 23:40 UTC [cited 2021 May 23]. Available from: https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815.
Bluebook style
Windows development on Linux, https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815 (last visited May 23, 2021).
BibTeX entry
@misc{ wiki:xxx,
author = "Inkscape Wiki",
title = "Windows development on Linux --- Inkscape Wiki{,} ",
year = "2010",
url = "https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815",
note = "[Online; accessed 23-May-2021]"
}
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 = "Inkscape Wiki",
title = "Windows development on Linux --- Inkscape Wiki{,} ",
year = "2010",
url = "\url{https://wiki.inkscape.org/wiki/index.php?title=Windows_development_on_Linux&oldid=59815}",
note = "[Online; accessed 23-May-2021]"
}