Cite This Page
Bibliographic details for Compiling from Source
- Page name: Compiling from Source
- Author: Kolmafia contributors
- Publisher: Kolmafia.
- Date of last revision: 5 December 2023 01:00 UTC
- Date retrieved: 20 July 2026 10:26 UTC
- Permanent URL: https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234
- Page Version ID: 9234
Citation styles for Compiling from Source
Compiling from Source. (2023, December 5). Kolmafia. Retrieved 10:26, July 20, 2026 from https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234.
"Compiling from Source." Kolmafia. 5 Dec 2023, 01:00 UTC. 20 Jul 2026, 10:26 <https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234>.
Kolmafia contributors, 'Compiling from Source', Kolmafia, 5 December 2023, 01:00 UTC, <https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234> [accessed 20 July 2026]
Kolmafia contributors, "Compiling from Source," Kolmafia, https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234 (accessed July 20, 2026).
Kolmafia contributors. Compiling from Source [Internet]. Kolmafia; 2023 Dec 5, 01:00 UTC [cited 2026 Jul 20]. Available from: https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234.
Compiling from Source, https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234 (last visited July 20, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Kolmafia",
title = "Compiling from Source --- Kolmafia{,} ",
year = "2023",
url = "https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234",
note = "[Online; accessed 20-July-2026]"
}
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 = "Kolmafia",
title = "Compiling from Source --- Kolmafia{,} ",
year = "2023",
url = "\url{https://wiki.kolmafia.us/index.php?title=Compiling_from_Source&oldid=9234}",
note = "[Online; accessed 20-July-2026]"
}