Skip to content

Commit

Permalink
chore: clean build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akisaini committed Sep 11, 2024
1 parent cdbcf55 commit e2c862a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyterlab_latex/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,22 @@ def bib_condition(self):

def filter_output(self, latex_output):
"""Filters latex output for "interesting" messages
<<<<<<< HEAD
=======
>>>>>>> upstream/ux-improvements
Parameters
----------
latex_output: string
This is the output of the executed latex command from,
run_command in run_latex.
returns:
A string representing the filtered output.
Notes
-----
- Based on the public domain perl script texfot v 1.43 written by
Karl Berry in 2014. It has no home page beyond the package on
CTAN: <https://ctan.org/pkg/texfot>.
"""
ignore = re.compile(r'''^(
LaTeX\ Warning:\ You\ have\ requested\ package
Expand Down

0 comments on commit e2c862a

Please sign in to comment.