Closed rll1004 closed 1 year ago
Expresión regular para corregir las referencias:
Buscar: (\{\[\})([\w:\\]+)(\{\]\}\\\_) Reemplazar por: \\citep{\2} Ej: {[}art:campbell2005{]}\_ -> \citep{art:campbell2005}
(\{\[\})([\w:\\]+)(\{\]\}\\\_)
\\citep{\2}
{[}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...}}
(\\includegraphics{..\/..\/img\/)(\w*)(.\w*\})
\\imagen{\2}{descripción...}
\includegraphics{../../img/s2.png}
\imagen{s2}{descripción...}}
Anexos
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...}}