Set up document structure, content placed in separate directories
This commit is contained in:
parent
9bf313ef02
commit
ef3af22876
7 changed files with 137 additions and 0 deletions
12
latex/sections/abstract.tex
Normal file
12
latex/sections/abstract.tex
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
\documentclass[../main.tex]{subfiles}
|
||||
\resources % search for graphics in ../res/imgs/
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{abstract}
|
||||
Add an abstract for the project?
|
||||
\end{abstract}
|
||||
|
||||
\biblio
|
||||
\end{document}
|
||||
13
latex/sections/conclusion.tex
Normal file
13
latex/sections/conclusion.tex
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
\documentclass[../main.tex]{subfiles}
|
||||
\resources % search for graphics in ../res/imgs/
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section{Conclusion}
|
||||
|
||||
|
||||
|
||||
|
||||
\biblio
|
||||
\end{document}
|
||||
13
latex/sections/introduction.tex
Normal file
13
latex/sections/introduction.tex
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
\documentclass[../main.tex]{subfiles}
|
||||
\resources % search for graphics in ../res/imgs/
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section{Introduction}
|
||||
|
||||
|
||||
|
||||
|
||||
\biblio
|
||||
\end{document}
|
||||
13
latex/sections/methods.tex
Normal file
13
latex/sections/methods.tex
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
\documentclass[../main.tex]{subfiles}
|
||||
\resources % search for graphics in ../res/imgs/
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section{Methods}
|
||||
|
||||
|
||||
|
||||
|
||||
\biblio
|
||||
\end{document}
|
||||
13
latex/sections/results.tex
Normal file
13
latex/sections/results.tex
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
\documentclass[../main.tex]{subfiles}
|
||||
\resources % search for graphics in ../res/imgs/
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section{Results}
|
||||
|
||||
|
||||
|
||||
|
||||
\biblio
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue