dgm1003 / GESPRO_PracticaGestionTareas_2021

0 stars 0 forks source link

Pasar memoria doc a latex #18

Closed ifh1001 closed 3 years ago

ifh1001 commented 3 years ago

Documentación

dgm1003 commented 3 years ago

Expresión regular para corregir las referencias:

Ej: {[}art:campbell2005{]}\_ -> \citep{art:campbell2005}


Expresión regular para corregir las imágenes:

Ej: \includegraphics{../../img/s2.png} -> \imagen{s2}{descripción...}}

dgm1003 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.