Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

texplain: check if config files are actually used before copying them #55

Open
tdegeus opened this issue Mar 14, 2023 · 0 comments
Open
Labels

Comments

@tdegeus
Copy link
Owner

tdegeus commented Mar 14, 2023

texplain/texplain/__init__.py

Lines 1741 to 1758 in dae4e21

def config_files(self) -> list[str]:
r"""
Read configuration files in the directory of the TeX file.
:return: List of filenames.
.. todo::
Check if the files are actually used or not.
"""
ext = [".sty", ".cls", ".bst"]
out = []
for e in ext:
out += self.find_by_extension(e)
return out

@tdegeus tdegeus added the bug label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant