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
This file won't ever compile on its own, but when I make a new document I can call \input{command.tex} to get all my commonly-used commands. These commands aren't options for autocompletion.
Is there any way to denote that it should look through command.tex as well?
The text was updated successfully, but these errors were encountered:
Actually, now that we have support for external macro files, this should not be hard to add, as it is just a matter of adding \input'd files to the lookup list. This should be done soon !
I have a file where I define commonly used commands, might as well call it
command.tex
. It might look likeThis file won't ever compile on its own, but when I make a new document I can call
\input{command.tex}
to get all my commonly-used commands. These commands aren't options for autocompletion.Is there any way to denote that it should look through
command.tex
as well?The text was updated successfully, but these errors were encountered: