From 05bb47d0989ce8e19eeca7d27dd7262771844b1d Mon Sep 17 00:00:00 2001 From: volaya Date: Thu, 16 Oct 2014 15:47:30 +0200 Subject: [PATCH] correcciones --- html/convert.py | 9 ++++--- html/html/index.html | 6 ++--- html/html/typography.css | 2 +- .../Algebra_de_mapas/Algebra_de_mapas.tex | 18 ++++--------- latex/Datos/Tipos_datos/Tipos_datos.tex | 4 +-- .../Factor_organizativo/IDE/CatalogoUNEX.png | Bin 109352 -> 0 bytes latex/Factor_organizativo/IDE/IDE.tex | 24 +++++++++--------- latex/Factor_organizativo/IDE/idee.png | Bin 0 -> 428568 bytes .../Introduccion_factor_organizativo.tex | 8 +++--- .../Metadatos/Metadatos.tex | 20 +++++++-------- 10 files changed, 43 insertions(+), 48 deletions(-) delete mode 100644 latex/Factor_organizativo/IDE/CatalogoUNEX.png create mode 100644 latex/Factor_organizativo/IDE/idee.png diff --git a/html/convert.py b/html/convert.py index b569738..fe08920 100644 --- a/html/convert.py +++ b/html/convert.py @@ -40,7 +40,9 @@ (r"\\vspace\{.*?\}", ""), (r"\\begin\{center\}", ""), (r"\\end\{center\}", ""), - (r"\\small", "")] + (r"\\small", ""), + (r"\\iftrue[\s\S]*?\\fi", ""), + (r"\\iffalse([\s\S]*?)\\fi", r"\1")] exps_post = [(r"\\index\{.*?\}", ""), (r"\\pagestyle\{.*?\}",r""), @@ -61,7 +63,8 @@ (r"\\end\{enumerate\}", ""), (r"\\item", "
  • "), (r"\\subitem", ""), - (r"\\texttt\{(.*?)\}", r"\1"), + (r"\\texttt\{(.*?)\}", r"\1"), + (r"\\textbf\{(.*?)\}", r"\1"), (r"\\chapter.*?\{(.*?)\}", ""), (r"\\section.*?\{(.*?)\}", r'

    \1

    '), (r"\\subsection.*?\{(.*?)\}", r'

    \1

    '), @@ -183,7 +186,7 @@ def convertImages(): try: convertFile(f) except Exception, e: - #traceback.print_exc() + traceback.print_exc() pass for path in glob.glob("html/chapters/*.html"): with open(path) as f: diff --git a/html/html/index.html b/html/html/index.html index 7c55b1b..98dfb36 100644 --- a/html/html/index.html +++ b/html/html/index.html @@ -51,7 +51,7 @@

    Índice

  • Introducción. ¿Con qué trabajo en un SIG?
  • Modelos para la información geográfica
  • Fuentes principales de datos espaciales -
  • La calidad de dlos datos espaciales +
  • La calidad de los datos espaciales
  • Bases de datos
  • Parte 3. Analisis
  • @@ -78,7 +78,7 @@

    Índice

  • Parte 5. Visualización