Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Pasar anexos a latex #179

Closed
Closed
@davidmigloz

Description

Anexos

  • Plan del proyecto software
  • Especificación de Requisitos
  • Especificación de diseño
  • Manual del programador
  • Manual de usuario

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

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions