From b897e31cb2eeeb49c0a9644b8050da9367369563 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Wed, 4 Nov 2020 21:40:12 -0600 Subject: [PATCH] Remove lines for debug --- README.md | 12 +----------- source/ZAZLaTex2SVG.py | 2 -- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 16e7d3a..3879342 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,10 @@ sudo pacman -S pdf2svg ``` -* For Ubuntu 20.04 +* For Ubuntu 20.04+ ``` sudo apt install texlive-latex-base sudo apt install texlive-extra-utils sudo apt install pdf2svg ``` - - -* For OSx - -``` -brew install mactex -brew install tex-live-utility -sudo tlmgr install --reinstall pdfcrop -brew install pdf2svg -``` diff --git a/source/ZAZLaTex2SVG.py b/source/ZAZLaTex2SVG.py index 187569f..a787c96 100644 --- a/source/ZAZLaTex2SVG.py +++ b/source/ZAZLaTex2SVG.py @@ -71,7 +71,6 @@ class Controllers(object): self.d.image.url = self._path return - @app.catch_exception def cmd_insert_action(self, event): if not self._path: msg = _('First, generate preview') @@ -155,7 +154,6 @@ class ZAZLaTex2SVG(unohelper.Base, XJobExecutor): app.msgbox(msg) return - @app.catch_exception def _from_selection(self): doc = app.active sel = doc.selection