aboutsummaryrefslogtreecommitdiff
path: root/texall
diff options
context:
space:
mode:
authorSebastian Kuhnert2008-10-09 11:57:13 +0000
committerSebastian Kuhnert2008-10-09 11:57:13 +0000
commit5f1b8f237a4e1396bfb8d3555ec9f9182e38e0d4 (patch)
tree7a1f5ba31c4dc430d193c5ee726ad6624614eb80 /texall
parentaa4e7cb15ac39de555c7e33befc862dbfcbe36a5 (diff)
downloadexercisesheets-5f1b8f237a4e1396bfb8d3555ec9f9182e38e0d4.tar.gz
exercisesheets-5f1b8f237a4e1396bfb8d3555ec9f9182e38e0d4.tar.bz2
exercisesheets-5f1b8f237a4e1396bfb8d3555ec9f9182e38e0d4.zip
texall: update for biblatex 0.8 - remove workaround
Diffstat (limited to 'texall')
-rwxr-xr-xtexall4
1 files changed, 2 insertions, 2 deletions
diff --git a/texall b/texall
index 6951024..73aecdc 100755
--- a/texall
+++ b/texall
@@ -259,8 +259,8 @@ class AnalyseLogRequests(Analyser):
error(self.d.name, "ignoring request to run %s for security reasons"%binary, warning=True)
continue
options[:0] = [binary]
- if binary == "bibtex8":
- options[1:1] = [ "--wolfgang" ]
+# if binary == "bibtex8":
+# options[1:1] = [ "--wolfgang" ]
if infile != None:
options.append(infile)
self.addrequest(tuple(options), pri)