Skip to content

Commit

Permalink
chore: fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akisaini committed Sep 11, 2024
2 parents e974ca3 + 1817b3c commit bfe2d04
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
5 changes: 4 additions & 1 deletion jupyterlab_latex/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ def bib_condition(self):

def filter_output(self, latex_output):
"""Filters latex output for "interesting" messages
<<<<<<< HEAD
=======
>>>>>>> upstream/ux-improvements
Parameters
----------
latex_output: string
Expand Down Expand Up @@ -204,7 +208,6 @@ def filter_output(self, latex_output):
if print_next:
filtered_output.append(line)
print_next = False

elif ignore.match(line):
continue

Expand Down
2 changes: 1 addition & 1 deletion sample.tex
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ \subsection{We can add new subsections}

You can also use SyncTeX by typing ⌘(CMD)/CTRL+⇧(SHIFT)+X.

\end{document}
\end{document}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function activateLatexPlugin(
): void {
const { commands } = app;
const id = 'jupyterlab-latex';

const icon = new LabIcon({
name: 'launcher:latex-icon',
svgstr: latexIconStr
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,20 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/attachments@npm:^4.0.0":
version: 4.0.0
resolution: "@jupyterlab/attachments@npm:4.0.0"
dependencies:
"@jupyterlab/nbformat": ^4.0.0
"@jupyterlab/observables": ^5.0.0
"@jupyterlab/rendermime": ^4.0.0
"@jupyterlab/rendermime-interfaces": ^3.8.0
"@lumino/disposable": ^2.1.1
"@lumino/signaling": ^2.1.1
checksum: 71c8e488a0d31e00e1345336edece04faa0d2b6fbf5de284fad05bb2a8f732c57e9b2ffe10999dd416a1d00cdce4bc425f9f88dd91684cb8b55eea52a1d5ed98
languageName: node
linkType: hard

"@jupyterlab/builder@npm:^4.0.0":
version: 4.2.5
resolution: "@jupyterlab/builder@npm:4.2.5"
Expand Down

0 comments on commit bfe2d04

Please sign in to comment.