Journalmaster:
Code: Select all
\documentclass[11pt,a4paper]{article}
\input{preamble.tex}
\begin{document}
\input{KravMaster.tex}
Code: Select all
\documentclass[11pt,a4paper]{article}
\input{preamble.tex}
\begin{document}
\input{Krav1.tex}
Is it possible to allow JournalMaster.tex to \input KravMaster.tex, eventhough Kravmaster has \documentclass, \input{preamble} etc.?