##// END OF EJS Templates
Provide a list of the command and argument to subprocess for PDF post-processor, which is a better way to avoid issues if there are spaces in the filename.
Provide a list of the command and argument to subprocess for PDF post-processor, which is a better way to avoid issues if there are spaces in the filename.

File last commit:

r11634:7be59c0a
r11911:f7b5c7df
Show More
__init__.py
12 lines | 455 B | text/x-python | PythonLexer
# Class base Transformers
from .base import Transformer
from .convertfigures import ConvertFiguresTransformer
from .svg2pdf import SVG2PDFTransformer
from .extractoutput import ExtractOutputTransformer
from .revealhelp import RevealHelpTransformer
from .latex import LatexTransformer
from .sphinx import SphinxTransformer
from .csshtmlheader import CSSHTMLHeaderTransformer
# decorated function Transformers
from .coalescestreams import coalesce_streams