~reviczky/context/mirror

« back to all changes in this revision

Viewing changes to tex/context/base/mkxl/cont-run.lmt

  • Committer: Context Git Mirror Bot
  • Author(s): Hans Hagen
  • Date: 2021-03-17 17:50:41 UTC
  • Revision ID: git-v1:94a53123a12ab97fcf453b5893941128e8ed4d44
2021-03-17 17:45:00

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
 
230
230
    if not filename or filename == "" then
231
231
        -- skip
 
232
    elseif suffix == "svg" or arguments.forcesvg then
 
233
 
 
234
        report_system("processing svg output: %s",filename)
 
235
 
 
236
        context.starttext()
 
237
            context.startTEXpage()
 
238
                context.externalfigure ( { filename }, { conversion = "mp" } )
 
239
            context.stopTEXpage()
 
240
        context.stoptext()
 
241
 
232
242
    elseif suffix == "xml" or arguments.forcexml then
233
243
 
234
244
        -- Maybe we should move the preamble parsing here as it