My personal LaTeX-Template based on the IEEE conference.
- Create a new file with the name of the section (FILENAME)
- In main.tex write
\begin{abstract}
\input{sections/FILENAME.tex}
\end{abstract}
All images that is to be imported in main.tex
Each section is written individually and in a .tex file, and then imported in main.tex.