import from subdirectories
This commit is contained in:
parent
d2965069be
commit
ed958c59f9
2 changed files with 7 additions and 3 deletions
|
@ -101,6 +101,10 @@ Keywords={\kw},
|
|||
},
|
||||
}
|
||||
|
||||
% import from subdirectories ───────────────────────────────────────────────────
|
||||
|
||||
\usepackage{import}
|
||||
|
||||
% include settings ─────────────────────────────────────────────────────────────
|
||||
|
||||
\input{settings}
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
\input{toc}
|
||||
\input{introduction}
|
||||
|
||||
\input{problem/index}
|
||||
\input{proposal/index}
|
||||
\input{results/index}
|
||||
\import{problem}{index}
|
||||
\import{proposal}{index}
|
||||
\import{results}{index}
|
||||
|
||||
\input{conclusion}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue