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
I just spent some time debugging my project and discovered that my docinfo.ptx was not linked to from anywhere and so it wasn't being used.
It would be nice to have a warning printed when running pretext build that prints out all the .ptx files that are not referenced by any source document. Ones that have special names, like docinfo.ptx and project.ptx could come with specific suggestions about how they are to be included.
The text was updated successfully, but these errors were encountered:
Maybe using a debug verbosity? My book has so many extra copies of .ptx files in various subfolders that I don't ever use, or only use for some separate build targets/versions, that I would get annoyed at the warnings.
However, I'm open to a PR that does this. It would require parsing the entire project as well as scanning the source directory.
I just spent some time debugging my project and discovered that my
docinfo.ptx
was not linked to from anywhere and so it wasn't being used.It would be nice to have a warning printed when running
pretext build
that prints out all the.ptx
files that are not referenced by any source document. Ones that have special names, likedocinfo.ptx
andproject.ptx
could come with specific suggestions about how they are to be included.The text was updated successfully, but these errors were encountered: