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: 14 marzo 2013 21:14 UTC
- Fecha obtenida: 14 abril 2026 20:08 UTC
- Dirección URL permanente: https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251
- Identificador de versión de la página: 1825251
Estilo de citas para LaTeX
Estilo APA
LaTeX. (2013, marzo 14). EcuRed, . Consultado el 20:08, abril 14, 2026 en https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251.
Estilo MLA
"LaTeX." EcuRed, . 14 mar 2013, 21:14 UTC. 14 abr 2026, 20:08 <https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251>.
Estilo MHRA
Colaboradores de EcuRed, 'LaTeX', EcuRed, , 14 marzo 2013, 21:14 UTC, <https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251> [consultado el 14 abril 2026]
Estilo Chicago
Colaboradores de EcuRed, "LaTeX," EcuRed, , https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251 (consultado el abril 14, 2026).
Estilo CBE/CSE
Colaboradores de EcuRed. LaTeX [Internet]. EcuRed, ; 2013 mar 14, 21:14 UTC [citado el 2026 abr 14]. Disponible en: https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251.
Estilo Bluebook
LaTeX, https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251 (última visita: abril 14, 2026).
Entrada BibTeX
@misc{ wiki:xxx,
autor = "EcuRed",
título = "LaTeX --- EcuRed{,} ",
año = "2013",
url = "https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251",
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 = "2013",
url = "\url{https://www.ecured.cu/index.php?title=LaTeX&oldid=1825251}",
nota = "[En línea; consultado el 14-abril-2026]"
}