You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Latex project many figures are created using TikZ in a standalone environment.
To modify those files my usual workflow with editors like TexStudio was to STRG+leftclick on the relative filepath.
With the input command this works well also with TeXiFy: \input{somefilepath/source}
However, it does not work with the includestandalone command: \includestandalone[mode=buildmissing]{somefilepath/source}
The text was updated successfully, but these errors were encountered:
In my Latex project many figures are created using TikZ in a standalone environment.
To modify those files my usual workflow with editors like TexStudio was to STRG+leftclick on the relative filepath.
With the input command this works well also with TeXiFy:
\input{somefilepath/source}
However, it does not work with the includestandalone command:
\includestandalone[mode=buildmissing]{somefilepath/source}
The text was updated successfully, but these errors were encountered: