Cite This Page
Bibliographic details for Porting/LibreOffice
- Page name: Porting/LibreOffice
- Author: RCS Wiki contributors
- Publisher: RCS Wiki, .
- Date of last revision: 22 August 2019 15:06 UTC
- Date retrieved: 17 May 2026 02:21 UTC
- Permanent URL: https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634
- Page Version ID: 2634
Citation styles for Porting/LibreOffice
APA style
Porting/LibreOffice. (2019, August 22). RCS Wiki, . Retrieved 02:21, May 17, 2026 from https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634.
MLA style
"Porting/LibreOffice." RCS Wiki, . 22 Aug 2019, 15:06 UTC. 17 May 2026, 02:21 <https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634>.
MHRA style
RCS Wiki contributors, 'Porting/LibreOffice', RCS Wiki, , 22 August 2019, 15:06 UTC, <https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634> [accessed 17 May 2026]
Chicago style
RCS Wiki contributors, "Porting/LibreOffice," RCS Wiki, , https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634 (accessed May 17, 2026).
CBE/CSE style
RCS Wiki contributors. Porting/LibreOffice [Internet]. RCS Wiki, ; 2019 Aug 22, 15:06 UTC [cited 2026 May 17]. Available from: https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634.
Bluebook style
Porting/LibreOffice, https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634 (last visited May 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "RCS Wiki",
title = "Porting/LibreOffice --- RCS Wiki{,} ",
year = "2019",
url = "https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634",
note = "[Online; accessed 17-May-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 = "RCS Wiki",
title = "Porting/LibreOffice --- RCS Wiki{,} ",
year = "2019",
url = "\url{https://wiki.raptorcs.com/w/index.php?title=Porting/LibreOffice&oldid=2634}",
note = "[Online; accessed 17-May-2026]"
}