\newlength{\bibsep}
\documentclass[nonatbib,5p,a4paper]{elsarticle} % 5p for two columns, 1p for 1 column (this is specific for the elsearticle)
\usepackage[english,norsk,nynorsk]{babel} % Language
\usepackage[DatePublished]{Code/NTNU-lab} % remove [DatePublished] to remove dates
\usepackage{csquotes} % Must be loaded when babel is loaded to avoid error.
\input{Code/preamble} % Write all preamble code in this file to keep it organised and tidy.
\addbibresource{Bibliography/Sources.bib} % Selects the Bibliography file.
\begin{document}
\selectlanguage{english} % Sets the language of the document.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Text/0-frontmatter}
%\input{Text/0.2-Nomenclatures} % List of symbols, can be useful
\input{Text/1-Introduction}
\input{Text/0.1-Big_Figures} % Change this to another line to move big figures.
\input{Text/2-Theory}
\input{Text/3-Method}
\input{Text/4-Results}
\input{Text/5-Discussion}
\input{Text/6-Conclusion}
%\clearpage % Sometimes you want the rest on separate pages.
\input{Text/Acknowledgements} % Comment out to exclude the Acknowledgements section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliography
%--------------------
\printbibliography
%\clearpage % Sometimes it is useful to have appendix on separate page.
%\onecolumn % If you want 1 column for appendix.
\input{Text/Appendix} % Comment out to exclude appendix
\end{document}
% Copyright Remarks:
%--------------------
% Copyright holder: Vebjørn S. Førde, copyright: CC BY 4.0
% Note: The author of this template is also the copyright holder.
% Below is an explanation of the CC BY 4.0. Additional statements/
% clarifications made by the author/copyright holder are marked with *.
% YOU ARE FREE TO:
% Share — copy and redistribute the material in any medium or format
% Adapt — remix, transform, and build upon the material
% for any purpose, even commercially.
% UNDER THE FOLLOWING TERMS:
% Attribution* — You must give appropriate credit, provide a link to the license,
% and indicate if changes were made. You may do so in any reasonable manner, but
% not in any way that suggests the licensor endorses you or your use.
% *Note: I do not need credit when the template is used to make a PDF document
% that is then distributed (like handing in a lab report). However, I would
% like for you to give credit if you choose to distribute the "software"
% (the associated documentation files, .tex files and such). If you distribute
% both the PDF and the software, then you only need to give credit in the software
% distribution.
% I do not need credit for the plain text (text in output PDF). However, you should
% give me credit if you chose to use/ distribute any of the images in this document.
% No additional restrictions — You may not apply legal terms or technological
% measures that legally restrict others from doing anything the license permits.
% NOTICES:
% No warranties are given.
% Disclaimer* (added by copyright holder):
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
% SOFTWARE.
% Read more about CC BY 4.0:
% https://creativecommons.org/licenses/by/4.0/