Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the \includestandalone command, providing autocomplet… #3861

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

slideclimb
Copy link
Collaborator

…ion and file referencing, fixes #3844

Fix #3844

Summary of additions and changes

  • Add support for the \includestandalone command, providing autocompletion and file referencing

How to test this pull request

main.tex

\documentclass{article}
\usepackage{standalone}

\begin{document}
    test
    \includestandalone[mode=buildmissing]{image}
\end{document}

image.tex

\documentclass[10pt,border=3mm]{standalone}
\usepackage{tikz}

\begin{document}
    \begin{tikzpicture}
        \draw (0,0) -- (0,5);
    \end{tikzpicture}
\end{document}
  • Updated the documentation, or no update necessary
  • Added tests, or no tests necessary

@slideclimb slideclimb self-assigned this Jan 25, 2025
@slideclimb slideclimb requested a review from PHPirates as a code owner January 25, 2025 14:31
@PHPirates PHPirates added this to the Next milestone Jan 27, 2025
@PHPirates PHPirates merged commit 5477d02 into master Jan 27, 2025
10 checks passed
@PHPirates PHPirates deleted the includestandalone branch January 27, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Go to referenced file with includestandalone does not work
2 participants