Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Placing .tex and .svg files in a separate directory #27

@poldap

Description

@poldap

Description

Thank you for the great work!

I wanted to use --file-prefix tikz/ so that all .tex and .svg files were located in a subdirectory and did not clutter the workspace. Although it works for the .tex files, which are placed in the right place, they never get compiled because of os.path.base here.

itikz/itikz/__init__.py

Lines 129 to 131 in e5dc8e0

tex_path = output_path + ".tex"
pdf_path = output_path + ".pdf"
tex_filename = os.path.basename(tex_path)

What I want to do

I guess I am asking permission to go through the logic and make a PR enabling this use eventually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions