Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove reference to biber since it's not used anymore
  • Loading branch information
kthoden committed Sep 4, 2020
1 parent b3f37c8 commit 8a4b5d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/eoatex2imxml.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2020-09-04 13:46:35 (kthoden)>
# Time-stamp: <2020-09-04 13:48:53 (kthoden)>

"""
Converts Latex files into a customized DocBook XML file.
Expand Down Expand Up @@ -115,11 +115,6 @@

print("The configfile is %s." % CONFIG_FILE)

# current biber is not compatible with this code
# switch TeX distribution to TeXLive2016,
# run biber_2.1 -O biber2-1n.bbl $INPUT to obtain this file
BIBERFILE = "biber2-1.bbl"

########################
# Paths to executables #
########################
Expand Down

0 comments on commit 8a4b5d4

Please sign in to comment.