zcc1001 / GESPRO_GESTIONTAREAS

Aprendizaje de la gestión de tareas mediante la simulación de un proceso Scrum..
0 stars 0 forks source link

Pasar memoria doc a latex #31

Closed asl1006 closed 2 years ago

asl1006 commented 2 years ago

Revisar imágenes. Revisar bibliografía. bibentry (http://gking.harvard.edu/files/bibentry2.pdf). Documentación Resumen Introducción Objetivos del proyecto Conceptos teóricos Técnicas y herramientas Aspectos relevantes Trabajos relacionados Conclusiones y Líneas de trabajo futuras

zcc1001 commented 2 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...}}

zcc1001 commented 2 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.

zcc1001 commented 2 years ago

davidmigloz added a commit that referenced this issue on 25 Jan 2017 @davidmigloz Convert to latex points 1 and 2 #124

zcc1001 commented 2 years ago

davidmigloz added a commit that referenced this issue on 26 Jan 2017 @davidmigloz Convert to latex point 3 #124

zcc1001 commented 2 years ago

davidmigloz added a commit that referenced this issue on 25 Jan 2017 @davidmigloz Convert to latex points 1 and 2 #124

zcc1001 commented 2 years ago

davidmigloz added a commit that referenced this issue on 26 Jan 2017 @davidmigloz Convert to latex point 3 #124

zcc1001 commented 2 years ago

davidmigloz added a commit that referenced this issue on 27 Jan 2017 @davidmigloz Convert to latex point 4 #124

zcc1001 commented 2 years ago

davidmigloz added a commit that referenced this issue on 28 Jan 2017 @davidmigloz Convert to latex point 5 #124

zcc1001 commented 2 years ago

davidmigloz added a commit that referenced this issue on 28 Jan 2017 @davidmigloz Convert to latex point 6 #124