Cite This Page
Bibliographic details for MikTeX
- Page name: MikTeX
- Author: WPKG | Open Source Software Deployment and Distribution contributors
- Publisher: WPKG | Open Source Software Deployment and Distribution, .
- Date of last revision: 15 May 2020 01:34 UTC
- Date retrieved: 10 May 2026 23:08 UTC
- Permanent URL: https://wpkg.org/index.php?title=MikTeX&oldid=2081
- Page Version ID: 2081
Citation styles for MikTeX
APA style
MikTeX. (2020, May 15). WPKG | Open Source Software Deployment and Distribution, . Retrieved 23:08, May 10, 2026 from https://wpkg.org/index.php?title=MikTeX&oldid=2081.
MLA style
"MikTeX." WPKG | Open Source Software Deployment and Distribution, . 15 May 2020, 01:34 UTC. 10 May 2026, 23:08 <https://wpkg.org/index.php?title=MikTeX&oldid=2081>.
MHRA style
WPKG | Open Source Software Deployment and Distribution contributors, 'MikTeX', WPKG | Open Source Software Deployment and Distribution, , 15 May 2020, 01:34 UTC, <https://wpkg.org/index.php?title=MikTeX&oldid=2081> [accessed 10 May 2026]
Chicago style
WPKG | Open Source Software Deployment and Distribution contributors, "MikTeX," WPKG | Open Source Software Deployment and Distribution, , https://wpkg.org/index.php?title=MikTeX&oldid=2081 (accessed May 10, 2026).
CBE/CSE style
WPKG | Open Source Software Deployment and Distribution contributors. MikTeX [Internet]. WPKG | Open Source Software Deployment and Distribution, ; 2020 May 15, 01:34 UTC [cited 2026 May 10]. Available from: https://wpkg.org/index.php?title=MikTeX&oldid=2081.
Bluebook style
MikTeX, https://wpkg.org/index.php?title=MikTeX&oldid=2081 (last visited May 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "WPKG | Open Source Software Deployment and Distribution",
title = "MikTeX --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2020",
url = "https://wpkg.org/index.php?title=MikTeX&oldid=2081",
note = "[Online; accessed 10-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 = "WPKG | Open Source Software Deployment and Distribution",
title = "MikTeX --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2020",
url = "\url{https://wpkg.org/index.php?title=MikTeX&oldid=2081}",
note = "[Online; accessed 10-May-2026]"
}