Show More
@@ -2,7 +2,7 b'' | |||||
2 | from .activatable import ActivatableTransformer |
|
2 | from .activatable import ActivatableTransformer | |
3 | from .base import ConfigurableTransformer |
|
3 | from .base import ConfigurableTransformer | |
4 | from .convertfigures import ConvertFiguresTransformer |
|
4 | from .convertfigures import ConvertFiguresTransformer | |
5 |
from . |
|
5 | from .svg2pdf import Svg2PdfTransformer | |
6 | from .extractfigure import ExtractFigureTransformer |
|
6 | from .extractfigure import ExtractFigureTransformer | |
7 | from .revealhelp import RevealHelpTransformer |
|
7 | from .revealhelp import RevealHelpTransformer | |
8 | from .latex import LatexTransformer |
|
8 | from .latex import LatexTransformer |
@@ -35,7 +35,7 b" INKSCAPE_OSX_COMMAND = '/Applications/Inkscape.app/Contents/Resources/bin/inksca" | |||||
35 | # Classes |
|
35 | # Classes | |
36 | #----------------------------------------------------------------------------- |
|
36 | #----------------------------------------------------------------------------- | |
37 |
|
37 | |||
38 |
class |
|
38 | class Svg2PdfTransformer(ConvertFiguresTransformer): | |
39 | """ |
|
39 | """ | |
40 | Converts all of the outputs in a notebook from one format to another. |
|
40 | Converts all of the outputs in a notebook from one format to another. | |
41 | """ |
|
41 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now