xgg1003 / GESPRO_PracticaGestionTareas_2021

0 stars 0 forks source link

Pasar memoria doc a latex #16

Closed jle1001 closed 3 years ago

jle1001 commented 3 years ago

Revisar imágenes. Revisar bibliografía. bibentry (http://gking.harvard.edu/files/bibentry2.pdf). Documentación

jle1001 commented 3 years ago

Expresión regular para corregir las referencias:

Buscar: ({[})([\w:\]+)({]}\_) Reemplazar por: \citep{\2} Ej: {[}art:campbell2005{]}_ -> \citep{art:campbell2005}

Expresión regular para corregir las imágenes:

Buscar: (\includegraphics{..\/..\/img\/)(\w)(.\w}) Reemplazar por: \imagen{\2}{descripción...} Ej: \includegraphics{../../img/s2.png} -> \imagen{s2}{descripción...}}

jle1001 commented 3 years ago

Cheat-sheet plantilla Rutas de ficheros / paquetes \ruta{C:/Windows/System32} Imágenes Imagen en el sitio introducido:

\imagen{nombre-img}{Descripción...} Imagen flotante:

\imagenflotante{nombre-img}{Descripción...} El nombre de la imagen sin extensión.