Skip to content

Initiate _tikzUseTectonic in init #81

Description

@Ellipse0934

Changing init from __init__() = __init__svg() to

function __init__()
    __init__svg()
    try
        success(`$(tikzCommand()) -v`)
    catch
        global _tikzUseTectonic
        _tikzUseTectonic = true
    end
end

Automatically selects tectonic upon loading. We can additionally consider adding an environment variable with which users can specify which backend they wish to use.

Happy to file a PR, any thoughts ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions