|
|
|
@ -98,9 +98,56 @@ El contenido del archivo `referencias.bib` sigue el formato tipo Bibtex y a cont
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Capítulo de libro**
|
|
|
|
|
```bibtex
|
|
|
|
|
@incollection{apellido2021capitulo,
|
|
|
|
|
author = {Apellido, Nombre},
|
|
|
|
|
title = {Título del Capítulo},
|
|
|
|
|
booktitle = {Título del Libro},
|
|
|
|
|
editor = {Editor, Nombre},
|
|
|
|
|
publisher = {Editorial},
|
|
|
|
|
year = {2021},
|
|
|
|
|
pages = {45--60},
|
|
|
|
|
address = {Ciudad}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Trabajo de tesis**
|
|
|
|
|
```bibtex
|
|
|
|
|
@phdthesis{gomez2020tesis,
|
|
|
|
|
author = {Gómez, Carla},
|
|
|
|
|
title = {Título de la Tesis},
|
|
|
|
|
school = {Nombre de la Universidad},
|
|
|
|
|
year = {2020},
|
|
|
|
|
type = {Tesis Doctoral}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Trabajo de congreso**
|
|
|
|
|
```bibtex
|
|
|
|
|
@inproceedings{rojas2023congreso,
|
|
|
|
|
author = {Rojas, Pedro},
|
|
|
|
|
title = {Título del Trabajo},
|
|
|
|
|
booktitle = {Memorias del Congreso Internacional de Ingeniería},
|
|
|
|
|
year = {2023},
|
|
|
|
|
pages = {234--240},
|
|
|
|
|
address = {Ciudad, País}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Recursos web**
|
|
|
|
|
```bibtex
|
|
|
|
|
@misc{pandocmanual,
|
|
|
|
|
author = {MacFarlane, John},
|
|
|
|
|
title = {Pandoc User's Guide},
|
|
|
|
|
year = {2024},
|
|
|
|
|
note = {Disponible en: \\url{https://pandoc.org/MANUAL.html}}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Estilos de citas CSL
|
|
|
|
|
|
|
|
|
|
https://github.com/citation-style-language/styles-distribution/blob/master/ieee.csl?utm_source=chatgpt.com
|
|
|
|
|
https://github.com/citation-style-language/styles-distribution/blob/master/ieee.csl?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Ejemplos de comandos Pandoc
|
|
|
|
|