Correcciones

This commit is contained in:
perro tuerto 2021-10-11 17:28:22 -05:00
parent 3437c816a8
commit d4efcb3941
10 changed files with 4358 additions and 4316 deletions

Binary file not shown.

View File

@ -61,9 +61,7 @@ Dir.glob('in/xhtml.tmp/*.xhtml') do |file|
.gsub('@press', $press)
.gsub('@year', $year)
.gsub('@date', $date)
new = File.open(file, 'w:utf-8')
new.puts clean
new.close
File.write(file, clean)
end
# Va a la carpeta de epub-automata

View File

@ -1,7 +1,7 @@
pc-automata -f ../../md/tesis_with-bib.md \
-c ../in/img/portada.png \
-i ../in/img/ \
-x ../in/xhtml/ \
-x ../in/xhtml.tmp/ \
--no-pre --overwrite
mv epub-*_*.epub tesis.epub

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<jhove xmlns="http://hul.harvard.edu/ois/xml/ns/jhove" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="epubcheck" release="3.0.1" date="2013-05-10">
<date>2021-10-11T17:09:49-05:00</date>
<repInfo uri="epub-0971b21d_3-0-0.epub">
<created>2021-10-11T17:09:32Z</created>
<lastModified>2021-10-11T17:09:33Z</lastModified>
<date>2021-10-11T17:27:19-05:00</date>
<repInfo uri="epub-87153b43_3-0-0.epub">
<created>2021-10-11T17:27:03Z</created>
<lastModified>2021-10-11T17:27:05Z</lastModified>
<format>application/epub+zip</format>
<version>3.0</version>
<status>Not well-formed</status>
@ -22,12 +22,12 @@
</messages>
<mimeType>application/epub+zip</mimeType>
<properties>
<property><name>CharacterCount</name><values arity="Scalar" type="Long"><value>104020</value></values></property>
<property><name>CharacterCount</name><values arity="Scalar" type="Long"><value>104122</value></values></property>
<property><name>Language</name><values arity="Scalar" type="String"><value>es</value></values></property>
<property><name>Info</name><values arity="List" type="Property">
<property><name>Identifier</name><values arity="Scalar" type="String"><value>1_0_0-0971b21d5c4c4ccaafa3dcb4c033b45d</value></values></property>
<property><name>CreationDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:09:32Z</value></values></property>
<property><name>ModDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:09:33Z</value></values></property>
<property><name>Identifier</name><values arity="Scalar" type="String"><value>1_0_0-87153b436c084c51b19b17e0c9b8a6c5</value></values></property>
<property><name>CreationDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:27:03Z</value></values></property>
<property><name>ModDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:27:05Z</value></values></property>
<property><name>Title</name><values arity="Scalar" type="String"><value>El creador y lo creado</value></values></property>
<property><name>Creator</name><values arity="Scalar" type="String"><value>Santa Ana Anguiano, Ramiro</value></values></property>
<property><name>Publisher</name><values arity="Scalar" type="String"><value>UNAM-FFyL</value></values></property>

View File

@ -3,10 +3,10 @@
date="2016-11-29"
name="epubcheck"
release="4.0.2">
<date>2021-10-11T17:09:46-05:00</date>
<repInfo uri="epub-0971b21d.epub">
<created>2021-10-11T17:09:32Z</created>
<lastModified>2021-10-11T17:09:33Z</lastModified>
<date>2021-10-11T17:27:17-05:00</date>
<repInfo uri="epub-87153b43.epub">
<created>2021-10-11T17:27:03Z</created>
<lastModified>2021-10-11T17:27:05Z</lastModified>
<format>application/epub+zip</format>
<version>3.0.1</version>
<status>Not well-formed</status>
@ -28,7 +28,7 @@
<property>
<name>CharacterCount</name>
<values arity="Scalar" type="Long">
<value>104020</value>
<value>104122</value>
</values>
</property>
<property>
@ -43,19 +43,19 @@
<property>
<name>Identifier</name>
<values arity="Scalar" type="String">
<value>1_0_0-0971b21d5c4c4ccaafa3dcb4c033b45d</value>
<value>1_0_0-87153b436c084c51b19b17e0c9b8a6c5</value>
</values>
</property>
<property>
<name>CreationDate</name>
<values arity="Scalar" type="Date">
<value>2021-10-11T17:09:32Z</value>
<value>2021-10-11T17:27:03Z</value>
</values>
</property>
<property>
<name>ModDate</name>
<values arity="Scalar" type="Date">
<value>2021-10-11T17:09:33Z</value>
<value>2021-10-11T17:27:05Z</value>
</values>
</property>
<property>

View File

@ -11,7 +11,7 @@ Documentación: <http://pecas.cliteratu.re/>.
$ ruby /home/perro/.pecas/epub/automata/../../base-files/pandog/pandog.rb -i /home/perro/Repositorios/maestria-investigacion/tesis/md/tesis_with-bib.md -o /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/out/.tesis_with-bib.xhtml
# pc-creator
$ ruby /home/perro/.pecas/epub/automata/../creator/creator.rb -o epub -c /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/in/img/portada.png -i /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/in/img -x /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/in/xhtml --no-pre
$ ruby /home/perro/.pecas/epub/automata/../creator/creator.rb -o epub -c /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/in/img/portada.png -i /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/in/img -x /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/in/xhtml.tmp --no-pre
# pc-divider
$ ruby /home/perro/.pecas/epub/automata/../divider/divider.rb -f /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/out/.tesis_with-bib.xhtml -d epub/OPS/xhtml -s epub/OPS/css/styles.css -i 3
@ -20,23 +20,23 @@ $ ruby /home/perro/.pecas/epub/automata/../divider/divider.rb -f /home/perro/Rep
$ ruby /home/perro/.pecas/epub/automata/../recreator/recreator.rb -d epub -y /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/out/meta-data.yaml
# pc-changer
$ ruby /home/perro/.pecas/epub/automata/../changer/changer.rb -e /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/out/epub-0971b21d.epub --version 3.0.0
$ ruby /home/perro/.pecas/epub/automata/../changer/changer.rb -e /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/out/epub-87153b43.epub --version 3.0.0
# pc-analytics
$ ruby /home/perro/.pecas/epub/automata/../../base-files/analytics/analytics.rb -f /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/out/epub-0971b21d.epub --json
$ ruby /home/perro/.pecas/epub/automata/../../base-files/analytics/analytics.rb -f /home/perro/Repositorios/maestria-investigacion/tesis/ebooks/out/epub-87153b43.epub --json
# epubcheck 4.0.2
$ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/4-0-2/epubcheck.jar epub-0971b21d.epub -out log.xml -q
$ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/4-0-2/epubcheck.jar epub-87153b43.epub -out log.xml -q
<?xml version="1.0" encoding="UTF-8"?>
<jhove xmlns="http://hul.harvard.edu/ois/xml/ns/jhove"
date="2016-11-29"
name="epubcheck"
release="4.0.2">
<date>2021-10-11T17:09:46-05:00</date>
<repInfo uri="epub-0971b21d.epub">
<created>2021-10-11T17:09:32Z</created>
<lastModified>2021-10-11T17:09:33Z</lastModified>
<date>2021-10-11T17:27:17-05:00</date>
<repInfo uri="epub-87153b43.epub">
<created>2021-10-11T17:27:03Z</created>
<lastModified>2021-10-11T17:27:05Z</lastModified>
<format>application/epub+zip</format>
<version>3.0.1</version>
<status>Not well-formed</status>
@ -58,7 +58,7 @@ $ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/4-0-2/epu
<property>
<name>CharacterCount</name>
<values arity="Scalar" type="Long">
<value>104020</value>
<value>104122</value>
</values>
</property>
<property>
@ -73,19 +73,19 @@ $ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/4-0-2/epu
<property>
<name>Identifier</name>
<values arity="Scalar" type="String">
<value>1_0_0-0971b21d5c4c4ccaafa3dcb4c033b45d</value>
<value>1_0_0-87153b436c084c51b19b17e0c9b8a6c5</value>
</values>
</property>
<property>
<name>CreationDate</name>
<values arity="Scalar" type="Date">
<value>2021-10-11T17:09:32Z</value>
<value>2021-10-11T17:27:03Z</value>
</values>
</property>
<property>
<name>ModDate</name>
<values arity="Scalar" type="Date">
<value>2021-10-11T17:09:33Z</value>
<value>2021-10-11T17:27:05Z</value>
</values>
</property>
<property>
@ -588,14 +588,14 @@ $ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/4-0-2/epu
</jhove>
# epubcheck 3.0.1
$ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/3-0-1/epubcheck.jar epub-0971b21d_3-0-0.epub -out log.xml -q
$ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/3-0-1/epubcheck.jar epub-87153b43_3-0-0.epub -out log.xml -q
<?xml version="1.0" encoding="UTF-8"?>
<jhove xmlns="http://hul.harvard.edu/ois/xml/ns/jhove" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="epubcheck" release="3.0.1" date="2013-05-10">
<date>2021-10-11T17:09:49-05:00</date>
<repInfo uri="epub-0971b21d_3-0-0.epub">
<created>2021-10-11T17:09:32Z</created>
<lastModified>2021-10-11T17:09:33Z</lastModified>
<date>2021-10-11T17:27:19-05:00</date>
<repInfo uri="epub-87153b43_3-0-0.epub">
<created>2021-10-11T17:27:03Z</created>
<lastModified>2021-10-11T17:27:05Z</lastModified>
<format>application/epub+zip</format>
<version>3.0</version>
<status>Not well-formed</status>
@ -614,12 +614,12 @@ $ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/3-0-1/epu
</messages>
<mimeType>application/epub+zip</mimeType>
<properties>
<property><name>CharacterCount</name><values arity="Scalar" type="Long"><value>104020</value></values></property>
<property><name>CharacterCount</name><values arity="Scalar" type="Long"><value>104122</value></values></property>
<property><name>Language</name><values arity="Scalar" type="String"><value>es</value></values></property>
<property><name>Info</name><values arity="List" type="Property">
<property><name>Identifier</name><values arity="Scalar" type="String"><value>1_0_0-0971b21d5c4c4ccaafa3dcb4c033b45d</value></values></property>
<property><name>CreationDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:09:32Z</value></values></property>
<property><name>ModDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:09:33Z</value></values></property>
<property><name>Identifier</name><values arity="Scalar" type="String"><value>1_0_0-87153b436c084c51b19b17e0c9b8a6c5</value></values></property>
<property><name>CreationDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:27:03Z</value></values></property>
<property><name>ModDate</name><values arity="Scalar" type="Date"><value>2021-10-11T17:27:05Z</value></values></property>
<property><name>Title</name><values arity="Scalar" type="String"><value>El creador y lo creado</value></values></property>
<property><name>Creator</name><values arity="Scalar" type="String"><value>Santa Ana Anguiano, Ramiro</value></values></property>
<property><name>Publisher</name><values arity="Scalar" type="String"><value>UNAM-FFyL</value></values></property>
@ -719,11 +719,11 @@ $ java -jar /home/perro/.pecas/epub/automata/../../src/alien/epubcheck/3-0-1/epu
</jhove>
# ace
$ ace -o logs/ace epub-0971b21d.epub
$ ace -o logs/ace epub-87153b43.epub
=> Ace no pudo ser localizado, el EPUB no puede ser verificado…
# kindlegen
$ kindlegen epub-0971b21d.epub
$ kindlegen epub-87153b43.epub
*************************************************************
Amazon kindlegen(Linux) V2.9 build 1028-0897292
@ -740,22 +740,23 @@ $ kindlegen epub-0971b21d.epub
Info(prcgen):I1047: Added metadata dc:Subject "Propiedad intelectual"
Info(prcgen):I1047: Added metadata dc:Subject "Bienes comunes"
Info(prcgen):I1047: Added metadata dc:Description "Tesis para la obtención del grado de Maestro en Filosofía."
Info(prcgen):I1052: Kindle support cover images but does not support cover HTML. Hence using the cover image specified and suppressing cover HTML in content. URL: /tmp/mobi-xLuYgy/OPS/xhtml/000-portada.xhtml
Info(prcgen):I1052: Kindle support cover images but does not support cover HTML. Hence using the cover image specified and suppressing cover HTML in content. URL: /tmp/mobi-5TE2Mi/OPS/xhtml/000-portada.xhtml
Info(prcgen):I1002: Parsing files 0000013
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-count' in file: /tmp/mobi-xLuYgy/OPS/css/styles.css
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-gap' in file: /tmp/mobi-xLuYgy/OPS/css/styles.css
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-rule' in file: /tmp/mobi-xLuYgy/OPS/css/styles.css
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-count' in file: /tmp/mobi-5TE2Mi/OPS/css/styles.css
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-gap' in file: /tmp/mobi-5TE2Mi/OPS/css/styles.css
Warning(htmlprocessor):W28001: CSS style specified in content is not supported by Kindle readers. Removing the CSS property: 'column-rule' in file: /tmp/mobi-5TE2Mi/OPS/css/styles.css
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <span class="smallcap">
in file: /tmp/mobi-xLuYgy/OPS/xhtml/006-teorias_de_la_propiedad_intelectual.xhtml line: 0000028
in file: /tmp/mobi-5TE2Mi/OPS/xhtml/006-teorias_de_la_propiedad_intelectual.xhtml line: 0000028
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <span class="smallcap">
in file: /tmp/mobi-xLuYgy/OPS/xhtml/006-teorias_de_la_propiedad_intelectual.xhtml line: 0000039
in file: /tmp/mobi-5TE2Mi/OPS/xhtml/006-teorias_de_la_propiedad_intelectual.xhtml line: 0000039
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <span class="smallcap">
in file: /tmp/mobi-xLuYgy/OPS/xhtml/007-criticas_de_los_bienes_comunes.xhtml line: 0000018
in file: /tmp/mobi-5TE2Mi/OPS/xhtml/007-criticas_de_los_bienes_comunes.xhtml line: 0000018
Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <span class="smallcap">
in file: /tmp/mobi-xLuYgy/OPS/xhtml/007-criticas_de_los_bienes_comunes.xhtml line: 0000024
in file: /tmp/mobi-5TE2Mi/OPS/xhtml/007-criticas_de_los_bienes_comunes.xhtml line: 0000024
Info(prcgen):I1016: Building enhanced PRC file
Info(prcgen):I1015: Building PRC file
Info(prcgen):I1006: Resolving hyperlinks
Warning(prcgen):W14001: Hyperlink not resolved: /tmp/mobi-xLuYgy/OPS/xhtml/TODO
Warning(prcgen):W14001: Hyperlink not resolved: /tmp/mobi-5TE2Mi/OPS/xhtml/TODO
Warning(prcgen):W14002: Some hyperlinks could not be resolved.
Info(pagemap):I8000: No Page map found in the book
Info(prcgen):I1045: Computing UNICODE ranges used in the book
@ -763,17 +764,16 @@ $ kindlegen epub-0971b21d.epub
Info(prcgen):I1046: Found UNICODE range: Latin-1 Supplement [A0..FF]
Info(prcgen):I1046: Found UNICODE range: General Punctuation - Windows 1252 [2013..2014]
Info(prcgen):I1017: Building PRC file, record count: 0000059
Info(prcgen):I1039: Final stats - text compressed to (in % of original size): 50.70%
Info(prcgen):I1039: Final stats - text compressed to (in % of original size): 50.71%
Info(prcgen):I1040: The document identifier is: "El_creador_y_lo_creado"
Info(prcgen):I1041: The file format version is V6
Info(prcgen):I1031: Saving PRC file
Info(prcgen):I1032: PRC built successfully
Info(prcgen):I1016: Building enhanced PRC file
Info(prcgen):I1007: Resolving mediaidlinks
Info(prcgen):I1011: Writing mediaidlinks
Info(prcgen):I1009: Resolving guide items
Info(prcgen):I1017: Building PRC file, record count: 0000062
Info(prcgen):I1039: Final stats - text compressed to (in % of original size): 51.89%
Info(prcgen):I1039: Final stats - text compressed to (in % of original size): 51.90%
Info(prcgen):I1041: The file format version is V8
Info(prcgen):I15000: Approximate Standard Mobi Deliverable file size : 0000241KB
Info(prcgen):I15001: Approximate KF8 Deliverable file size : 0000885KB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.