
CHPB LaTeX Template
Author
Zechao Lu
Last Updated
a year ago
License
LaTeX Project Public License 1.3c
Abstract
A template for final reports for Center of High Performance Buildings at Purdue University

% this file demonstrates the use of the NRELreport style file.
% ---------------
% PREAMBLE
% ---------------
%\documentclass[report,tagged]{nrel}
\documentclass[tagged]{NRELreport}
% -----------------------------------
% DOCUMENT PROPERTIES
% -----------------------------------
\title{Writing NREL documents using LaTeX (modified for CHPB)}
\author{A. Clifton, M. Dennis, A. Platt, P. Fleming, M. Lawson}
\def \projectnumber {CHPB-53-2021}
\def \PIs{Jone Doe, Jane Doe}
\def \PMSmembers{Name A (Company A), \\ Name B (Comparny B)}
\addbibresource{files/bibliography.bib}
% -------------------------------------
% DOCUMENT STARTS HERE
% -------------------------------------
\begin{document}
\frontmatter
\input{files/ExecutiveSummary}
\input{files/Acknowledgments}
\mainmatter
\tableofcontents
\listoffigures
\listoftables
\lstset{language=[LaTeX]Tex,columns=fullflexible,keepspaces=true,breaklines=true}
%% CHAPTER: WHAT IS LATEX
\input{files/WhatIsLatex}
%% CHAPTER: REQUIREMENTS FOR NREL DOCUMENTS
\input{files/RequirementsForNRELDocs}
%% CHAPTER: HOW TO MAKE NREL LATEX DOCUMENTS %%
\input{files/LatexForNRELDocs}
%% CHAPTER: MAKING PDFS
\input{files/MakingPDFFiles}
%% CHAPTER: APPENDICES
\appendix
\input{files/AppendixA}
\input{files/AppendixB}
% bibliography
\cleardoublepage
\label{sec:Bib}
\printbibliography[heading=bibintoc]
\end{document}