12 |
12 |
13 import os |
13 import os |
14 |
14 |
15 from PyQt6.Qsci import QsciScintilla |
15 from PyQt6.Qsci import QsciScintilla |
16 |
16 |
17 from EricWidgets import EricMessageBox |
17 from eric7.EricWidgets import EricMessageBox |
18 from EricGui.EricOverrideCursor import EricOverrideCursor |
18 from eric7.EricGui.EricOverrideCursor import EricOverrideCursor |
19 |
19 |
20 from .ExporterBase import ExporterBase |
20 from .ExporterBase import ExporterBase |
21 |
21 |
22 import Preferences |
22 from eric7 import Preferences |
23 |
23 |
24 |
24 |
25 class ExporterTEX(ExporterBase): |
25 class ExporterTEX(ExporterBase): |
26 """ |
26 """ |
27 Class implementing an exporter for TeX. |
27 Class implementing an exporter for TeX. |