Using "import" to facilitate main file in subfolder
作者
LianTze Lim
最近上传
8 年前
许可
Creative Commons CC BY 4.0
摘要
Some authors prefer to place their manuscript LaTeX source files in a subfolder, and other research artefacts (figures, tables, etc) in another subfolder. This example shows how this workflow can be maintained on Overleaf, by providing a top-level main.tex
that pulls in the real main LaTeX file from the subfolder using the import
package.