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
When rendering an apaquarto-pdf document containing figures and tables, there are two temporary files (called <name>.fff and <name>.ttt) remaining in the directory (where <name> is the base name of the Quarto document). I think these files should be deleted automatically, along with other temporary files like .aux etc. (where this already happens). Is this something that your extension has to take care of, or does Quarto have to do that?
The text was updated successfully, but these errors were encountered:
Yes, apaquarto seems to invoke endfloat to move the figures to the end of the document. However, since using Quarto to render a PDF via LaTeX generates several auxiliary files (such as .tex, .aux, ...), which are cleaned up automatically, I think .fff and .ttt files should also be removed. @cscheid is this correct and if so should Quarto or apaquarto clean up?
When rendering an
apaquarto-pdf
document containing figures and tables, there are two temporary files (called<name>.fff
and<name>.ttt
) remaining in the directory (where<name>
is the base name of the Quarto document). I think these files should be deleted automatically, along with other temporary files like.aux
etc. (where this already happens). Is this something that your extension has to take care of, or does Quarto have to do that?The text was updated successfully, but these errors were encountered: