I usually have 2 main files because of different formats, say document-a4.tex and document-a5.tex. I do this to test things out or just to experiment.
But sometimes it's crucial because I use LaTeX for creating flashcards (in the a6 format), so instead of document-a5.tex I have document-a6.tex. So then I really need both .tex-files to compile properly.
So right now, for a new LaTeX-file of mine, I think I successfully created a main file something-a4.tex. This file contains the line
Code: Select all
settings-a4.tex
Code: Select all
settings-a6.tex
Why does the file settings-a6.tex (among others which are mentioned in something-a6.tex) appear in the navigation?