10 changed files with 15 additions and 14 deletions
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
[submodule "opendetex"] |
||||
path = opendetex |
||||
path = reference_fetcher/opendetex |
||||
url = https://github.com/Phyks/opendetex |
||||
|
@ -1,11 +1,12 @@
@@ -1,11 +1,12 @@
|
||||
""" |
||||
This file contains all the arXiv-specific functions. |
||||
""" |
||||
import bbl |
||||
import io |
||||
import requests |
||||
import tarfile |
||||
|
||||
from . import bbl |
||||
|
||||
|
||||
def sources_from_arxiv(eprint): |
||||
""" |
@ -1,14 +1,14 @@
@@ -1,14 +1,14 @@
|
||||
""" |
||||
This files contains all the functions to deal with bbl files. |
||||
""" |
||||
import doi |
||||
import math |
||||
import os |
||||
import requests |
||||
import subprocess |
||||
|
||||
import regex |
||||
import tools |
||||
from . import doi |
||||
from . import regex |
||||
from . import tools |
||||
|
||||
|
||||
def clean_bibitem(bibitem): |
Loading…
Reference in new issue