xvs1001 / GESPRO_GESTION_DE_VERSIONES

Repo para la asignatura de gestión de proyectos
MIT License
0 stars 0 forks source link

Pasar memoria doc a latex #30

Closed xvs1001 closed 4 years ago

xvs1001 commented 4 years ago

Documentación

xvs1001 commented 4 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...}}

xvs1001 commented 4 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.