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
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_index.tex"
2
+ | Report for TeX-Job "test_index.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -1,5 +1,5 @@
1
1
  INFO test_index2.tex: Start job chain for test/test_index2.tex
2
- DEBUG test_index2.tex: Create log/help-zip test_index2.log.zip
2
+ DEBUG test_index2.tex: Create log/help-zip test_index2.runtex.zip
3
3
  INFO test_index2.tex: 01 Start TeX-run 1
4
4
  INFO test_index2.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_index2.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_index2.tex
@@ -53,6 +53,22 @@ DEBUG test_index2.tex: 02-02 -> Info: input file test_index2.idx. (2 entries acc
53
53
  DEBUG test_index2.tex: 02-03 Start Makeindex: makeindex -o test_index2.and -t test_index2.adx.ilg test_index2.adx
54
54
  DEBUG test_index2.tex: 02-03 Analyse log-file
55
55
  DEBUG test_index2.tex: 02-03 -> Info: input file test_index2.adx. (2 entries accepted, 0 rejected)
56
- DEBUG test_index2.tex: Zip help files for later use (test_index2.aux, test_index2.out, test_index2.toc, test_index2.lof, test_index2.lot, test_index2.lox, test_index2.nav, test_index2.adx, test_index2.idx, test_index2.ind, test_index2.and)
57
- DEBUG test_index2.tex: Delete log files test_index2.log, test_index2.idx.ilg, test_index2.adx.ilg, test_index2.log, test_index2.idx.ilg, test_index2.adx.ilg
58
- DEBUG test_index2.tex: Delete helpfiles test_index2.aux, test_index2.out, test_index2.adx, test_index2.idx, test_index2.ind, test_index2.and
56
+ DEBUG test_index2.tex: Zip help files for later use
57
+ DEBUG test_index2.tex: -> zip test_index2.aux for later use
58
+ DEBUG test_index2.tex: -> zip test_index2.out for later use
59
+ DEBUG test_index2.tex: -> zip test_index2.adx for later use
60
+ DEBUG test_index2.tex: -> zip test_index2.idx for later use
61
+ DEBUG test_index2.tex: -> zip test_index2.ind for later use
62
+ DEBUG test_index2.tex: -> zip test_index2.and for later use
63
+ DEBUG test_index2.tex: Delete helpfiles
64
+ DEBUG test_index2.tex: -> Delete help file test_index2.aux
65
+ DEBUG test_index2.tex: -> Delete help file test_index2.out
66
+ DEBUG test_index2.tex: -> Delete help file test_index2.adx
67
+ DEBUG test_index2.tex: -> Delete help file test_index2.idx
68
+ DEBUG test_index2.tex: -> Delete help file test_index2.ind
69
+ DEBUG test_index2.tex: -> Delete help file test_index2.and
70
+ DEBUG test_index2.tex: Delete log files
71
+ DEBUG test_index2.tex: -> Delete log-file test_index2.adx.ilg
72
+ DEBUG test_index2.tex: -> Delete log-file test_index2.idx.ilg
73
+ DEBUG test_index2.tex: -> Delete log-file test_index2.log
74
+ DEBUG test_index2.tex: -> Delete log-file test_index2.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_index2.tex: Start job chain for test/test_index2.tex
2
- DEBUG test_index2.tex: Re-Create log/help-zip test_index2.log.zip
2
+ DEBUG test_index2.tex: Re-Create log/help-zip test_index2.runtex.zip
3
3
  INFO test_index2.tex: 01 Start TeX-run 1
4
4
  INFO test_index2.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_index2.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_index2.tex
@@ -24,6 +24,21 @@ DEBUG test_index2.tex: 01-02 -> Info: input file test_index2.idx. (2 entries acc
24
24
  DEBUG test_index2.tex: 01-03 Start Makeindex: makeindex -o test_index2.and -t test_index2.adx.ilg test_index2.adx
25
25
  DEBUG test_index2.tex: 01-03 Analyse log-file
26
26
  DEBUG test_index2.tex: 01-03 -> Info: input file test_index2.adx. (2 entries accepted, 0 rejected)
27
- DEBUG test_index2.tex: Zip help files for later use (test_index2.aux, test_index2.out, test_index2.adx, test_index2.idx, test_index2.ind, test_index2.and, test_index2.toc, test_index2.lof, test_index2.lot, test_index2.lox, test_index2.nav)
28
- DEBUG test_index2.tex: Delete log files test_index2.log, test_index2.idx.ilg, test_index2.adx.ilg, test_index2.log, test_index2.idx.ilg, test_index2.adx.ilg, test_index2.log, test_index2.idx.ilg, test_index2.adx.ilg
29
- DEBUG test_index2.tex: Delete helpfiles test_index2.aux, test_index2.out, test_index2.adx, test_index2.idx, test_index2.ind, test_index2.and
27
+ DEBUG test_index2.tex: Zip help files for later use
28
+ DEBUG test_index2.tex: -> zip test_index2.aux for later use
29
+ DEBUG test_index2.tex: -> zip test_index2.out for later use
30
+ DEBUG test_index2.tex: -> zip test_index2.adx for later use
31
+ DEBUG test_index2.tex: -> zip test_index2.idx for later use
32
+ DEBUG test_index2.tex: -> zip test_index2.ind for later use
33
+ DEBUG test_index2.tex: -> zip test_index2.and for later use
34
+ DEBUG test_index2.tex: Delete helpfiles
35
+ DEBUG test_index2.tex: -> Delete help file test_index2.aux
36
+ DEBUG test_index2.tex: -> Delete help file test_index2.out
37
+ DEBUG test_index2.tex: -> Delete help file test_index2.adx
38
+ DEBUG test_index2.tex: -> Delete help file test_index2.idx
39
+ DEBUG test_index2.tex: -> Delete help file test_index2.ind
40
+ DEBUG test_index2.tex: -> Delete help file test_index2.and
41
+ DEBUG test_index2.tex: Delete log files
42
+ DEBUG test_index2.tex: -> Delete log-file test_index2.adx.ilg
43
+ DEBUG test_index2.tex: -> Delete log-file test_index2.idx.ilg
44
+ DEBUG test_index2.tex: -> Delete log-file test_index2.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_index2.tex"
2
+ | Report for TeX-Job "test_index2.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -20,4 +20,4 @@ Warnings:
20
20
  - Command \markright has changed.
21
21
  Makeindex<Index2-test_index2.idx>: Information: 1;
22
22
  Makeindex<Index2-test_index2.adx>: Information: 1;
23
- More Details see test_index2.tex.runtex_summary.txt or test_index2.log.zip
23
+ More Details see test_index2.tex.runtex_summary.txt or test_index2.runtex.zip
@@ -14,4 +14,4 @@ Warnings:
14
14
  - Command \markright has changed.
15
15
  Makeindex<Index2-test_index2.idx>: Information: 1;
16
16
  Makeindex<Index2-test_index2.adx>: Information: 1;
17
- More Details see test_index2.tex.runtex_summary.txt or test_index2.log.zip
17
+ More Details see test_index2.tex.runtex_summary.txt or test_index2.runtex.zip
@@ -18,4 +18,4 @@ Warnings:
18
18
  - Command \markboth has changed.
19
19
  - Command \markright has changed.
20
20
  Makeindex<Index>: Information: 1;
21
- More Details see test_index.tex.runtex_summary.txt or test_index.log.zip
21
+ More Details see test_index.tex.runtex_summary.txt or test_index.runtex.zip
@@ -14,4 +14,4 @@ Warnings:
14
14
  - Command \markboth has changed.
15
15
  - Command \markright has changed.
16
16
  Makeindex<Index>: Information: 1;
17
- More Details see test_index.tex.runtex_summary.txt or test_index.log.zip
17
+ More Details see test_index.tex.runtex_summary.txt or test_index.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_makeindex.tex: Start job chain for test/test_makeindex.tex
2
- DEBUG test_makeindex.tex: Create log/help-zip test_makeindex.log.zip
2
+ DEBUG test_makeindex.tex: Create log/help-zip test_makeindex.runtex.zip
3
3
  INFO test_makeindex.tex: 01 Start TeX-run 1
4
4
  INFO test_makeindex.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_makeindex.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_makeindex.tex
@@ -30,6 +30,17 @@ DEBUG test_makeindex.tex: 02-01 -> File: test_makeindex.pdf, 16 Pages, 70KB
30
30
  DEBUG test_makeindex.tex: 02-02 Start Makeindex: makeindex -o test_makeindex.ind -t test_makeindex.ilg test_makeindex.idx
31
31
  DEBUG test_makeindex.tex: 02-02 Analyse log-file
32
32
  DEBUG test_makeindex.tex: 02-02 -> Info: input file test_makeindex.idx. (2 entries accepted, 0 rejected)
33
- DEBUG test_makeindex.tex: Zip help files for later use (test_makeindex.aux, test_makeindex.out, test_makeindex.toc, test_makeindex.lof, test_makeindex.lot, test_makeindex.lox, test_makeindex.nav, test_makeindex.idx, test_makeindex.ind)
34
- DEBUG test_makeindex.tex: Delete log files test_makeindex.log, test_makeindex.ilg, test_makeindex.log, test_makeindex.ilg
35
- DEBUG test_makeindex.tex: Delete helpfiles test_makeindex.aux, test_makeindex.out, test_makeindex.idx, test_makeindex.ind
33
+ DEBUG test_makeindex.tex: Zip help files for later use
34
+ DEBUG test_makeindex.tex: -> zip test_makeindex.aux for later use
35
+ DEBUG test_makeindex.tex: -> zip test_makeindex.out for later use
36
+ DEBUG test_makeindex.tex: -> zip test_makeindex.idx for later use
37
+ DEBUG test_makeindex.tex: -> zip test_makeindex.ind for later use
38
+ DEBUG test_makeindex.tex: Delete helpfiles
39
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.aux
40
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.out
41
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.idx
42
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.ind
43
+ DEBUG test_makeindex.tex: Delete log files
44
+ DEBUG test_makeindex.tex: -> Delete log-file test_makeindex.ilg
45
+ DEBUG test_makeindex.tex: -> Delete log-file test_makeindex.log
46
+ DEBUG test_makeindex.tex: -> Delete log-file test_makeindex.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_makeindex.tex: Start job chain for test/test_makeindex.tex
2
- DEBUG test_makeindex.tex: Re-Create log/help-zip test_makeindex.log.zip
2
+ DEBUG test_makeindex.tex: Re-Create log/help-zip test_makeindex.runtex.zip
3
3
  INFO test_makeindex.tex: 01 Start TeX-run 1
4
4
  INFO test_makeindex.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_makeindex.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_makeindex.tex
@@ -13,6 +13,16 @@ DEBUG test_makeindex.tex: 01-01 -> File: test_makeindex.pdf, 16 Pages, 70KB
13
13
  DEBUG test_makeindex.tex: 01-02 Start Makeindex: makeindex -o test_makeindex.ind -t test_makeindex.ilg test_makeindex.idx
14
14
  DEBUG test_makeindex.tex: 01-02 Analyse log-file
15
15
  DEBUG test_makeindex.tex: 01-02 -> Info: input file test_makeindex.idx. (2 entries accepted, 0 rejected)
16
- DEBUG test_makeindex.tex: Zip help files for later use (test_makeindex.aux, test_makeindex.out, test_makeindex.idx, test_makeindex.ind, test_makeindex.toc, test_makeindex.lof, test_makeindex.lot, test_makeindex.lox, test_makeindex.nav)
17
- DEBUG test_makeindex.tex: Delete log files test_makeindex.log, test_makeindex.ilg, test_makeindex.log, test_makeindex.ilg, test_makeindex.log, test_makeindex.ilg
18
- DEBUG test_makeindex.tex: Delete helpfiles test_makeindex.aux, test_makeindex.out, test_makeindex.idx, test_makeindex.ind
16
+ DEBUG test_makeindex.tex: Zip help files for later use
17
+ DEBUG test_makeindex.tex: -> zip test_makeindex.aux for later use
18
+ DEBUG test_makeindex.tex: -> zip test_makeindex.out for later use
19
+ DEBUG test_makeindex.tex: -> zip test_makeindex.idx for later use
20
+ DEBUG test_makeindex.tex: -> zip test_makeindex.ind for later use
21
+ DEBUG test_makeindex.tex: Delete helpfiles
22
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.aux
23
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.out
24
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.idx
25
+ DEBUG test_makeindex.tex: -> Delete help file test_makeindex.ind
26
+ DEBUG test_makeindex.tex: Delete log files
27
+ DEBUG test_makeindex.tex: -> Delete log-file test_makeindex.ilg
28
+ DEBUG test_makeindex.tex: -> Delete log-file test_makeindex.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_makeindex.tex"
2
+ | Report for TeX-Job "test_makeindex.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -12,4 +12,4 @@ Start job chain for test_makeindex.tex
12
12
  - 16 Pages
13
13
  - 70KB
14
14
  Makeindex<Index>: Information: 1;
15
- More Details see test_makeindex.tex.runtex_summary.txt or test_makeindex.log.zip
15
+ More Details see test_makeindex.tex.runtex_summary.txt or test_makeindex.runtex.zip
@@ -8,4 +8,4 @@ Start job chain for test_makeindex.tex
8
8
  - 16 Pages
9
9
  - 70KB
10
10
  Makeindex<Index>: Information: 1;
11
- More Details see test_makeindex.tex.runtex_summary.txt or test_makeindex.log.zip
11
+ More Details see test_makeindex.tex.runtex_summary.txt or test_makeindex.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_packagedoc_dtx.dtx: Start job chain for test/test_packagedoc_dtx.dtx
2
- DEBUG test_packagedoc_dtx.dtx: Create log/help-zip test_packagedoc_dtx.log.zip
2
+ DEBUG test_packagedoc_dtx.dtx: Create log/help-zip test_packagedoc_dtx.runtex.zip
3
3
  INFO test_packagedoc_dtx.dtx: 01 Start TeX-run 1
4
4
  INFO test_packagedoc_dtx.dtx: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_packagedoc_dtx.dtx: 01-01 Start LaTeX pdflatex -interaction=batchmode test_packagedoc_dtx.dtx
@@ -49,6 +49,22 @@ DEBUG test_packagedoc_dtx.dtx: 02-02 -> Errors: Extra `|' at position 36 of fir
49
49
  DEBUG test_packagedoc_dtx.dtx: 02-03 Start Makeindex: makeindex -s gglo.ist -o test_packagedoc_dtx.gls -t test_packagedoc_dtx.glg test_packagedoc_dtx.glo
50
50
  DEBUG test_packagedoc_dtx.dtx: 02-03 Analyse log-file
51
51
  DEBUG test_packagedoc_dtx.dtx: 02-03 -> Info: input file test_packagedoc_dtx.glo. (1 entries accepted, 0 rejected)
52
- DEBUG test_packagedoc_dtx.dtx: Zip help files for later use (test_packagedoc_dtx.aux, test_packagedoc_dtx.out, test_packagedoc_dtx.toc, test_packagedoc_dtx.lof, test_packagedoc_dtx.lot, test_packagedoc_dtx.lox, test_packagedoc_dtx.nav, test_packagedoc_dtx.idx, test_packagedoc_dtx.ind, test_packagedoc_dtx.glo, test_packagedoc_dtx.gls)
53
- DEBUG test_packagedoc_dtx.dtx: Delete log files test_packagedoc_dtx.log, test_packagedoc_dtx.ilg, test_packagedoc_dtx.glg, test_packagedoc_dtx.log, test_packagedoc_dtx.ilg, test_packagedoc_dtx.glg
54
- DEBUG test_packagedoc_dtx.dtx: Delete helpfiles test_packagedoc_dtx.aux, test_packagedoc_dtx.out, test_packagedoc_dtx.idx, test_packagedoc_dtx.ind, test_packagedoc_dtx.glo, test_packagedoc_dtx.gls
52
+ DEBUG test_packagedoc_dtx.dtx: Zip help files for later use
53
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.aux for later use
54
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.out for later use
55
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.idx for later use
56
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.ind for later use
57
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.glo for later use
58
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.gls for later use
59
+ DEBUG test_packagedoc_dtx.dtx: Delete helpfiles
60
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.aux
61
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.out
62
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.idx
63
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.ind
64
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.glo
65
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.gls
66
+ DEBUG test_packagedoc_dtx.dtx: Delete log files
67
+ DEBUG test_packagedoc_dtx.dtx: -> Delete log-file test_packagedoc_dtx.glg
68
+ DEBUG test_packagedoc_dtx.dtx: -> Delete log-file test_packagedoc_dtx.ilg
69
+ DEBUG test_packagedoc_dtx.dtx: -> Delete log-file test_packagedoc_dtx.log
70
+ DEBUG test_packagedoc_dtx.dtx: -> Delete log-file test_packagedoc_dtx.dtx.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_packagedoc_dtx.dtx: Start job chain for test/test_packagedoc_dtx.dtx
2
- DEBUG test_packagedoc_dtx.dtx: Re-Create log/help-zip test_packagedoc_dtx.log.zip
2
+ DEBUG test_packagedoc_dtx.dtx: Re-Create log/help-zip test_packagedoc_dtx.runtex.zip
3
3
  INFO test_packagedoc_dtx.dtx: 01 Start TeX-run 1
4
4
  INFO test_packagedoc_dtx.dtx: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_packagedoc_dtx.dtx: 01-01 Start LaTeX pdflatex -interaction=batchmode test_packagedoc_dtx.dtx
@@ -22,6 +22,21 @@ DEBUG test_packagedoc_dtx.dtx: 01-02 -> Errors: Extra `|' at position 36 of fir
22
22
  DEBUG test_packagedoc_dtx.dtx: 01-03 Start Makeindex: makeindex -s gglo.ist -o test_packagedoc_dtx.gls -t test_packagedoc_dtx.glg test_packagedoc_dtx.glo
23
23
  DEBUG test_packagedoc_dtx.dtx: 01-03 Analyse log-file
24
24
  DEBUG test_packagedoc_dtx.dtx: 01-03 -> Info: input file test_packagedoc_dtx.glo. (1 entries accepted, 0 rejected)
25
- DEBUG test_packagedoc_dtx.dtx: Zip help files for later use (test_packagedoc_dtx.aux, test_packagedoc_dtx.out, test_packagedoc_dtx.idx, test_packagedoc_dtx.ind, test_packagedoc_dtx.glo, test_packagedoc_dtx.gls, test_packagedoc_dtx.toc, test_packagedoc_dtx.lof, test_packagedoc_dtx.lot, test_packagedoc_dtx.lox, test_packagedoc_dtx.nav)
26
- DEBUG test_packagedoc_dtx.dtx: Delete log files test_packagedoc_dtx.log, test_packagedoc_dtx.ilg, test_packagedoc_dtx.glg, test_packagedoc_dtx.log, test_packagedoc_dtx.ilg, test_packagedoc_dtx.glg, test_packagedoc_dtx.log, test_packagedoc_dtx.ilg, test_packagedoc_dtx.glg
27
- DEBUG test_packagedoc_dtx.dtx: Delete helpfiles test_packagedoc_dtx.aux, test_packagedoc_dtx.out, test_packagedoc_dtx.idx, test_packagedoc_dtx.ind, test_packagedoc_dtx.glo, test_packagedoc_dtx.gls
25
+ DEBUG test_packagedoc_dtx.dtx: Zip help files for later use
26
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.aux for later use
27
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.out for later use
28
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.idx for later use
29
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.ind for later use
30
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.glo for later use
31
+ DEBUG test_packagedoc_dtx.dtx: -> zip test_packagedoc_dtx.gls for later use
32
+ DEBUG test_packagedoc_dtx.dtx: Delete helpfiles
33
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.aux
34
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.out
35
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.idx
36
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.ind
37
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.glo
38
+ DEBUG test_packagedoc_dtx.dtx: -> Delete help file test_packagedoc_dtx.gls
39
+ DEBUG test_packagedoc_dtx.dtx: Delete log files
40
+ DEBUG test_packagedoc_dtx.dtx: -> Delete log-file test_packagedoc_dtx.glg
41
+ DEBUG test_packagedoc_dtx.dtx: -> Delete log-file test_packagedoc_dtx.ilg
42
+ DEBUG test_packagedoc_dtx.dtx: -> Delete log-file test_packagedoc_dtx.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_packagedoc_dtx.dtx"
2
+ | Report for TeX-Job "test_packagedoc_dtx.dtx"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -15,4 +15,4 @@ Start job chain for test_packagedoc_dtx.dtx
15
15
  - 64KB
16
16
  Makeindex<Index/dtx>: Errors: 3; Rejected entries: 4;
17
17
  Makeindex<Glossary/dtx>: Information: 1;
18
- More Details see test_packagedoc_dtx.dtx.runtex_summary.txt or test_packagedoc_dtx.log.zip
18
+ More Details see test_packagedoc_dtx.dtx.runtex_summary.txt or test_packagedoc_dtx.runtex.zip
@@ -10,4 +10,4 @@ Start job chain for test_packagedoc_dtx.dtx
10
10
  - 64KB
11
11
  Makeindex<Index/dtx>: Errors: 3; Rejected entries: 4;
12
12
  Makeindex<Glossary/dtx>: Information: 1;
13
- More Details see test_packagedoc_dtx.dtx.runtex_summary.txt or test_packagedoc_dtx.log.zip
13
+ More Details see test_packagedoc_dtx.dtx.runtex_summary.txt or test_packagedoc_dtx.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_rail.tex: Start job chain for test/test_rail.tex
2
- DEBUG test_rail.tex: Create log/help-zip test_rail.log.zip
2
+ DEBUG test_rail.tex: Create log/help-zip test_rail.runtex.zip
3
3
  INFO test_rail.tex: 01 Start TeX-run 1
4
4
  INFO test_rail.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_rail.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_rail.tex
@@ -30,6 +30,16 @@ DEBUG test_rail.tex: 02-01 LaTeX finished
30
30
  DEBUG test_rail.tex: 02-01 Analyse aux-file
31
31
  DEBUG test_rail.tex: 02-01 Analyse log-file
32
32
  DEBUG test_rail.tex: 02-01 -> File: test_rail.pdf, 1 Page, 25KB
33
- DEBUG test_rail.tex: Zip help files for later use (test_rail.aux, test_rail.out, test_rail.toc, test_rail.lof, test_rail.lot, test_rail.lox, test_rail.nav, test_rail.rao, test_rail.rai)
34
- DEBUG test_rail.tex: Delete log files test_rail.log, test_rail.log
35
- DEBUG test_rail.tex: Delete helpfiles test_rail.aux, test_rail.out, test_rail.rao, test_rail.rai
33
+ DEBUG test_rail.tex: Zip help files for later use
34
+ DEBUG test_rail.tex: -> zip test_rail.aux for later use
35
+ DEBUG test_rail.tex: -> zip test_rail.out for later use
36
+ DEBUG test_rail.tex: -> zip test_rail.rao for later use
37
+ DEBUG test_rail.tex: -> zip test_rail.rai for later use
38
+ DEBUG test_rail.tex: Delete helpfiles
39
+ DEBUG test_rail.tex: -> Delete help file test_rail.aux
40
+ DEBUG test_rail.tex: -> Delete help file test_rail.out
41
+ DEBUG test_rail.tex: -> Delete help file test_rail.rao
42
+ DEBUG test_rail.tex: -> Delete help file test_rail.rai
43
+ DEBUG test_rail.tex: Delete log files
44
+ DEBUG test_rail.tex: -> Delete log-file test_rail.log
45
+ DEBUG test_rail.tex: -> Delete log-file test_rail.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_rail.tex: Start job chain for test/test_rail.tex
2
- DEBUG test_rail.tex: Re-Create log/help-zip test_rail.log.zip
2
+ DEBUG test_rail.tex: Re-Create log/help-zip test_rail.runtex.zip
3
3
  INFO test_rail.tex: 01 Start TeX-run 1
4
4
  INFO test_rail.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_rail.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_rail.tex
@@ -7,6 +7,15 @@ DEBUG test_rail.tex: 01-01 LaTeX finished
7
7
  DEBUG test_rail.tex: 01-01 Analyse aux-file
8
8
  DEBUG test_rail.tex: 01-01 Analyse log-file
9
9
  DEBUG test_rail.tex: 01-01 -> File: test_rail.pdf, 1 Page, 25KB
10
- DEBUG test_rail.tex: Zip help files for later use (test_rail.aux, test_rail.out, test_rail.rao, test_rail.rai, test_rail.toc, test_rail.lof, test_rail.lot, test_rail.lox, test_rail.nav)
11
- DEBUG test_rail.tex: Delete log files test_rail.log, test_rail.log, test_rail.log
12
- DEBUG test_rail.tex: Delete helpfiles test_rail.aux, test_rail.out, test_rail.rao, test_rail.rai
10
+ DEBUG test_rail.tex: Zip help files for later use
11
+ DEBUG test_rail.tex: -> zip test_rail.aux for later use
12
+ DEBUG test_rail.tex: -> zip test_rail.out for later use
13
+ DEBUG test_rail.tex: -> zip test_rail.rao for later use
14
+ DEBUG test_rail.tex: -> zip test_rail.rai for later use
15
+ DEBUG test_rail.tex: Delete helpfiles
16
+ DEBUG test_rail.tex: -> Delete help file test_rail.aux
17
+ DEBUG test_rail.tex: -> Delete help file test_rail.out
18
+ DEBUG test_rail.tex: -> Delete help file test_rail.rao
19
+ DEBUG test_rail.tex: -> Delete help file test_rail.rai
20
+ DEBUG test_rail.tex: Delete log files
21
+ DEBUG test_rail.tex: -> Delete log-file test_rail.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_rail.tex"
2
+ | Report for TeX-Job "test_rail.tex"
3
3
  | 2000-01-01 12:00, TeX-run 1
4
4
  ==================================================
5
5
 
@@ -10,4 +10,4 @@ Start job chain for test_rail.tex
10
10
  - test_rail.pdf
11
11
  - 1 Page
12
12
  - 25KB
13
- More Details see test_rail.tex.runtex_summary.txt or test_rail.log.zip
13
+ More Details see test_rail.tex.runtex_summary.txt or test_rail.runtex.zip
@@ -6,4 +6,4 @@ Start job chain for test_rail.tex
6
6
  - test_rail.pdf
7
7
  - 1 Page
8
8
  - 25KB
9
- More Details see test_rail.tex.runtex_summary.txt or test_rail.log.zip
9
+ More Details see test_rail.tex.runtex_summary.txt or test_rail.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_rail_error.tex: Start job chain for test/test_rail_error.tex
2
- DEBUG test_rail_error.tex: Create log/help-zip test_rail_error.log.zip
2
+ DEBUG test_rail_error.tex: Create log/help-zip test_rail_error.runtex.zip
3
3
  INFO test_rail_error.tex: 01 Start TeX-run 1
4
4
  INFO test_rail_error.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_rail_error.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_rail_error.tex
@@ -32,6 +32,12 @@ DEBUG test_rail_error.tex: 02-01 Rerun necessary (Rail diagram 1 on line 11)
32
32
  DEBUG test_rail_error.tex: 02-01 Rerun necessary (Rail diagram changed)
33
33
  WARN test_rail_error.tex: 02-01 Rail-Rerun blocked by previous error
34
34
  DEBUG test_rail_error.tex: 02-01 -> File: test_rail_error.pdf, 1 Page, 9KB
35
- DEBUG test_rail_error.tex: Zip help files for later use (test_rail_error.aux, test_rail_error.out, test_rail_error.toc, test_rail_error.lof, test_rail_error.lot, test_rail_error.lox, test_rail_error.nav, test_rail_error.rao, test_rail_error.rai)
36
- DEBUG test_rail_error.tex: Delete log files test_rail_error.log, test_rail_error.log
37
- DEBUG test_rail_error.tex: Delete helpfiles test_rail_error.aux, test_rail_error.rai
35
+ DEBUG test_rail_error.tex: Zip help files for later use
36
+ DEBUG test_rail_error.tex: -> zip test_rail_error.aux for later use
37
+ DEBUG test_rail_error.tex: -> zip test_rail_error.rai for later use
38
+ DEBUG test_rail_error.tex: Delete helpfiles
39
+ DEBUG test_rail_error.tex: -> Delete help file test_rail_error.aux
40
+ DEBUG test_rail_error.tex: -> Delete help file test_rail_error.rai
41
+ DEBUG test_rail_error.tex: Delete log files
42
+ DEBUG test_rail_error.tex: -> Delete log-file test_rail_error.log
43
+ DEBUG test_rail_error.tex: -> Delete log-file test_rail_error.tex.runtex.log
@@ -1,5 +1,5 @@
1
1
  INFO test_rail_error.tex: Start job chain for test/test_rail_error.tex
2
- DEBUG test_rail_error.tex: Re-Create log/help-zip test_rail_error.log.zip
2
+ DEBUG test_rail_error.tex: Re-Create log/help-zip test_rail_error.runtex.zip
3
3
  INFO test_rail_error.tex: 01 Start TeX-run 1
4
4
  INFO test_rail_error.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_rail_error.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_rail_error.tex
@@ -30,6 +30,11 @@ DEBUG test_rail_error.tex: 02-01 Rerun necessary (Rail diagram 1 on line 11)
30
30
  DEBUG test_rail_error.tex: 02-01 Rerun necessary (Rail diagram changed)
31
31
  WARN test_rail_error.tex: 02-01 Rail-Rerun blocked by previous error
32
32
  DEBUG test_rail_error.tex: 02-01 -> File: test_rail_error.pdf, 1 Page, 9KB
33
- DEBUG test_rail_error.tex: Zip help files for later use (test_rail_error.aux, test_rail_error.rai, test_rail_error.out, test_rail_error.toc, test_rail_error.lof, test_rail_error.lot, test_rail_error.lox, test_rail_error.nav, test_rail_error.rao)
34
- DEBUG test_rail_error.tex: Delete log files test_rail_error.log, test_rail_error.log, test_rail_error.log, test_rail_error.log
35
- DEBUG test_rail_error.tex: Delete helpfiles test_rail_error.aux, test_rail_error.rai
33
+ DEBUG test_rail_error.tex: Zip help files for later use
34
+ DEBUG test_rail_error.tex: -> zip test_rail_error.aux for later use
35
+ DEBUG test_rail_error.tex: -> zip test_rail_error.rai for later use
36
+ DEBUG test_rail_error.tex: Delete helpfiles
37
+ DEBUG test_rail_error.tex: -> Delete help file test_rail_error.aux
38
+ DEBUG test_rail_error.tex: -> Delete help file test_rail_error.rai
39
+ DEBUG test_rail_error.tex: Delete log files
40
+ DEBUG test_rail_error.tex: -> Delete log-file test_rail_error.log
@@ -1,5 +1,5 @@
1
1
  ==================================================
2
- | Report for TeX-Job test_rail_error.tex"
2
+ | Report for TeX-Job "test_rail_error.tex"
3
3
  | 2000-01-01 12:00, TeX-run 2
4
4
  ==================================================
5
5
 
@@ -15,4 +15,4 @@ ERROR test_rail_error.tex: 01-02 Rail: .rao-File is missing
15
15
  - 1 Page
16
16
  - 9KB
17
17
  !! Rerun-Stopp for rail!
18
- More Details see test_rail_error.tex.runtex_summary.txt or test_rail_error.log.zip
18
+ More Details see test_rail_error.tex.runtex_summary.txt or test_rail_error.runtex.zip
@@ -15,4 +15,4 @@ ERROR test_rail_error.tex: 01-02 Rail: .rao-File is missing
15
15
  - 1 Page
16
16
  - 9KB
17
17
  !! Rerun-Stopp for rail!
18
- More Details see test_rail_error.tex.runtex_summary.txt or test_rail_error.log.zip
18
+ More Details see test_rail_error.tex.runtex_summary.txt or test_rail_error.runtex.zip
@@ -1,5 +1,5 @@
1
1
  INFO test_splitindex.tex: Start job chain for test/test_splitindex.tex
2
- DEBUG test_splitindex.tex: Create log/help-zip test_splitindex.log.zip
2
+ DEBUG test_splitindex.tex: Create log/help-zip test_splitindex.runtex.zip
3
3
  INFO test_splitindex.tex: 01 Start TeX-run 1
4
4
  INFO test_splitindex.tex: 01-01 Call (La)TeX<pdflatex>
5
5
  DEBUG test_splitindex.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_splitindex.tex
@@ -59,6 +59,24 @@ DEBUG test_splitindex.tex: 02-03 -> Info: input file test_splitindex-aut.idx. (2
59
59
  DEBUG test_splitindex.tex: 02-04 Start Makeindex: makeindex -o test_splitindex-idx.ind -t test_splitindex-idx.ilg test_splitindex-idx.idx
60
60
  DEBUG test_splitindex.tex: 02-04 Analyse log-file
61
61
  DEBUG test_splitindex.tex: 02-04 -> Info: input file test_splitindex-idx.idx. (2 entries accepted, 0 rejected)
62
- DEBUG test_splitindex.tex: Zip help files for later use (test_splitindex.aux, test_splitindex.out, test_splitindex.toc, test_splitindex.lof, test_splitindex.lot, test_splitindex.lox, test_splitindex.nav, test_splitindex.idx, test_splitindex-aut.idx, test_splitindex-aut.ind, test_splitindex-idx.idx, test_splitindex-idx.ind)
63
- DEBUG test_splitindex.tex: Delete log files test_splitindex.log, test_splitindex-aut.ilg, test_splitindex-idx.ilg, test_splitindex.log, test_splitindex-aut.ilg, test_splitindex-idx.ilg
64
- DEBUG test_splitindex.tex: Delete helpfiles test_splitindex.aux, test_splitindex.out, test_splitindex.idx, test_splitindex-aut.idx, test_splitindex-aut.ind, test_splitindex-idx.idx, test_splitindex-idx.ind
62
+ DEBUG test_splitindex.tex: Zip help files for later use
63
+ DEBUG test_splitindex.tex: -> zip test_splitindex.aux for later use
64
+ DEBUG test_splitindex.tex: -> zip test_splitindex.out for later use
65
+ DEBUG test_splitindex.tex: -> zip test_splitindex.idx for later use
66
+ DEBUG test_splitindex.tex: -> zip test_splitindex-aut.idx for later use
67
+ DEBUG test_splitindex.tex: -> zip test_splitindex-aut.ind for later use
68
+ DEBUG test_splitindex.tex: -> zip test_splitindex-idx.idx for later use
69
+ DEBUG test_splitindex.tex: -> zip test_splitindex-idx.ind for later use
70
+ DEBUG test_splitindex.tex: Delete helpfiles
71
+ DEBUG test_splitindex.tex: -> Delete help file test_splitindex.aux
72
+ DEBUG test_splitindex.tex: -> Delete help file test_splitindex.out
73
+ DEBUG test_splitindex.tex: -> Delete help file test_splitindex.idx
74
+ DEBUG test_splitindex.tex: -> Delete help file test_splitindex-aut.idx
75
+ DEBUG test_splitindex.tex: -> Delete help file test_splitindex-aut.ind
76
+ DEBUG test_splitindex.tex: -> Delete help file test_splitindex-idx.idx
77
+ DEBUG test_splitindex.tex: -> Delete help file test_splitindex-idx.ind
78
+ DEBUG test_splitindex.tex: Delete log files
79
+ DEBUG test_splitindex.tex: -> Delete log-file test_splitindex-idx.ilg
80
+ DEBUG test_splitindex.tex: -> Delete log-file test_splitindex-aut.ilg
81
+ DEBUG test_splitindex.tex: -> Delete log-file test_splitindex.log
82
+ DEBUG test_splitindex.tex: -> Delete log-file test_splitindex.tex.runtex.log