\documentclass[fleqn,11pt,bibbackend=biber,oneside]{FBI2025}
\addbibresource{./literature/references.bib}
% absolutely necessary additional packages here: e.g. usepackage{xyz}
\begin{document}
\selectlanguage{english} % select language here. Only english and ngerman possible!
%\selectlanguage{ngerman} % select language here. Only english and ngerman possible!
%\parskip 8pt
\pagestyle{fbiplain}
\pagenumbering{arabic} %
%===============Your=Paper=Starts=Here============================================
\pptitle{Sample title for your contribution to the 36th Forum Bauinformatik in Aachen 2025} % max. 3 lines of title
% \pptitle[Your short title]{Your full title} % applicable in case of a twoside-physical print
% add all authors and affiliations here:
% (set empty brackets {} if you do not want to provide mail or orcidlink)
\ppauthor[1]{Jon} {Doe}{\email{jon@doe.de}}{\orcidlink{0000-0001-2345-6789}}
\ppauthor[1,2]{F. D. C.} {Willard}{\email{fdc@willard.com}}{}
\begin{affiliations}
\ppaffil[1]{Institute of Energy Efficiency and Sustainable Building (E3D), RWTH Aachen University, Aachen, Germany}
\ppaffil[2]{Chair of Computing in Civil Engineering and Geoinformation Systems and Geodetic Institute (gia), Aachen, Germany}
\end{affiliations}
\begin{abstract}[Building information modeling (BIM), design automation, algorithms, energy simulation (min. 1 to max 5)]
(length: max. 200 words). We look forward to receive your contributions for this year’s Forum Bauinformatik. Once you your abstract is accepted, you can use this Latex template to hand in your english or german manuscript for the full paper submission. The manuscript and the final version \underline{must not} exceed eight pages \underline{including} all the figures and references. Please prepare the final version camera-ready, with figures in the best resolution possible, having figures, tables and citations layouted as shown in the following chapters and without dead hyperlinks. Please, consider that we will not accept submissions that do not follow the official templates. We wish you good success with the writing process!
\end{abstract}
\license{will/be/assigned/by/editor}
\section{Introduction}
\label{sec:intro}
\subsection{Introduction subHeading 1}
Our template already contains many common packages that you may use for your contribution:
\begin{table}
\centering
\begin{tabular}{lllll}
xcolor & babel & listings & graphicx & placeins \\
subfig & tikz & pgfplots & rotating & mchem \\
lscale & booktabs & threeparttable~ & tabu & wrapfig \\
longtable & colortbl & multirow & multicol & array \\
floatrow & tabularx & enumitem & url & mathastext \\
ansmath & amssymb & amsthm & nccmath & siunitx \\
biblatex & geometry & setspace & tocloft & pifont \\
hyperref & microtype & csquotes & cleveref & caption \\
adjustbox & algpseudocode & comment & &
\end{tabular}
\caption{packages included in the current FBI-template}
\label{tab:packagesIncluded}
\end{table}
We hope that these packages are sufficient for a short conference contribution, however if you really deem it necessary you may add other packages at the very top of the .tex-file. In any case, please \underline{do not} use packages that require a third-party interpreter such as python or R (e.g. the minted-package), do not use the glossary-package, do not use the algorithm-package and of course no packages that interfere with the general layout (e.g. for fonts, page margins etc.). Thanks for your help!
\subsection{Introduction subHeading 2}
To highlight important phrases or words in a continous text section, you can mark single words \textbf{fat}, \textit{italic} or \underline{underlined}.
\subsubsection{Introduction subHeading 1}
According to the level of granularity you desire, you can use three levels of hierarchy in the outline of your text.
\subsubsection{Introduction subSubHeading 2}
Please make sure to have at least two headings per hierarchy level.
\subsection{Introduction subHeading 3}
Without introducing subsections, it might be useful to use lists in a continous text to outline information. An example is the following:
\begin{itemize}
\setlength\itemsep{0em}
\item You can make a dynamic cross-reference to a labeled section, e.g. to \ref{sec:intro}
\item You may insert custom pagebreak in word by ctrl + enter to arrange the position of headings.
\end{itemize}
For headings with special characters, please use the command \texttt{\textbackslash{}texorpdfstring} to convert your latex-code in a string.
\section{Citations}
\subsection{Citation style}
Please use the IEEE citation style in your contribution. Add your literature as a bibtex file into literature/references.bib folder and make sure that every reference has a unique identifier. Then, you can cite an author like \cite{Helms.2013} in the beginning of a sentence, and one \cite{Amann.2013} or multiple sources at the end of a sentence \cite{Amann.2013,Diestel.1996,Stein:2014}. Examples for different types of references can be found in the references section. For any further question on IEEE citation styles please have a look at official guidelines.
\subsection{Literature management in Latex}
The literature management library in this document class is \texttt{biblatex}, using the backend \texttt{biber}. In most \LaTeX{}-editors you need to configure additional settings to use \texttt{biblatex} with \texttt{biber}. \texttt{biber} is a standalone \LaTeX{} program that compiles auxiliary files for the placement of references. To make this compilation happen, \LaTeX{}-Editor must be configured to do so. The detailled configuration depends on the editor, for the most frequently used editors here is a discussion: \href{https://texwelt.de/fragen/1909/wie-verwende-ich-biber-in-meinem-editor}{https://texwelt.de/fragen/1909/wie-verwende-ich-biber-in-meinem-editor}.
In case this causes too much problems, you can add at the class options at ln~10 \texttt{citeStyle=none}. Then, no package is loaded for literature management and you can load another package with custom settings. A frequently used alternative to \texttt{biblatex} is the \texttt{natbib}-package, even if it is not maintained many. If the problem is likely to be caused by \texttt{biber}, the \texttt{biblatex}-package can be loaded with the option \texttt{backend=bibtex}.
\section{Figures, tables, algorithms and equations}
\subsection{Figures}
Figures you ideally add by the float-environment \texttt{figure} with the command \texttt{\textbackslash{}includegraphics}, which supports most vector- and pixel formats, you may have a look at the source code inserting figure \ref{fig:fbi}. For svg-files, you may use the package \texttt{svg} and use the command \texttt{\textbackslash{}includesvg} instead of \texttt{\textbackslash{}includegraphics}.
\begin{figure}[h]
\centering
\includegraphics[width=.4\textwidth]{figures/FBIlogo-eps-converted-to.pdf}
\caption{The FBI logo}
\label{fig:fbi}
\end{figure}
To insert multiple figures below or besides each other, we integrated the package \texttt{floatrow} into the document class (see \href{https://ctan.org/pkg/floatrow}{\texttt{floatrow} Dokumentation}).
An exemplary application for a two-column layout is shown by \ref{fig:my_label_1} and \ref{fig:my_label_2}:
\begin{figure}[h]
\CommonHeightRow[1.5cm]{%
\begin{floatrow}[2]
\ffigbox[\FBwidth]{%
\caption{A first time the logo of FBI}%
\label{fig:my_label_1}%
}{%
\includegraphics[height=\CommonHeight]{figures/FBIlogo.eps}%
}
\ffigbox[\FBwidth]{%
\caption{A second time the logo of FBI}%
\label{fig:my_label_2}%
}{
\includegraphics[height=\CommonHeight]{figures/FBIlogoR.eps}
}
\end{floatrow}
}
\end{figure}
\subsection{Algorithms}
The code that generated the two FBI-logos is presented as an exemplary algorithm using the \texttt{lstlisting}-environment. Be aware that the algorithm-package is not available in our template.
\begin{lstlisting}[float=ht,keywordsprefix={\\},keywordstyle=\color{black!70}\bfseries, caption={Two figures besides each other.},label={alg:figuresFloatrow}]
\begin{figure}
\CommonHeightRow[5.5cm]{%
\begin{floatrow}[2]
\ffigbox[\FBwidth]{%
\caption{caption 1.}%
\label{fig:my_label_1}%
}{%
\includegraphics[height=\CommonHeight]{<filename>}%
}
\ffigbox[\FBwidth]{%
\caption{caption 2.}%
\label{fig:my_label_2}%
}{%
\includegraphics[height=\CommonHeight]{<filename>}%
}
\end{floatrow}
}
\end{figure}
\label{fig: Logos}
\end{lstlisting}
\subsection{Tables}
Table \ref{tab: example} is exemplarily given, for further explanations you may have a look at \href{https://de.overleaf.com/learn/latex/Tables}{the latex-documentation for tables}. For facilitation, you may use a graphical table editor to generate a first draft, see e.g. \href{https://www.tablesgenerator.com/}.
\begin{table}[ht]
\centering
\setlength{\tabcolsep}{14pt}
\begin{tabular}{||c c c c||}
\hline
Col1 & Col2 & Col2 & Col3 \\ [0.5ex]
\hline\hline
1 & 6 & 87837 & 787 \\
2 & 7 & 78 & 5415 \\
3 & 545 & 778 & 7507 \\
4 & 545 & 18744 & 7560 \\
5 & 88 & 788 & 6344 \\ [1ex]
\hline
\end{tabular}
\caption{an exemplary table}
\label{tab: example}
\end{table}
\subsection{Formulas}
You can add equations as e.g. Einsteins famous formula \ref{eqn:einstein}. Make sure to explain symbols used in your continous text or by appending a table as in the following example.
\begin{equation}\label{eqn:einstein}
e = m c^2
\end{equation}
with the variables defined as follows:
\begin{align*}
e\phantom{=} & \text{Energy } [Joule] \\
m\phantom{=} & \text{Mass } [kg] \\
c\phantom{=} & \text{Speed of Light } [m/s]
\end{align*}
\section{Special commands}
In this document class, we introduced several special commands that might be helpful for you. We summed them up in table \ref{tab:newCommands}.
\begin{table}[ht]
\centering
\begin{tabular}{lp{11cm}}
\toprule
\texttt{\textbackslash{}nl} & A short version of \texttt{\textbackslash{}hfill\textbackslash\textbackslash}. \\
\texttt{\textbackslash{}lquote} & Creates a quote, i.e. an indented text with quotation marks. \\
\texttt{\textbackslash{}squote} & Creates a quote in the continous text.\\
\bottomrule
\end{tabular}
\caption{Caption}
\label{tab:newCommands}
\end{table}
\section{Final remarks}
Before you hand in your submission, please check the pdf to not exceed 8 pages, to not contain dead hyperlinks and sufficient resolution of the inserted figures. Thank you for your support. We look forward to see you in Hamburg this autumn!
\section*{Acknowledgements}
You can add acknowledgements or funding information in the end of your paper.
\printbibliography
\label{sec:ref}
\section*{Appendix}
As long as you do not exceed the total number of eight pages allowed, you may add figures, tables and other information in an appendix section.
\end{document}