Citar esta página
Datos bibliográficos sobre LaTeX
- Nombre de la página: LaTeX
- Autor: EcuRed contributors
- Editor: EcuRed, .
- Fecha de la última revisión: 6 julio 2019 00:25 UTC
- Fecha obtenida: 14 abril 2026 19:36 UTC
- Dirección URL permanente: https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447
- Identificador de versión de la página: 3442447
Estilo de citas para LaTeX
Estilo APA
LaTeX. (2019, julio 6). EcuRed, . Consultado el 19:36, abril 14, 2026 en https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447.
Estilo MLA
"LaTeX." EcuRed, . 6 jul 2019, 00:25 UTC. 14 abr 2026, 19:36 <https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447>.
Estilo MHRA
Colaboradores de EcuRed, 'LaTeX', EcuRed, , 6 julio 2019, 00:25 UTC, <https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447> [consultado el 14 abril 2026]
Estilo Chicago
Colaboradores de EcuRed, "LaTeX," EcuRed, , https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447 (consultado el abril 14, 2026).
Estilo CBE/CSE
Colaboradores de EcuRed. LaTeX [Internet]. EcuRed, ; 2019 jul 6, 00:25 UTC [citado el 2026 abr 14]. Disponible en: https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447.
Estilo Bluebook
LaTeX, https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447 (última visita: abril 14, 2026).
Entrada BibTeX
@misc{ wiki:xxx,
autor = "EcuRed",
título = "LaTeX --- EcuRed{,} ",
año = "2019",
url = "https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447",
nota = "[En línea; consultado el 14-abril-2026]"
}
Cuando se utiliza la dirección URL de empaquetamiento LaTeX (\usepackage{url} en algún lugar del preámbulo) que tiende a dar direcciones web con un formato más agradable, se prefiere lo siguiente:
@misc{ wiki:xxx,
autor = "EcuRed",
título = "LaTeX --- EcuRed{,} ",
año = "2019",
url = "\url{https://www.ecured.cu/index.php?title=LaTeX&oldid=3442447}",
nota = "[En línea; consultado el 14-abril-2026]"
}