runtex 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. data/lib/runtex.rb +12 -3
  2. data/lib/runtex_job_chain.rb +67 -39
  3. data/lib/runtex_latex.rb +16 -4
  4. data/lib/runtex_pathes.yaml +4 -0
  5. data/lib/runtex_tool.rb +4 -0
  6. data/readme +4 -3
  7. data/unittest/expected/test_bibliography_babelbib.debug1.txt +15 -4
  8. data/unittest/expected/test_bibliography_babelbib.debug2.txt +14 -4
  9. data/unittest/expected/test_bibliography_babelbib.tex.runtex_summary.txt +1 -1
  10. data/unittest/expected/test_bibliography_babelbib_1.txt +1 -1
  11. data/unittest/expected/test_bibliography_babelbib_2.txt +1 -1
  12. data/unittest/expected/test_bibliography_plain.debug1.txt +13 -4
  13. data/unittest/expected/test_bibliography_plain.debug2.txt +12 -4
  14. data/unittest/expected/test_bibliography_plain.tex.runtex_summary.txt +1 -1
  15. data/unittest/expected/test_bibliography_plain_1.txt +1 -1
  16. data/unittest/expected/test_bibliography_plain_2.txt +1 -1
  17. data/unittest/expected/test_context.debug1.txt +14 -0
  18. data/unittest/expected/test_context.debug2.txt +13 -0
  19. data/unittest/expected/test_context.tex.runtex_summary.txt +12 -0
  20. data/unittest/expected/test_context_1.txt +10 -0
  21. data/unittest/expected/test_context_2.txt +10 -0
  22. data/unittest/expected/test_error.debug1.txt +10 -4
  23. data/unittest/expected/test_error.debug2.txt +9 -4
  24. data/unittest/expected/test_error.tex.runtex_summary.txt +1 -1
  25. data/unittest/expected/test_error_1.txt +1 -1
  26. data/unittest/expected/test_error_2.txt +1 -1
  27. data/unittest/expected/test_gloss.debug1.txt +15 -4
  28. data/unittest/expected/test_gloss.debug2.txt +14 -4
  29. data/unittest/expected/test_gloss.tex.runtex_summary.txt +1 -1
  30. data/unittest/expected/test_gloss_1.txt +1 -1
  31. data/unittest/expected/test_gloss_2.txt +1 -1
  32. data/unittest/expected/test_gloss_newgloss.debug1.txt +20 -4
  33. data/unittest/expected/test_gloss_newgloss.debug2.txt +19 -4
  34. data/unittest/expected/test_gloss_newgloss.tex.runtex_summary.txt +1 -1
  35. data/unittest/expected/test_gloss_newgloss_1.txt +1 -1
  36. data/unittest/expected/test_gloss_newgloss_2.txt +1 -1
  37. data/unittest/expected/test_glossaries.debug1.txt +20 -4
  38. data/unittest/expected/test_glossaries.debug2.txt +19 -4
  39. data/unittest/expected/test_glossaries.tex.runtex_summary.txt +1 -1
  40. data/unittest/expected/test_glossaries_1.txt +1 -1
  41. data/unittest/expected/test_glossaries_2.txt +1 -1
  42. data/unittest/expected/test_index.debug1.txt +15 -4
  43. data/unittest/expected/test_index.debug2.txt +14 -4
  44. data/unittest/expected/test_index.tex.runtex_summary.txt +1 -1
  45. data/unittest/expected/test_index2.debug1.txt +20 -4
  46. data/unittest/expected/test_index2.debug2.txt +19 -4
  47. data/unittest/expected/test_index2.tex.runtex_summary.txt +1 -1
  48. data/unittest/expected/test_index2_1.txt +1 -1
  49. data/unittest/expected/test_index2_2.txt +1 -1
  50. data/unittest/expected/test_index_1.txt +1 -1
  51. data/unittest/expected/test_index_2.txt +1 -1
  52. data/unittest/expected/test_makeindex.debug1.txt +15 -4
  53. data/unittest/expected/test_makeindex.debug2.txt +14 -4
  54. data/unittest/expected/test_makeindex.tex.runtex_summary.txt +1 -1
  55. data/unittest/expected/test_makeindex_1.txt +1 -1
  56. data/unittest/expected/test_makeindex_2.txt +1 -1
  57. data/unittest/expected/test_packagedoc_dtx.debug1.txt +20 -4
  58. data/unittest/expected/test_packagedoc_dtx.debug2.txt +19 -4
  59. data/unittest/expected/test_packagedoc_dtx.dtx.runtex_summary.txt +1 -1
  60. data/unittest/expected/test_packagedoc_dtx_1.txt +1 -1
  61. data/unittest/expected/test_packagedoc_dtx_2.txt +1 -1
  62. data/unittest/expected/test_rail.debug1.txt +14 -4
  63. data/unittest/expected/test_rail.debug2.txt +13 -4
  64. data/unittest/expected/test_rail.tex.runtex_summary.txt +1 -1
  65. data/unittest/expected/test_rail_1.txt +1 -1
  66. data/unittest/expected/test_rail_2.txt +1 -1
  67. data/unittest/expected/test_rail_error.debug1.txt +10 -4
  68. data/unittest/expected/test_rail_error.debug2.txt +9 -4
  69. data/unittest/expected/test_rail_error.tex.runtex_summary.txt +1 -1
  70. data/unittest/expected/test_rail_error_1.txt +1 -1
  71. data/unittest/expected/test_rail_error_2.txt +1 -1
  72. data/unittest/expected/test_splitindex.debug1.txt +22 -4
  73. data/unittest/expected/test_splitindex.debug2.txt +21 -4
  74. data/unittest/expected/test_splitindex.tex.runtex_summary.txt +1 -1
  75. data/unittest/expected/test_splitindex_1.txt +1 -1
  76. data/unittest/expected/test_splitindex_2.txt +1 -1
  77. data/unittest/expected/test_test.debug1.txt +12 -4
  78. data/unittest/expected/test_test.debug2.txt +11 -4
  79. data/unittest/expected/test_test.tex.runtex_summary.txt +1 -1
  80. data/unittest/expected/test_test_1.txt +1 -1
  81. data/unittest/expected/test_test_2.txt +1 -1
  82. data/unittest/testcases.yaml +5 -1
  83. data/unittest/unittest_runtex.rb +20 -5
  84. metadata +75 -47
  85. data/lib/Code_zum_Pluendern_rtex4newrtex.rb +0 -275
  86. data/lib/catch_output.rb +0 -99
@@ -16,4 +16,4 @@ Start job chain for test_bibliography_plain.tex
16
16
  - 1 Page
17
17
  - 26KB
18
18
  BibTeX<test_bibliography_plain.bbl>: Information: 1;
19
- More Details see test_bibliography_plain.tex.runtex_summary.txt or test_bibliography_plain.log.zip
19
+ More Details see test_bibliography_plain.tex.runtex_summary.txt or test_bibliography_plain.runtex.zip
@@ -8,4 +8,4 @@ Start job chain for test_bibliography_plain.tex
8
8
  - 1 Page
9
9
  - 26KB
10
10
  BibTeX<test_bibliography_plain.bbl>: Information: 1;
11
- More Details see test_bibliography_plain.tex.runtex_summary.txt or test_bibliography_plain.log.zip
11
+ More Details see test_bibliography_plain.tex.runtex_summary.txt or test_bibliography_plain.runtex.zip
@@ -0,0 +1,14 @@
1
+ INFO test_context.tex: Start job chain for test/test_context.tex
2
+ WARN test_context.tex: Start ConTeXt without support of log-analyses for test/test_context.tex
3
+ DEBUG test_context.tex: Create log/help-zip test_context.runtex.zip
4
+ INFO test_context.tex: 01 Start TeX-run 1
5
+ INFO test_context.tex: 01-01 Call (La)TeX<context>
6
+ DEBUG test_context.tex: 01-01 Start LaTeX texexec test_context.tex
7
+ DEBUG test_context.tex: 01-01 LaTeX finished
8
+ DEBUG test_context.tex: 01-01 Analyse log-file
9
+ DEBUG test_context.tex: 01-01 -> File: test_context.pdf, 1 Page, 20KB
10
+ DEBUG test_context.tex: Zip help files for later use
11
+ DEBUG test_context.tex: Delete helpfiles
12
+ DEBUG test_context.tex: Delete log files
13
+ DEBUG test_context.tex: -> Delete log-file test_context.log
14
+ DEBUG test_context.tex: -> Delete log-file test_context.tex.runtex.log
@@ -0,0 +1,13 @@
1
+ INFO test_context.tex: Start job chain for test/test_context.tex
2
+ WARN test_context.tex: Start ConTeXt without support of log-analyses for test/test_context.tex
3
+ DEBUG test_context.tex: Re-Create log/help-zip test_context.runtex.zip
4
+ INFO test_context.tex: 01 Start TeX-run 1
5
+ INFO test_context.tex: 01-01 Call (La)TeX<context>
6
+ DEBUG test_context.tex: 01-01 Start LaTeX texexec test_context.tex
7
+ DEBUG test_context.tex: 01-01 LaTeX finished
8
+ DEBUG test_context.tex: 01-01 Analyse log-file
9
+ DEBUG test_context.tex: 01-01 -> File: test_context.pdf, 1 Page, 20KB
10
+ DEBUG test_context.tex: Zip help files for later use
11
+ DEBUG test_context.tex: Delete helpfiles
12
+ DEBUG test_context.tex: Delete log files
13
+ DEBUG test_context.tex: -> Delete log-file test_context.log
@@ -0,0 +1,12 @@
1
+ ==================================================
2
+ | Report for TeX-Job "test_context.tex"
3
+ | 2000-01-01 12:00, TeX-run 1
4
+ ==================================================
5
+
6
+ ==================================================
7
+ LaTeX (context)
8
+ ==================================================
9
+ ---
10
+ - test_context.pdf
11
+ - 1 Page
12
+ - 20KB
@@ -0,0 +1,10 @@
1
+ Start job chain for test_context.tex
2
+ INFO test_context.tex: Start job chain for test/test_context.tex
3
+ WARN test_context.tex: Start ConTeXt without support of log-analyses for test/test_context.tex
4
+ INFO test_context.tex: 01 Start TeX-run 1
5
+ INFO test_context.tex: 01-01 Call (La)TeX<context>
6
+ ---
7
+ - test_context.pdf
8
+ - 1 Page
9
+ - 20KB
10
+ More Details see test_context.tex.runtex_summary.txt or test_context.runtex.zip
@@ -0,0 +1,10 @@
1
+ Start job chain for test_context.tex
2
+ INFO test_context.tex: Start job chain for test/test_context.tex
3
+ WARN test_context.tex: Start ConTeXt without support of log-analyses for test/test_context.tex
4
+ INFO test_context.tex: 01 Start TeX-run 1
5
+ INFO test_context.tex: 01-01 Call (La)TeX<context>
6
+ ---
7
+ - test_context.pdf
8
+ - 1 Page
9
+ - 20KB
10
+ More Details see test_context.tex.runtex_summary.txt or test_context.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_error.tex: Start job chain for test/test_error.tex
2
- DEBUG test_error.tex: Create log/help-zip test_error.log.zip
2
+ DEBUG test_error.tex: Create log/help-zip test_error.runtex.zip
3
3
  INFO test_error.tex: 01 Start TeX-run 1
4
4
  INFO test_error.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_error.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_error.tex
@@ -17,6 +17,12 @@ DEBUG test_error.tex: 02-01 LaTeX finished
17
17
  DEBUG test_error.tex: 02-01 Analyse aux-file
18
18
  DEBUG test_error.tex: 02-01 Analyse log-file
19
19
  DEBUG test_error.tex: 02-01 -> File: test_error.pdf, 1 Page, 15KB, 1 Error; Errors: Undefined control sequence.\unbekanntesMakro (line 11)
20
- DEBUG test_error.tex: Zip help files for later use (test_error.aux, test_error.out, test_error.toc, test_error.lof, test_error.lot, test_error.lox, test_error.nav)
21
- DEBUG test_error.tex: Delete log files test_error.log, test_error.log
22
- DEBUG test_error.tex: Delete helpfiles test_error.aux, test_error.out
20
+ DEBUG test_error.tex: Zip help files for later use
21
+ DEBUG test_error.tex: -> zip test_error.aux for later use
22
+ DEBUG test_error.tex: -> zip test_error.out for later use
23
+ DEBUG test_error.tex: Delete helpfiles
24
+ DEBUG test_error.tex: -> Delete help file test_error.aux
25
+ DEBUG test_error.tex: -> Delete help file test_error.out
26
+ DEBUG test_error.tex: Delete log files
27
+ DEBUG test_error.tex: -> Delete log-file test_error.log
28
+ DEBUG test_error.tex: -> Delete log-file test_error.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_error.tex: Start job chain for test/test_error.tex
2
- DEBUG test_error.tex: Re-Create log/help-zip test_error.log.zip
2
+ DEBUG test_error.tex: Re-Create log/help-zip test_error.runtex.zip
3
3
  INFO test_error.tex: 01 Start TeX-run 1
4
4
  INFO test_error.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_error.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_error.tex
@@ -7,6 +7,11 @@ DEBUG test_error.tex: 01-01 LaTeX finished
7
7
  DEBUG test_error.tex: 01-01 Analyse aux-file
8
8
  DEBUG test_error.tex: 01-01 Analyse log-file
9
9
  DEBUG test_error.tex: 01-01 -> File: test_error.pdf, 1 Page, 15KB, 1 Error; Errors: Undefined control sequence.\unbekanntesMakro (line 11)
10
- DEBUG test_error.tex: Zip help files for later use (test_error.aux, test_error.out, test_error.toc, test_error.lof, test_error.lot, test_error.lox, test_error.nav)
11
- DEBUG test_error.tex: Delete log files test_error.log, test_error.log, test_error.log
12
- DEBUG test_error.tex: Delete helpfiles test_error.aux, test_error.out
10
+ DEBUG test_error.tex: Zip help files for later use
11
+ DEBUG test_error.tex: -> zip test_error.aux for later use
12
+ DEBUG test_error.tex: -> zip test_error.out for later use
13
+ DEBUG test_error.tex: Delete helpfiles
14
+ DEBUG test_error.tex: -> Delete help file test_error.aux
15
+ DEBUG test_error.tex: -> Delete help file test_error.out
16
+ DEBUG test_error.tex: Delete log files
17
+ DEBUG test_error.tex: -> Delete log-file test_error.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_error.tex"
2
+ | Report for TeX-Job "test_error.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -12,4 +12,4 @@ Start job chain for test_error.tex
12
12
  - 1 Error
13
13
  Errors:
14
14
  - Undefined control sequence.\unbekanntesMakro (line 11)
15
- More Details see test_error.tex.runtex_summary.txt or test_error.log.zip
15
+ More Details see test_error.tex.runtex_summary.txt or test_error.runtex.zip
@@ -9,4 +9,4 @@ Start job chain for test_error.tex
9
9
  - 1 Error
10
10
  Errors:
11
11
  - Undefined control sequence.\unbekanntesMakro (line 11)
12
- More Details see test_error.tex.runtex_summary.txt or test_error.log.zip
12
+ More Details see test_error.tex.runtex_summary.txt or test_error.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_gloss.tex: Start job chain for test/test_gloss.tex
2
- DEBUG test_gloss.tex: Create log/help-zip test_gloss.log.zip
2
+ DEBUG test_gloss.tex: Create log/help-zip test_gloss.runtex.zip
3
3
  INFO test_gloss.tex: 01 Start TeX-run 1
4
4
  INFO test_gloss.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_gloss.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_gloss.tex
@@ -40,6 +40,17 @@ DEBUG test_gloss.tex: 03-01 -> File: test_gloss.pdf, 1 Page, 18KB
40
40
  INFO test_gloss.tex: 03-02 Call BibTeX<test_gloss.gls.bbl>
41
41
  DEBUG test_gloss.tex: 03-02 Call bibtex test_gloss.gls.aux
42
42
  DEBUG test_gloss.tex: 03-02 -> Info: Database file test_gloss.bib used
43
- DEBUG test_gloss.tex: Zip help files for later use (test_gloss.aux, test_gloss.out, test_gloss.toc, test_gloss.lof, test_gloss.lot, test_gloss.lox, test_gloss.nav, test_gloss.gls.aux, test_gloss.gls.bbl, test_gloss-blx.bib)
44
- DEBUG test_gloss.tex: Delete log files test_gloss.log, test_gloss.gls.blg, test_gloss.log, test_gloss.gls.blg, test_gloss.log, test_gloss.gls.blg
45
- DEBUG test_gloss.tex: Delete helpfiles test_gloss.aux, test_gloss.out, test_gloss.gls.aux, test_gloss.gls.bbl
43
+ DEBUG test_gloss.tex: Zip help files for later use
44
+ DEBUG test_gloss.tex: -> zip test_gloss.aux for later use
45
+ DEBUG test_gloss.tex: -> zip test_gloss.out for later use
46
+ DEBUG test_gloss.tex: -> zip test_gloss.gls.aux for later use
47
+ DEBUG test_gloss.tex: -> zip test_gloss.gls.bbl for later use
48
+ DEBUG test_gloss.tex: Delete helpfiles
49
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.aux
50
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.out
51
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.gls.aux
52
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.gls.bbl
53
+ DEBUG test_gloss.tex: Delete log files
54
+ DEBUG test_gloss.tex: -> Delete log-file test_gloss.gls.blg
55
+ DEBUG test_gloss.tex: -> Delete log-file test_gloss.log
56
+ DEBUG test_gloss.tex: -> Delete log-file test_gloss.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_gloss.tex: Start job chain for test/test_gloss.tex
2
- DEBUG test_gloss.tex: Re-Create log/help-zip test_gloss.log.zip
2
+ DEBUG test_gloss.tex: Re-Create log/help-zip test_gloss.runtex.zip
3
3
  INFO test_gloss.tex: 01 Start TeX-run 1
4
4
  INFO test_gloss.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_gloss.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_gloss.tex
@@ -11,6 +11,16 @@ DEBUG test_gloss.tex: 01-01 -> File: test_gloss.pdf, 1 Page, 18KB
11
11
  INFO test_gloss.tex: 01-02 Call BibTeX<test_gloss.gls.bbl>
12
12
  DEBUG test_gloss.tex: 01-02 Call bibtex test_gloss.gls.aux
13
13
  DEBUG test_gloss.tex: 01-02 -> Info: Database file test_gloss.bib used
14
- DEBUG test_gloss.tex: Zip help files for later use (test_gloss.aux, test_gloss.out, test_gloss.gls.aux, test_gloss.gls.bbl, test_gloss.toc, test_gloss.lof, test_gloss.lot, test_gloss.lox, test_gloss.nav, test_gloss-blx.bib)
15
- DEBUG test_gloss.tex: Delete log files test_gloss.log, test_gloss.gls.blg, test_gloss.log, test_gloss.gls.blg, test_gloss.log, test_gloss.gls.blg, test_gloss.log, test_gloss.gls.blg
16
- DEBUG test_gloss.tex: Delete helpfiles test_gloss.aux, test_gloss.out, test_gloss.gls.aux, test_gloss.gls.bbl
14
+ DEBUG test_gloss.tex: Zip help files for later use
15
+ DEBUG test_gloss.tex: -> zip test_gloss.aux for later use
16
+ DEBUG test_gloss.tex: -> zip test_gloss.out for later use
17
+ DEBUG test_gloss.tex: -> zip test_gloss.gls.aux for later use
18
+ DEBUG test_gloss.tex: -> zip test_gloss.gls.bbl for later use
19
+ DEBUG test_gloss.tex: Delete helpfiles
20
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.aux
21
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.out
22
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.gls.aux
23
+ DEBUG test_gloss.tex: -> Delete help file test_gloss.gls.bbl
24
+ DEBUG test_gloss.tex: Delete log files
25
+ DEBUG test_gloss.tex: -> Delete log-file test_gloss.gls.blg
26
+ DEBUG test_gloss.tex: -> Delete log-file test_gloss.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_gloss.tex"
2
+ | Report for TeX-Job "test_gloss.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -16,4 +16,4 @@ Start job chain for test_gloss.tex
16
16
  - 1 Page
17
17
  - 18KB
18
18
  BibTeX<test_gloss.gls.bbl>: Information: 1;
19
- More Details see test_gloss.tex.runtex_summary.txt or test_gloss.log.zip
19
+ More Details see test_gloss.tex.runtex_summary.txt or test_gloss.runtex.zip
@@ -8,4 +8,4 @@ Start job chain for test_gloss.tex
8
8
  - 1 Page
9
9
  - 18KB
10
10
  BibTeX<test_gloss.gls.bbl>: Information: 1;
11
- More Details see test_gloss.tex.runtex_summary.txt or test_gloss.log.zip
11
+ More Details see test_gloss.tex.runtex_summary.txt or test_gloss.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_gloss_newgloss.tex: Start job chain for test/test_gloss_newgloss.tex
2
- DEBUG test_gloss_newgloss.tex: Create log/help-zip test_gloss_newgloss.log.zip
2
+ DEBUG test_gloss_newgloss.tex: Create log/help-zip test_gloss_newgloss.runtex.zip
3
3
  INFO test_gloss_newgloss.tex: 01 Start TeX-run 1
4
4
  INFO test_gloss_newgloss.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_gloss_newgloss.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_gloss_newgloss.tex
@@ -53,6 +53,22 @@ DEBUG test_gloss_newgloss.tex: 03-02 -> Info: Database file test_gloss.bib used
53
53
  INFO test_gloss_newgloss.tex: 03-03 Call BibTeX<test_gloss_newgloss.animals.bbl>
54
54
  DEBUG test_gloss_newgloss.tex: 03-03 Call bibtex test_gloss_newgloss.animals.aux
55
55
  DEBUG test_gloss_newgloss.tex: 03-03 -> Info: Database file test_gloss.bib used
56
- DEBUG test_gloss_newgloss.tex: Zip help files for later use (test_gloss_newgloss.aux, test_gloss_newgloss.out, test_gloss_newgloss.toc, test_gloss_newgloss.lof, test_gloss_newgloss.lot, test_gloss_newgloss.lox, test_gloss_newgloss.nav, test_gloss_newgloss.gls.aux, test_gloss_newgloss.gls.bbl, test_gloss_newgloss-blx.bib, test_gloss_newgloss.animals.aux, test_gloss_newgloss.animals.bbl)
57
- DEBUG test_gloss_newgloss.tex: Delete log files test_gloss_newgloss.log, test_gloss_newgloss.gls.blg, test_gloss_newgloss.animals.blg, test_gloss_newgloss.log, test_gloss_newgloss.gls.blg, test_gloss_newgloss.animals.blg, test_gloss_newgloss.log, test_gloss_newgloss.gls.blg, test_gloss_newgloss.animals.blg
58
- DEBUG test_gloss_newgloss.tex: Delete helpfiles test_gloss_newgloss.aux, test_gloss_newgloss.out, test_gloss_newgloss.gls.aux, test_gloss_newgloss.gls.bbl, test_gloss_newgloss.animals.aux, test_gloss_newgloss.animals.bbl
56
+ DEBUG test_gloss_newgloss.tex: Zip help files for later use
57
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.aux for later use
58
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.out for later use
59
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.gls.aux for later use
60
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.gls.bbl for later use
61
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.animals.aux for later use
62
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.animals.bbl for later use
63
+ DEBUG test_gloss_newgloss.tex: Delete helpfiles
64
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.aux
65
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.out
66
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.gls.aux
67
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.gls.bbl
68
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.animals.aux
69
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.animals.bbl
70
+ DEBUG test_gloss_newgloss.tex: Delete log files
71
+ DEBUG test_gloss_newgloss.tex: -> Delete log-file test_gloss_newgloss.animals.blg
72
+ DEBUG test_gloss_newgloss.tex: -> Delete log-file test_gloss_newgloss.gls.blg
73
+ DEBUG test_gloss_newgloss.tex: -> Delete log-file test_gloss_newgloss.log
74
+ DEBUG test_gloss_newgloss.tex: -> Delete log-file test_gloss_newgloss.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_gloss_newgloss.tex: Start job chain for test/test_gloss_newgloss.tex
2
- DEBUG test_gloss_newgloss.tex: Re-Create log/help-zip test_gloss_newgloss.log.zip
2
+ DEBUG test_gloss_newgloss.tex: Re-Create log/help-zip test_gloss_newgloss.runtex.zip
3
3
  INFO test_gloss_newgloss.tex: 01 Start TeX-run 1
4
4
  INFO test_gloss_newgloss.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_gloss_newgloss.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_gloss_newgloss.tex
@@ -15,6 +15,21 @@ DEBUG test_gloss_newgloss.tex: 01-02 -> Info: Database file test_gloss.bib used
15
15
  INFO test_gloss_newgloss.tex: 01-03 Call BibTeX<test_gloss_newgloss.animals.bbl>
16
16
  DEBUG test_gloss_newgloss.tex: 01-03 Call bibtex test_gloss_newgloss.animals.aux
17
17
  DEBUG test_gloss_newgloss.tex: 01-03 -> Info: Database file test_gloss.bib used
18
- DEBUG test_gloss_newgloss.tex: Zip help files for later use (test_gloss_newgloss.aux, test_gloss_newgloss.out, test_gloss_newgloss.gls.aux, test_gloss_newgloss.gls.bbl, test_gloss_newgloss.animals.aux, test_gloss_newgloss.animals.bbl, test_gloss_newgloss.toc, test_gloss_newgloss.lof, test_gloss_newgloss.lot, test_gloss_newgloss.lox, test_gloss_newgloss.nav, test_gloss_newgloss-blx.bib)
19
- DEBUG test_gloss_newgloss.tex: Delete log files test_gloss_newgloss.log, test_gloss_newgloss.gls.blg, test_gloss_newgloss.animals.blg, test_gloss_newgloss.log, test_gloss_newgloss.gls.blg, test_gloss_newgloss.animals.blg, test_gloss_newgloss.log, test_gloss_newgloss.gls.blg, test_gloss_newgloss.animals.blg, test_gloss_newgloss.log, test_gloss_newgloss.gls.blg, test_gloss_newgloss.animals.blg
20
- DEBUG test_gloss_newgloss.tex: Delete helpfiles test_gloss_newgloss.aux, test_gloss_newgloss.out, test_gloss_newgloss.gls.aux, test_gloss_newgloss.gls.bbl, test_gloss_newgloss.animals.aux, test_gloss_newgloss.animals.bbl
18
+ DEBUG test_gloss_newgloss.tex: Zip help files for later use
19
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.aux for later use
20
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.out for later use
21
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.gls.aux for later use
22
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.gls.bbl for later use
23
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.animals.aux for later use
24
+ DEBUG test_gloss_newgloss.tex: -> zip test_gloss_newgloss.animals.bbl for later use
25
+ DEBUG test_gloss_newgloss.tex: Delete helpfiles
26
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.aux
27
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.out
28
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.gls.aux
29
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.gls.bbl
30
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.animals.aux
31
+ DEBUG test_gloss_newgloss.tex: -> Delete help file test_gloss_newgloss.animals.bbl
32
+ DEBUG test_gloss_newgloss.tex: Delete log files
33
+ DEBUG test_gloss_newgloss.tex: -> Delete log-file test_gloss_newgloss.animals.blg
34
+ DEBUG test_gloss_newgloss.tex: -> Delete log-file test_gloss_newgloss.gls.blg
35
+ DEBUG test_gloss_newgloss.tex: -> Delete log-file test_gloss_newgloss.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_gloss_newgloss.tex"
2
+ | Report for TeX-Job "test_gloss_newgloss.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -20,4 +20,4 @@ Start job chain for test_gloss_newgloss.tex
20
20
  - 20KB
21
21
  BibTeX<test_gloss_newgloss.gls.bbl>: Information: 1;
22
22
  BibTeX<test_gloss_newgloss.animals.bbl>: Information: 1;
23
- More Details see test_gloss_newgloss.tex.runtex_summary.txt or test_gloss_newgloss.log.zip
23
+ More Details see test_gloss_newgloss.tex.runtex_summary.txt or test_gloss_newgloss.runtex.zip
@@ -10,4 +10,4 @@ Start job chain for test_gloss_newgloss.tex
10
10
  - 20KB
11
11
  BibTeX<test_gloss_newgloss.gls.bbl>: Information: 1;
12
12
  BibTeX<test_gloss_newgloss.animals.bbl>: Information: 1;
13
- More Details see test_gloss_newgloss.tex.runtex_summary.txt or test_gloss_newgloss.log.zip
13
+ More Details see test_gloss_newgloss.tex.runtex_summary.txt or test_gloss_newgloss.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_glossaries.tex: Start job chain for test/test_glossaries.tex
2
- DEBUG test_glossaries.tex: Create log/help-zip test_glossaries.log.zip
2
+ DEBUG test_glossaries.tex: Create log/help-zip test_glossaries.runtex.zip
3
3
  INFO test_glossaries.tex: 01 Start TeX-run 1
4
4
  INFO test_glossaries.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_glossaries.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_glossaries.tex
@@ -51,6 +51,22 @@ DEBUG test_glossaries.tex: 02-02 -> Info: input file test_glossaries.glo (0 entr
51
51
  DEBUG test_glossaries.tex: 02-03 Start Makeindex: makeindex -s test_glossaries.ist -o test_glossaries.glsext_in -t test_glossaries.TeX-extensions test_glossaries.glsext_out
52
52
  DEBUG test_glossaries.tex: 02-03 Analyse log-file
53
53
  DEBUG test_glossaries.tex: 02-03 -> Info: input file test_glossaries.glsext_out. (4 entries accepted, 0 rejected)
54
- DEBUG test_glossaries.tex: Zip help files for later use (test_glossaries.aux, test_glossaries.out, test_glossaries.toc, test_glossaries.lof, test_glossaries.lot, test_glossaries.lox, test_glossaries.nav, test_glossaries.glo, test_glossaries.gls, test_glossaries.glsext_out, test_glossaries.glsext_in)
55
- DEBUG test_glossaries.tex: Delete log files test_glossaries.log, test_glossaries.glg, test_glossaries.TeX-extensions, test_glossaries.log, test_glossaries.glg, test_glossaries.TeX-extensions
56
- DEBUG test_glossaries.tex: Delete helpfiles test_glossaries.aux, test_glossaries.out, test_glossaries.glo, test_glossaries.gls, test_glossaries.glsext_out, test_glossaries.glsext_in
54
+ DEBUG test_glossaries.tex: Zip help files for later use
55
+ DEBUG test_glossaries.tex: -> zip test_glossaries.aux for later use
56
+ DEBUG test_glossaries.tex: -> zip test_glossaries.out for later use
57
+ DEBUG test_glossaries.tex: -> zip test_glossaries.glo for later use
58
+ DEBUG test_glossaries.tex: -> zip test_glossaries.gls for later use
59
+ DEBUG test_glossaries.tex: -> zip test_glossaries.glsext_out for later use
60
+ DEBUG test_glossaries.tex: -> zip test_glossaries.glsext_in for later use
61
+ DEBUG test_glossaries.tex: Delete helpfiles
62
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.aux
63
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.out
64
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.glo
65
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.gls
66
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.glsext_out
67
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.glsext_in
68
+ DEBUG test_glossaries.tex: Delete log files
69
+ DEBUG test_glossaries.tex: -> Delete log-file test_glossaries.TeX-extensions
70
+ DEBUG test_glossaries.tex: -> Delete log-file test_glossaries.glg
71
+ DEBUG test_glossaries.tex: -> Delete log-file test_glossaries.log
72
+ DEBUG test_glossaries.tex: -> Delete log-file test_glossaries.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_glossaries.tex: Start job chain for test/test_glossaries.tex
2
- DEBUG test_glossaries.tex: Re-Create log/help-zip test_glossaries.log.zip
2
+ DEBUG test_glossaries.tex: Re-Create log/help-zip test_glossaries.runtex.zip
3
3
  INFO test_glossaries.tex: 01 Start TeX-run 1
4
4
  INFO test_glossaries.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_glossaries.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_glossaries.tex
@@ -23,6 +23,21 @@ DEBUG test_glossaries.tex: 01-02 -> Info: input file test_glossaries.glo (0 entr
23
23
  DEBUG test_glossaries.tex: 01-03 Start Makeindex: makeindex -s test_glossaries.ist -o test_glossaries.glsext_in -t test_glossaries.TeX-extensions test_glossaries.glsext_out
24
24
  DEBUG test_glossaries.tex: 01-03 Analyse log-file
25
25
  DEBUG test_glossaries.tex: 01-03 -> Info: input file test_glossaries.glsext_out. (4 entries accepted, 0 rejected)
26
- DEBUG test_glossaries.tex: Zip help files for later use (test_glossaries.aux, test_glossaries.out, test_glossaries.glo, test_glossaries.gls, test_glossaries.glsext_out, test_glossaries.glsext_in, test_glossaries.toc, test_glossaries.lof, test_glossaries.lot, test_glossaries.lox, test_glossaries.nav)
27
- DEBUG test_glossaries.tex: Delete log files test_glossaries.log, test_glossaries.glg, test_glossaries.TeX-extensions, test_glossaries.log, test_glossaries.glg, test_glossaries.TeX-extensions, test_glossaries.log, test_glossaries.glg, test_glossaries.TeX-extensions
28
- DEBUG test_glossaries.tex: Delete helpfiles test_glossaries.aux, test_glossaries.out, test_glossaries.glo, test_glossaries.gls, test_glossaries.glsext_out, test_glossaries.glsext_in
26
+ DEBUG test_glossaries.tex: Zip help files for later use
27
+ DEBUG test_glossaries.tex: -> zip test_glossaries.aux for later use
28
+ DEBUG test_glossaries.tex: -> zip test_glossaries.out for later use
29
+ DEBUG test_glossaries.tex: -> zip test_glossaries.glo for later use
30
+ DEBUG test_glossaries.tex: -> zip test_glossaries.gls for later use
31
+ DEBUG test_glossaries.tex: -> zip test_glossaries.glsext_out for later use
32
+ DEBUG test_glossaries.tex: -> zip test_glossaries.glsext_in for later use
33
+ DEBUG test_glossaries.tex: Delete helpfiles
34
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.aux
35
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.out
36
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.glo
37
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.gls
38
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.glsext_out
39
+ DEBUG test_glossaries.tex: -> Delete help file test_glossaries.glsext_in
40
+ DEBUG test_glossaries.tex: Delete log files
41
+ DEBUG test_glossaries.tex: -> Delete log-file test_glossaries.TeX-extensions
42
+ DEBUG test_glossaries.tex: -> Delete log-file test_glossaries.glg
43
+ DEBUG test_glossaries.tex: -> Delete log-file test_glossaries.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_glossaries.tex"
2
+ | Report for TeX-Job "test_glossaries.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -21,4 +21,4 @@ Errors:
21
21
  - xkeyval.sty: `ext' undefined in families `glslink'. (package xkeyval)...ion{aux} is used to build \extension{toc}. (line 34)
22
22
  Makeindex<main glossary>: Information: 1;
23
23
  Makeindex<ext>: Information: 1;
24
- More Details see test_glossaries.tex.runtex_summary.txt or test_glossaries.log.zip
24
+ More Details see test_glossaries.tex.runtex_summary.txt or test_glossaries.runtex.zip
@@ -16,4 +16,4 @@ Errors:
16
16
  - xkeyval.sty: `ext' undefined in families `glslink'. (package xkeyval)...ion{aux} is used to build \extension{toc}. (line 34)
17
17
  Makeindex<main glossary>: Information: 1;
18
18
  Makeindex<ext>: Information: 1;
19
- More Details see test_glossaries.tex.runtex_summary.txt or test_glossaries.log.zip
19
+ More Details see test_glossaries.tex.runtex_summary.txt or test_glossaries.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_index.tex: Start job chain for test/test_index.tex
2
- DEBUG test_index.tex: Create log/help-zip test_index.log.zip
2
+ DEBUG test_index.tex: Create log/help-zip test_index.runtex.zip
3
3
  INFO test_index.tex: 01 Start TeX-run 1
4
4
  INFO test_index.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_index.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_index.tex
@@ -30,6 +30,17 @@ DEBUG test_index.tex: 02-01 -> File: test_index.pdf, 16 Pages, 69KB, 1 Error; Er
30
30
  DEBUG test_index.tex: 02-02 Start Makeindex: makeindex -o test_index.ind -t test_index.ilg test_index.idx
31
31
  DEBUG test_index.tex: 02-02 Analyse log-file
32
32
  DEBUG test_index.tex: 02-02 -> Info: input file test_index.idx. (2 entries accepted, 0 rejected)
33
- DEBUG test_index.tex: Zip help files for later use (test_index.aux, test_index.out, test_index.toc, test_index.lof, test_index.lot, test_index.lox, test_index.nav, test_index.idx, test_index.ind)
34
- DEBUG test_index.tex: Delete log files test_index.log, test_index.ilg, test_index.log, test_index.ilg
35
- DEBUG test_index.tex: Delete helpfiles test_index.aux, test_index.out, test_index.idx, test_index.ind
33
+ DEBUG test_index.tex: Zip help files for later use
34
+ DEBUG test_index.tex: -> zip test_index.aux for later use
35
+ DEBUG test_index.tex: -> zip test_index.out for later use
36
+ DEBUG test_index.tex: -> zip test_index.idx for later use
37
+ DEBUG test_index.tex: -> zip test_index.ind for later use
38
+ DEBUG test_index.tex: Delete helpfiles
39
+ DEBUG test_index.tex: -> Delete help file test_index.aux
40
+ DEBUG test_index.tex: -> Delete help file test_index.out
41
+ DEBUG test_index.tex: -> Delete help file test_index.idx
42
+ DEBUG test_index.tex: -> Delete help file test_index.ind
43
+ DEBUG test_index.tex: Delete log files
44
+ DEBUG test_index.tex: -> Delete log-file test_index.ilg
45
+ DEBUG test_index.tex: -> Delete log-file test_index.log
46
+ DEBUG test_index.tex: -> Delete log-file test_index.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_index.tex: Start job chain for test/test_index.tex
2
- DEBUG test_index.tex: Re-Create log/help-zip test_index.log.zip
2
+ DEBUG test_index.tex: Re-Create log/help-zip test_index.runtex.zip
3
3
  INFO test_index.tex: 01 Start TeX-run 1
4
4
  INFO test_index.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_index.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_index.tex
@@ -13,6 +13,16 @@ DEBUG test_index.tex: 01-01 -> File: test_index.pdf, 16 Pages, 69KB, 1 Error; Er
13
13
  DEBUG test_index.tex: 01-02 Start Makeindex: makeindex -o test_index.ind -t test_index.ilg test_index.idx
14
14
  DEBUG test_index.tex: 01-02 Analyse log-file
15
15
  DEBUG test_index.tex: 01-02 -> Info: input file test_index.idx. (2 entries accepted, 0 rejected)
16
- DEBUG test_index.tex: Zip help files for later use (test_index.aux, test_index.out, test_index.idx, test_index.ind, test_index.toc, test_index.lof, test_index.lot, test_index.lox, test_index.nav)
17
- DEBUG test_index.tex: Delete log files test_index.log, test_index.ilg, test_index.log, test_index.ilg, test_index.log, test_index.ilg
18
- DEBUG test_index.tex: Delete helpfiles test_index.aux, test_index.out, test_index.idx, test_index.ind
16
+ DEBUG test_index.tex: Zip help files for later use
17
+ DEBUG test_index.tex: -> zip test_index.aux for later use
18
+ DEBUG test_index.tex: -> zip test_index.out for later use
19
+ DEBUG test_index.tex: -> zip test_index.idx for later use
20
+ DEBUG test_index.tex: -> zip test_index.ind for later use
21
+ DEBUG test_index.tex: Delete helpfiles
22
+ DEBUG test_index.tex: -> Delete help file test_index.aux
23
+ DEBUG test_index.tex: -> Delete help file test_index.out
24
+ DEBUG test_index.tex: -> Delete help file test_index.idx
25
+ DEBUG test_index.tex: -> Delete help file test_index.ind
26
+ DEBUG test_index.tex: Delete log files
27
+ DEBUG test_index.tex: -> Delete log-file test_index.ilg
28
+ DEBUG test_index.tex: -> Delete log-file test_index.log