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.
- data/lib/runtex.rb +12 -3
- data/lib/runtex_job_chain.rb +67 -39
- data/lib/runtex_latex.rb +16 -4
- data/lib/runtex_pathes.yaml +4 -0
- data/lib/runtex_tool.rb +4 -0
- data/readme +4 -3
- data/unittest/expected/test_bibliography_babelbib.debug1.txt +15 -4
- data/unittest/expected/test_bibliography_babelbib.debug2.txt +14 -4
- data/unittest/expected/test_bibliography_babelbib.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_bibliography_babelbib_1.txt +1 -1
- data/unittest/expected/test_bibliography_babelbib_2.txt +1 -1
- data/unittest/expected/test_bibliography_plain.debug1.txt +13 -4
- data/unittest/expected/test_bibliography_plain.debug2.txt +12 -4
- data/unittest/expected/test_bibliography_plain.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_bibliography_plain_1.txt +1 -1
- data/unittest/expected/test_bibliography_plain_2.txt +1 -1
- data/unittest/expected/test_context.debug1.txt +14 -0
- data/unittest/expected/test_context.debug2.txt +13 -0
- data/unittest/expected/test_context.tex.runtex_summary.txt +12 -0
- data/unittest/expected/test_context_1.txt +10 -0
- data/unittest/expected/test_context_2.txt +10 -0
- data/unittest/expected/test_error.debug1.txt +10 -4
- data/unittest/expected/test_error.debug2.txt +9 -4
- data/unittest/expected/test_error.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_error_1.txt +1 -1
- data/unittest/expected/test_error_2.txt +1 -1
- data/unittest/expected/test_gloss.debug1.txt +15 -4
- data/unittest/expected/test_gloss.debug2.txt +14 -4
- data/unittest/expected/test_gloss.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_gloss_1.txt +1 -1
- data/unittest/expected/test_gloss_2.txt +1 -1
- data/unittest/expected/test_gloss_newgloss.debug1.txt +20 -4
- data/unittest/expected/test_gloss_newgloss.debug2.txt +19 -4
- data/unittest/expected/test_gloss_newgloss.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_gloss_newgloss_1.txt +1 -1
- data/unittest/expected/test_gloss_newgloss_2.txt +1 -1
- data/unittest/expected/test_glossaries.debug1.txt +20 -4
- data/unittest/expected/test_glossaries.debug2.txt +19 -4
- data/unittest/expected/test_glossaries.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_glossaries_1.txt +1 -1
- data/unittest/expected/test_glossaries_2.txt +1 -1
- data/unittest/expected/test_index.debug1.txt +15 -4
- data/unittest/expected/test_index.debug2.txt +14 -4
- data/unittest/expected/test_index.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_index2.debug1.txt +20 -4
- data/unittest/expected/test_index2.debug2.txt +19 -4
- data/unittest/expected/test_index2.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_index2_1.txt +1 -1
- data/unittest/expected/test_index2_2.txt +1 -1
- data/unittest/expected/test_index_1.txt +1 -1
- data/unittest/expected/test_index_2.txt +1 -1
- data/unittest/expected/test_makeindex.debug1.txt +15 -4
- data/unittest/expected/test_makeindex.debug2.txt +14 -4
- data/unittest/expected/test_makeindex.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_makeindex_1.txt +1 -1
- data/unittest/expected/test_makeindex_2.txt +1 -1
- data/unittest/expected/test_packagedoc_dtx.debug1.txt +20 -4
- data/unittest/expected/test_packagedoc_dtx.debug2.txt +19 -4
- data/unittest/expected/test_packagedoc_dtx.dtx.runtex_summary.txt +1 -1
- data/unittest/expected/test_packagedoc_dtx_1.txt +1 -1
- data/unittest/expected/test_packagedoc_dtx_2.txt +1 -1
- data/unittest/expected/test_rail.debug1.txt +14 -4
- data/unittest/expected/test_rail.debug2.txt +13 -4
- data/unittest/expected/test_rail.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_rail_1.txt +1 -1
- data/unittest/expected/test_rail_2.txt +1 -1
- data/unittest/expected/test_rail_error.debug1.txt +10 -4
- data/unittest/expected/test_rail_error.debug2.txt +9 -4
- data/unittest/expected/test_rail_error.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_rail_error_1.txt +1 -1
- data/unittest/expected/test_rail_error_2.txt +1 -1
- data/unittest/expected/test_splitindex.debug1.txt +22 -4
- data/unittest/expected/test_splitindex.debug2.txt +21 -4
- data/unittest/expected/test_splitindex.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_splitindex_1.txt +1 -1
- data/unittest/expected/test_splitindex_2.txt +1 -1
- data/unittest/expected/test_test.debug1.txt +12 -4
- data/unittest/expected/test_test.debug2.txt +11 -4
- data/unittest/expected/test_test.tex.runtex_summary.txt +1 -1
- data/unittest/expected/test_test_1.txt +1 -1
- data/unittest/expected/test_test_2.txt +1 -1
- data/unittest/testcases.yaml +5 -1
- data/unittest/unittest_runtex.rb +20 -5
- metadata +75 -47
- data/lib/Code_zum_Pluendern_rtex4newrtex.rb +0 -275
- data/lib/catch_output.rb +0 -99
data/lib/runtex.rb
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
#
|
|
6
6
|
#Some programs with a similar functionalty
|
|
7
7
|
#- texify (miktex)
|
|
8
|
-
|
|
9
8
|
#- texexec (ConTeXt)
|
|
9
|
+
#- http://tug.ctan.org/tex-archive/support/latexmk
|
|
10
10
|
#- rubber (Python) http://ebeffara.free.fr/stuff/rubber/
|
|
11
11
|
#- texi2pdf (or texi2dvi)
|
|
12
12
|
#- mk Perl script http://www.servalys.nl/tex/mk.html
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
#- rails and rails.sty
|
|
23
23
|
#- ...
|
|
24
24
|
#
|
|
25
|
+
#=Obsolete
|
|
26
|
+
#I stopped further development of this tool.
|
|
27
|
+
#Please take a look to rake4latex-gem.
|
|
28
|
+
#
|
|
25
29
|
# %%%%%%%%%%%%%%%%%%%%
|
|
26
30
|
# % License
|
|
27
31
|
# %%%%%%%%%%%%%%%%%%%%
|
|
@@ -51,6 +55,7 @@ require 'yaml'
|
|
|
51
55
|
require 'catch_output'
|
|
52
56
|
|
|
53
57
|
module RunTeX
|
|
58
|
+
VERSION = '0.2.3'
|
|
54
59
|
CONFIGURATION = File.dirname(__FILE__) + '/runtex_pathes.yaml'
|
|
55
60
|
|
|
56
61
|
require 'runtex_job_chain'
|
|
@@ -191,7 +196,7 @@ start_from_desktop( ) if __FILE__ == $0
|
|
|
191
196
|
|
|
192
197
|
__END__
|
|
193
198
|
lox: fixme.sty
|
|
194
|
-
out: hyperref.
|
|
199
|
+
out: hyperref.sty
|
|
195
200
|
tex: TeX-Source-file
|
|
196
201
|
aux: Auxiliary file, created by LaTeX
|
|
197
202
|
toc: table of contents (LaTeX)
|
|
@@ -218,4 +223,8 @@ nav: Help-File Navigation (hyperref?) (LaTeX)
|
|
|
218
223
|
ps: Post-Script
|
|
219
224
|
eps: encapsulated Post-Script
|
|
220
225
|
lof: List of figures (LaTeX)
|
|
221
|
-
lot: List of tables (LaTeX)
|
|
226
|
+
lot: List of tables (LaTeX)
|
|
227
|
+
vrb: beamer - verbatim
|
|
228
|
+
snm: beamer - includeslide/
|
|
229
|
+
maf: minitoc.sty (Overview?)
|
|
230
|
+
mtc*: minitoc.sty
|
data/lib/runtex_job_chain.rb
CHANGED
|
@@ -62,8 +62,8 @@ help
|
|
|
62
62
|
@log = Log4r::Logger.new( File.basename(filename) )
|
|
63
63
|
@log.level = Log4r::DEBUG
|
|
64
64
|
@log.outputters = Log4r::StdoutOutputter.new('log_stdout', :level => Log4r::INFO )
|
|
65
|
-
@logfiles << "#{filename}.runtex.log"
|
|
66
|
-
@log.add(Log4r::FileOutputter.new('log_file', :filename => "#{
|
|
65
|
+
@logfiles << "#{File.basename(filename)}.runtex.log" #needed for deletion later
|
|
66
|
+
@log.add(Log4r::FileOutputter.new('log_file', :filename => "#{filename}.runtex.log", :level => Log4r::DEBUG ) )
|
|
67
67
|
|
|
68
68
|
self.file= filename
|
|
69
69
|
|
|
@@ -97,16 +97,22 @@ help
|
|
|
97
97
|
#Start the job chain.
|
|
98
98
|
def start( format = @options[:format] )
|
|
99
99
|
puts "Start job chain for #{@filename }"
|
|
100
|
+
format = "#{format}"
|
|
100
101
|
@log.info( "Start job chain for #{@dirname}/#{@filename }") if @log.info?
|
|
101
102
|
|
|
102
103
|
@texrun = 0
|
|
103
104
|
@rerun = [ nil ] #Flag, if an additional texrun is necessary (nil, so compact can delete it again)
|
|
104
105
|
@stop_rerun = {} #Set a Rerun-Stop in case of serious problems.
|
|
105
|
-
zipfilename = "#{@basename}.
|
|
106
|
+
zipfilename = "#{@basename}.runtex.zip"
|
|
106
107
|
summary = nil
|
|
107
108
|
#Don't use "#{filename}.runtex.log", Thats already the log.
|
|
108
109
|
jobreport = "#{filename}.runtex_summary.txt"
|
|
109
110
|
|
|
111
|
+
case format
|
|
112
|
+
when 'context'
|
|
113
|
+
@log.warn( "Start ConTeXt without support of log-analyses for #{@dirname}/#{@filename }") if @log.warn?
|
|
114
|
+
end
|
|
115
|
+
|
|
110
116
|
Dir.chdir(@dirname){
|
|
111
117
|
if ! File.exist?( @filename )
|
|
112
118
|
@log.error( "File #{@filename} missing (dir #{@dirname})" ) if @log.error?
|
|
@@ -125,19 +131,28 @@ help
|
|
|
125
131
|
end
|
|
126
132
|
@zip = Zip::ZipFile.new( zipfilename, Zip::ZipFile::CREATE )
|
|
127
133
|
|
|
128
|
-
configuration = Configuration[
|
|
129
|
-
@log.fatal("No configuration for #{format}") if ! configuration and @log.fatal
|
|
134
|
+
configuration = Configuration[format]
|
|
135
|
+
#~ @log.fatal("No configuration for #{format}") if ! configuration and @log.fatal?
|
|
136
|
+
if ! configuration
|
|
137
|
+
@log.fatal("No configuration for <#{format.inspect}>") if @log.fatal?
|
|
138
|
+
@log.info("\tDefined configurations: #{Configuration.keys.inspect}") if @log.info?
|
|
139
|
+
#Use a default
|
|
140
|
+
@log.warn("Using pdflatex instead <#{format.inspect}>") if @log.warn?
|
|
141
|
+
configuration = Configuration["pdflatex"]
|
|
142
|
+
#~ return false unless configuration
|
|
143
|
+
end
|
|
130
144
|
|
|
131
145
|
while ! @rerun.empty? and @texrun < MAX_TEX_RUN
|
|
132
146
|
#Write the message only, if it is the 2nd run (-> test with compact).
|
|
133
147
|
@log.info( "%02i--- Rerun necessary (#{@rerun.join(', ')})" % @texrun ) if @log.info? and ! @rerun.compact.empty?
|
|
134
148
|
@rerun = []
|
|
135
149
|
texresult = run( LaTeX.new( self, {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
150
|
+
:format => format, #evtl. Problem with latex_pdf ...
|
|
151
|
+
#~ :format => configuration['call'],
|
|
152
|
+
:overfull => @options[:overfull],
|
|
153
|
+
:underfull => @options[:underfull],
|
|
154
|
+
}
|
|
155
|
+
) )
|
|
141
156
|
texresult = {} unless texresult
|
|
142
157
|
#jobreport/summary for each step
|
|
143
158
|
summary = build_summary( texresult, jobreport, format )
|
|
@@ -160,53 +175,66 @@ help
|
|
|
160
175
|
#Save all helpfiles to the zip file.
|
|
161
176
|
#In a later run, this helpfiles are extracted again.
|
|
162
177
|
if @options[:zip_helpfiles]
|
|
163
|
-
@log.debug( "Zip help files for later use
|
|
178
|
+
@log.debug( "Zip help files for later use") if @log.debug?
|
|
164
179
|
@helpfiles.each{|filename|
|
|
165
|
-
|
|
166
|
-
|
|
180
|
+
if File.exist?(filename)
|
|
181
|
+
@log.debug( " -> zip #{filename} for later use") if @log.debug?
|
|
182
|
+
@zip.add( filename, filename )
|
|
183
|
+
end
|
|
167
184
|
}
|
|
168
185
|
end
|
|
169
186
|
|
|
170
|
-
#fixme - I would like to add the log - does not work
|
|
171
|
-
#~ filename = @log.outputters[1].filename
|
|
172
|
-
#~ @log.outputters[1].close
|
|
173
|
-
#~ @log.remove[1]
|
|
174
|
-
#~ @zip.add( filename, filename )
|
|
175
|
-
|
|
176
187
|
#build the summary and save it
|
|
177
188
|
summary = build_summary( texresult, jobreport, format )
|
|
178
189
|
@zip.add(jobreport, jobreport)
|
|
179
190
|
@logfiles << jobreport unless @options[:keep_summary]
|
|
180
|
-
|
|
181
|
-
#Close must be done before the files are deleted.
|
|
182
|
-
@zip.close
|
|
183
191
|
|
|
184
|
-
#
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
@log.debug( "Delete log files #{@logfiles.join(', ')}") if @log.debug?
|
|
188
|
-
@logfiles.each{|filename|
|
|
189
|
-
#~ @log.debug( "Delete #{filename}") if @log.debug?
|
|
190
|
-
begin; File.delete(filename) if File.exist?(filename)
|
|
191
|
-
rescue Errno::EACCES => err
|
|
192
|
-
@log.error( "Delete #{filename}: #{err}") if @log.error?
|
|
193
|
-
end
|
|
194
|
-
}
|
|
195
|
-
end
|
|
192
|
+
#Commit must be done before the files are deleted.
|
|
193
|
+
@zip.commit
|
|
194
|
+
|
|
196
195
|
#Delete helpfiles if requested
|
|
197
196
|
if @options[:delete_helpfiles]
|
|
198
197
|
@helpfiles.delete_if{|filename| ! File.exist?(filename) } #delete for log
|
|
199
|
-
@log.debug( "Delete helpfiles
|
|
198
|
+
@log.debug( "Delete helpfiles") if @log.debug?
|
|
200
199
|
@helpfiles.each{|filename|
|
|
201
|
-
|
|
202
|
-
|
|
200
|
+
begin
|
|
201
|
+
if File.exist?(filename)
|
|
202
|
+
@log.debug( " -> Delete help file #{filename}") if @log.debug?
|
|
203
|
+
File.delete(filename)
|
|
204
|
+
end
|
|
203
205
|
rescue Errno::EACCES => err
|
|
204
206
|
#Happens with rail.exe at xxx.rai-file
|
|
205
207
|
@log.error( "Delete #{filename}: #{err}") if @log.error?
|
|
206
208
|
end
|
|
207
209
|
}
|
|
208
210
|
end
|
|
209
|
-
|
|
211
|
+
#Delete logfiles if requested
|
|
212
|
+
if @options[:delete_logfiles]
|
|
213
|
+
@log.debug( "Delete log files") if @log.debug?
|
|
214
|
+
#Reverse output, so the runtex.log-file will be the last to be deleted
|
|
215
|
+
@logfiles.reverse.each{|filename|
|
|
216
|
+
begin
|
|
217
|
+
if File.exist?(filename)
|
|
218
|
+
@log.debug( " -> Delete log-file #{filename}") if @log.debug?
|
|
219
|
+
#Close log-file before deleting it
|
|
220
|
+
@log.outputters.each{|logfile|
|
|
221
|
+
if logfile.respond_to?(:filename) and logfile.filename.include?(filename)
|
|
222
|
+
#Close is necessary for the following delete (avoid Errno::EACCES)
|
|
223
|
+
logfile.close
|
|
224
|
+
#Add the log to the zip.
|
|
225
|
+
@zip.add(logfile.filename, File.basename(logfile.filename))
|
|
226
|
+
@zip.commit #Commit before deletion (else you get an error).
|
|
227
|
+
end
|
|
228
|
+
}
|
|
229
|
+
#Delete the log file.
|
|
230
|
+
File.delete(filename)
|
|
231
|
+
end
|
|
232
|
+
rescue Errno::EACCES => err
|
|
233
|
+
@log.error( "Delete #{filename}: #{err}") if @log.error?
|
|
234
|
+
end
|
|
235
|
+
}
|
|
236
|
+
end
|
|
237
|
+
@zip.close
|
|
210
238
|
} #Dir.chdir(@dirname)
|
|
211
239
|
puts summary
|
|
212
240
|
puts "More Details see #{jobreport} or #{zipfilename}"
|
|
@@ -235,7 +263,7 @@ help
|
|
|
235
263
|
|
|
236
264
|
file << <<header
|
|
237
265
|
==================================================
|
|
238
|
-
| Report for TeX-Job #{filename}"
|
|
266
|
+
| Report for TeX-Job "#{filename}"
|
|
239
267
|
| #{Time.now.strftime('%Y-%m-%d %H:%M')}, TeX-run #{@texrun}
|
|
240
268
|
==================================================
|
|
241
269
|
|
data/lib/runtex_latex.rb
CHANGED
|
@@ -58,8 +58,15 @@ class LaTeX < Tool
|
|
|
58
58
|
@job.helpfiles << auxfilename
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
+
|
|
62
|
+
|
|
61
63
|
#Fill more helpfiles...
|
|
62
|
-
|
|
64
|
+
#List with explanation in runtex.rb
|
|
65
|
+
#maf/mtc is from minitoc.sty. Other mtc-files (mtc1, mtc2... are collected in LaTeX#analyse_logfile
|
|
66
|
+
|
|
67
|
+
%w{out toc lof lot lox nav vrb snm
|
|
68
|
+
maf mtc mtc0
|
|
69
|
+
}.each{|ext|
|
|
63
70
|
@job.helpfiles << "#{@job.basename}.#{ext}"
|
|
64
71
|
}
|
|
65
72
|
|
|
@@ -207,13 +214,14 @@ class LaTeX < Tool
|
|
|
207
214
|
#Error messages with line code
|
|
208
215
|
when /LaTeX Error:\s*(.*)/,
|
|
209
216
|
/(Undefined control sequence.)/,
|
|
210
|
-
/(Missing
|
|
217
|
+
/(Missing [\$|\{|\}|\\cr] inserted.)/,
|
|
211
218
|
/(Dimension too large.)/,
|
|
212
219
|
/(Text line contains an invalid utf-8 sequence.)/, #pdflualatex
|
|
213
220
|
/(Argument of .* has an extra \})./,
|
|
214
221
|
/(Paragraph ended before .* was complete.)/,
|
|
215
222
|
/(Misplaced .+)/,
|
|
216
|
-
/(Extra \}, or forgotten
|
|
223
|
+
/(Extra \}, or forgotten [\$|\\\\endgroup])/,
|
|
224
|
+
/You can't use `\\\\end' in internal vertical mode/
|
|
217
225
|
#~ /(! Emergency stop.)/,
|
|
218
226
|
#~ /(! Huge page cannot be shipped out.)/
|
|
219
227
|
:last_entry_to_avoid_comma_error
|
|
@@ -234,7 +242,7 @@ class LaTeX < Tool
|
|
|
234
242
|
else
|
|
235
243
|
result[:error] << last_message = "New error to runtex: #{logline.strip}"
|
|
236
244
|
#~ jump_to_numberline = true; last_message = result[:error].last = result[:error].last
|
|
237
|
-
@job.log.warn( "#{__FILE__} Uncatched error
|
|
245
|
+
@job.log.warn( "#{__FILE__} Uncatched error? <#{$1.inspect}>") if @job.log.warn?
|
|
238
246
|
end
|
|
239
247
|
when /(job aborted, no legal \\end found)/,
|
|
240
248
|
/(==> Fatal error occurred, no output PDF file produced!)/
|
|
@@ -345,6 +353,10 @@ class LaTeX < Tool
|
|
|
345
353
|
#Possible with usage of glossaries.sty -> catched by aux-analyses
|
|
346
354
|
@job.log.debug( "#{@step} Glossary in non-dtx found #{glossfile}") if @job.log.debug?
|
|
347
355
|
end
|
|
356
|
+
#Add minitocs to helpfiles
|
|
357
|
+
when /\(minitoc\)\s*Writing (.*\.mtc\d*)/
|
|
358
|
+
@job.log.debug( "#{@step} Found minitoc-helpfile") if @job.log.debug?
|
|
359
|
+
@job.helpfiles << $1
|
|
348
360
|
when /Output written on (.*) \((.*) pages?, (.*) bytes\)/
|
|
349
361
|
result[:file] = $1
|
|
350
362
|
result[:pages] = $2.to_i
|
data/lib/runtex_pathes.yaml
CHANGED
data/lib/runtex_tool.rb
CHANGED
|
@@ -87,6 +87,10 @@ class Tool
|
|
|
87
87
|
def build_cmd( configurationkey, par_values = @options )
|
|
88
88
|
|
|
89
89
|
configuration = Job_chain::Configuration[configurationkey]
|
|
90
|
+
if ! configuration
|
|
91
|
+
@job.log.fatal( "No configuration for #{configurationkey.inspect}") if @job.log.fatal?
|
|
92
|
+
return false
|
|
93
|
+
end
|
|
90
94
|
|
|
91
95
|
par_list = []
|
|
92
96
|
configuration['parameters'].each{|flag, key, *options|
|
data/readme
CHANGED
|
@@ -57,17 +57,18 @@ If it does not work on your system:
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
The Files of this contribution:
|
|
60
|
-
runtex-0.2.
|
|
60
|
+
runtex-0.2.3.gem:
|
|
61
61
|
Gem on Rubyforge
|
|
62
62
|
|
|
63
|
-
runtex-0.2.
|
|
63
|
+
runtex-0.2.3_CTAN.zip:
|
|
64
64
|
- runtex.exe: The 'compiled' programm
|
|
65
65
|
start runtex.exe -h for the switches
|
|
66
|
-
- runtex-0.2.
|
|
66
|
+
- runtex-0.2.3.gem - Also available at Rubyforge
|
|
67
67
|
- index2.sty: Minor modification of index.sty
|
|
68
68
|
|
|
69
69
|
More details:
|
|
70
70
|
http://ruby.lickert.net/runtex
|
|
71
71
|
http://rubyforge.org/projects/runtex/
|
|
72
|
+
http://gemcutter.org/gems/runtex
|
|
72
73
|
|
|
73
74
|
knut@lickert.net
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
INFO test_bibliography_babelbib.tex: Start job chain for test/test_bibliography_babelbib.tex
|
|
2
|
-
DEBUG test_bibliography_babelbib.tex: Create log/help-zip test_bibliography_babelbib.
|
|
2
|
+
DEBUG test_bibliography_babelbib.tex: Create log/help-zip test_bibliography_babelbib.runtex.zip
|
|
3
3
|
INFO test_bibliography_babelbib.tex: 01 Start TeX-run 1
|
|
4
4
|
INFO test_bibliography_babelbib.tex: 01-01 Call (La)TeX<pdflatex>
|
|
5
5
|
DEBUG test_bibliography_babelbib.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_bibliography_babelbib.tex
|
|
@@ -26,6 +26,17 @@ DEBUG test_bibliography_babelbib.tex: 02-01 -> File: test_bibliography_babelbib.
|
|
|
26
26
|
INFO test_bibliography_babelbib.tex: 02-02 Call BibTeX<test_bibliography_babelbib.bbl>
|
|
27
27
|
DEBUG test_bibliography_babelbib.tex: 02-02 Call bibtex test_bibliography_babelbib.aux
|
|
28
28
|
DEBUG test_bibliography_babelbib.tex: 02-02 -> Info: Database file test_bibliography_babelbib-blx.bib used, Database file test_bibliography.bib used
|
|
29
|
-
DEBUG test_bibliography_babelbib.tex: Zip help files for later use
|
|
30
|
-
DEBUG test_bibliography_babelbib.tex:
|
|
31
|
-
DEBUG test_bibliography_babelbib.tex:
|
|
29
|
+
DEBUG test_bibliography_babelbib.tex: Zip help files for later use
|
|
30
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib.aux for later use
|
|
31
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib.out for later use
|
|
32
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib.bbl for later use
|
|
33
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib-blx.bib for later use
|
|
34
|
+
DEBUG test_bibliography_babelbib.tex: Delete helpfiles
|
|
35
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib.aux
|
|
36
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib.out
|
|
37
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib.bbl
|
|
38
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib-blx.bib
|
|
39
|
+
DEBUG test_bibliography_babelbib.tex: Delete log files
|
|
40
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete log-file test_bibliography_babelbib.blg
|
|
41
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete log-file test_bibliography_babelbib.log
|
|
42
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete log-file test_bibliography_babelbib.tex.runtex.log
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
INFO test_bibliography_babelbib.tex: Start job chain for test/test_bibliography_babelbib.tex
|
|
2
|
-
DEBUG test_bibliography_babelbib.tex: Re-Create log/help-zip test_bibliography_babelbib.
|
|
2
|
+
DEBUG test_bibliography_babelbib.tex: Re-Create log/help-zip test_bibliography_babelbib.runtex.zip
|
|
3
3
|
INFO test_bibliography_babelbib.tex: 01 Start TeX-run 1
|
|
4
4
|
INFO test_bibliography_babelbib.tex: 01-01 Call (La)TeX<pdflatex>
|
|
5
5
|
DEBUG test_bibliography_babelbib.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_bibliography_babelbib.tex
|
|
@@ -11,6 +11,16 @@ DEBUG test_bibliography_babelbib.tex: 01-01 -> File: test_bibliography_babelbib.
|
|
|
11
11
|
INFO test_bibliography_babelbib.tex: 01-02 Call BibTeX<test_bibliography_babelbib.bbl>
|
|
12
12
|
DEBUG test_bibliography_babelbib.tex: 01-02 Call bibtex test_bibliography_babelbib.aux
|
|
13
13
|
DEBUG test_bibliography_babelbib.tex: 01-02 -> Info: Database file test_bibliography_babelbib-blx.bib used, Database file test_bibliography.bib used
|
|
14
|
-
DEBUG test_bibliography_babelbib.tex: Zip help files for later use
|
|
15
|
-
DEBUG test_bibliography_babelbib.tex:
|
|
16
|
-
DEBUG test_bibliography_babelbib.tex:
|
|
14
|
+
DEBUG test_bibliography_babelbib.tex: Zip help files for later use
|
|
15
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib.aux for later use
|
|
16
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib.out for later use
|
|
17
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib.bbl for later use
|
|
18
|
+
DEBUG test_bibliography_babelbib.tex: -> zip test_bibliography_babelbib-blx.bib for later use
|
|
19
|
+
DEBUG test_bibliography_babelbib.tex: Delete helpfiles
|
|
20
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib.aux
|
|
21
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib.out
|
|
22
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib.bbl
|
|
23
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete help file test_bibliography_babelbib-blx.bib
|
|
24
|
+
DEBUG test_bibliography_babelbib.tex: Delete log files
|
|
25
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete log-file test_bibliography_babelbib.blg
|
|
26
|
+
DEBUG test_bibliography_babelbib.tex: -> Delete log-file test_bibliography_babelbib.log
|
|
@@ -12,4 +12,4 @@ Start job chain for test_bibliography_babelbib.tex
|
|
|
12
12
|
- 1 Page
|
|
13
13
|
- 25KB
|
|
14
14
|
BibTeX<test_bibliography_babelbib.bbl>: Information: 2;
|
|
15
|
-
More Details see test_bibliography_babelbib.tex.runtex_summary.txt or test_bibliography_babelbib.
|
|
15
|
+
More Details see test_bibliography_babelbib.tex.runtex_summary.txt or test_bibliography_babelbib.runtex.zip
|
|
@@ -8,4 +8,4 @@ Start job chain for test_bibliography_babelbib.tex
|
|
|
8
8
|
- 1 Page
|
|
9
9
|
- 25KB
|
|
10
10
|
BibTeX<test_bibliography_babelbib.bbl>: Information: 2;
|
|
11
|
-
More Details see test_bibliography_babelbib.tex.runtex_summary.txt or test_bibliography_babelbib.
|
|
11
|
+
More Details see test_bibliography_babelbib.tex.runtex_summary.txt or test_bibliography_babelbib.runtex.zip
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
INFO test_bibliography_plain.tex: Start job chain for test/test_bibliography_plain.tex
|
|
2
|
-
DEBUG test_bibliography_plain.tex: Create log/help-zip test_bibliography_plain.
|
|
2
|
+
DEBUG test_bibliography_plain.tex: Create log/help-zip test_bibliography_plain.runtex.zip
|
|
3
3
|
INFO test_bibliography_plain.tex: 01 Start TeX-run 1
|
|
4
4
|
INFO test_bibliography_plain.tex: 01-01 Call (La)TeX<pdflatex>
|
|
5
5
|
DEBUG test_bibliography_plain.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_bibliography_plain.tex
|
|
@@ -40,6 +40,15 @@ DEBUG test_bibliography_plain.tex: 03-01 -> File: test_bibliography_plain.pdf, 1
|
|
|
40
40
|
INFO test_bibliography_plain.tex: 03-02 Call BibTeX<test_bibliography_plain.bbl>
|
|
41
41
|
DEBUG test_bibliography_plain.tex: 03-02 Call bibtex test_bibliography_plain.aux
|
|
42
42
|
DEBUG test_bibliography_plain.tex: 03-02 -> Info: Database file test_bibliography.bib used
|
|
43
|
-
DEBUG test_bibliography_plain.tex: Zip help files for later use
|
|
44
|
-
DEBUG test_bibliography_plain.tex:
|
|
45
|
-
DEBUG test_bibliography_plain.tex:
|
|
43
|
+
DEBUG test_bibliography_plain.tex: Zip help files for later use
|
|
44
|
+
DEBUG test_bibliography_plain.tex: -> zip test_bibliography_plain.aux for later use
|
|
45
|
+
DEBUG test_bibliography_plain.tex: -> zip test_bibliography_plain.out for later use
|
|
46
|
+
DEBUG test_bibliography_plain.tex: -> zip test_bibliography_plain.bbl for later use
|
|
47
|
+
DEBUG test_bibliography_plain.tex: Delete helpfiles
|
|
48
|
+
DEBUG test_bibliography_plain.tex: -> Delete help file test_bibliography_plain.aux
|
|
49
|
+
DEBUG test_bibliography_plain.tex: -> Delete help file test_bibliography_plain.out
|
|
50
|
+
DEBUG test_bibliography_plain.tex: -> Delete help file test_bibliography_plain.bbl
|
|
51
|
+
DEBUG test_bibliography_plain.tex: Delete log files
|
|
52
|
+
DEBUG test_bibliography_plain.tex: -> Delete log-file test_bibliography_plain.blg
|
|
53
|
+
DEBUG test_bibliography_plain.tex: -> Delete log-file test_bibliography_plain.log
|
|
54
|
+
DEBUG test_bibliography_plain.tex: -> Delete log-file test_bibliography_plain.tex.runtex.log
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
INFO test_bibliography_plain.tex: Start job chain for test/test_bibliography_plain.tex
|
|
2
|
-
DEBUG test_bibliography_plain.tex: Re-Create log/help-zip test_bibliography_plain.
|
|
2
|
+
DEBUG test_bibliography_plain.tex: Re-Create log/help-zip test_bibliography_plain.runtex.zip
|
|
3
3
|
INFO test_bibliography_plain.tex: 01 Start TeX-run 1
|
|
4
4
|
INFO test_bibliography_plain.tex: 01-01 Call (La)TeX<pdflatex>
|
|
5
5
|
DEBUG test_bibliography_plain.tex: 01-01 Start LaTeX pdflatex -interaction=batchmode test_bibliography_plain.tex
|
|
@@ -11,6 +11,14 @@ DEBUG test_bibliography_plain.tex: 01-01 -> File: test_bibliography_plain.pdf, 1
|
|
|
11
11
|
INFO test_bibliography_plain.tex: 01-02 Call BibTeX<test_bibliography_plain.bbl>
|
|
12
12
|
DEBUG test_bibliography_plain.tex: 01-02 Call bibtex test_bibliography_plain.aux
|
|
13
13
|
DEBUG test_bibliography_plain.tex: 01-02 -> Info: Database file test_bibliography.bib used
|
|
14
|
-
DEBUG test_bibliography_plain.tex: Zip help files for later use
|
|
15
|
-
DEBUG test_bibliography_plain.tex:
|
|
16
|
-
DEBUG test_bibliography_plain.tex:
|
|
14
|
+
DEBUG test_bibliography_plain.tex: Zip help files for later use
|
|
15
|
+
DEBUG test_bibliography_plain.tex: -> zip test_bibliography_plain.aux for later use
|
|
16
|
+
DEBUG test_bibliography_plain.tex: -> zip test_bibliography_plain.out for later use
|
|
17
|
+
DEBUG test_bibliography_plain.tex: -> zip test_bibliography_plain.bbl for later use
|
|
18
|
+
DEBUG test_bibliography_plain.tex: Delete helpfiles
|
|
19
|
+
DEBUG test_bibliography_plain.tex: -> Delete help file test_bibliography_plain.aux
|
|
20
|
+
DEBUG test_bibliography_plain.tex: -> Delete help file test_bibliography_plain.out
|
|
21
|
+
DEBUG test_bibliography_plain.tex: -> Delete help file test_bibliography_plain.bbl
|
|
22
|
+
DEBUG test_bibliography_plain.tex: Delete log files
|
|
23
|
+
DEBUG test_bibliography_plain.tex: -> Delete log-file test_bibliography_plain.blg
|
|
24
|
+
DEBUG test_bibliography_plain.tex: -> Delete log-file test_bibliography_plain.log
|