Set up latex structure, and change filename in make file
This commit is contained in:
parent
1843bcae3e
commit
1661ce0f54
9 changed files with 231 additions and 1 deletions
7
latex/sections/abstract.tex
Normal file
7
latex/sections/abstract.tex
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
\documentclass[../schrodinger_simulation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\begin{abstract}
|
||||
|
||||
\end{abstract}
|
||||
\end{document}
|
||||
7
latex/sections/appendices.tex
Normal file
7
latex/sections/appendices.tex
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
\documentclass[../schrodinger_simulation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\appendix
|
||||
|
||||
|
||||
\end{document}
|
||||
7
latex/sections/conclusion.tex
Normal file
7
latex/sections/conclusion.tex
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
\documentclass[../schrodinger_simulation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\section{Conclusion}\label{sec:conclusion}
|
||||
|
||||
|
||||
\end{document}
|
||||
7
latex/sections/introduction.tex
Normal file
7
latex/sections/introduction.tex
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
\documentclass[../schrodinger_simulation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\section{Introduction}\label{sec:introduction}
|
||||
|
||||
|
||||
\end{document}
|
||||
7
latex/sections/methods.tex
Normal file
7
latex/sections/methods.tex
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
\documentclass[../schrodinger_simulation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\section{Methods}\label{sec:methods}
|
||||
|
||||
|
||||
\end{document}
|
||||
7
latex/sections/results.tex
Normal file
7
latex/sections/results.tex
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
\documentclass[../schrodinger_simulation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\section{Results}\label{sec:results}
|
||||
|
||||
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue