A user requested the ability to make the target names created by UseLATEX different than the name of the main tex file. The use case was for a multi-directory project with two or more subdirectories containing LaTeX files with the same name.
7 lines
100 B
TeX
7 lines
100 B
TeX
\documentclass{article}
|
|
|
|
\begin{document}
|
|
|
|
\textbf{Document from subdirectory 2\_2}
|
|
|
|
\end{document}
|