\documentclass[a4paper, twoside]{article}
\input{docs/Technical/Packages}
\input{docs/Technical/LayOut}
\input{docs/Technical/NewCommands}
% \input{Technical/NewEnvironment}

\usepackage{chempid}

\renewcommand{\theparagraph}{\thesubsubsection.\arabic{paragraph}}
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4}       % Put subsubsections in the table of contents

\begin{document}

\begin{center}
    \vspace*{1cm}

    
    \includegraphics[width=\textwidth]{docs/Images/chempid_logo.png}

    \vspace*{-2.5cm}

    \textbf{ChemPID: A Tikz-based PID drawer for \LaTeX}

    \vspace{0.5cm}
    Written by
    \\
    Roel Raike
    \\
    Casper Janssen
        
    \vfill
    % Department Name\\
    % University Name\\
    % Country\\
    % Date
        
\end{center}

\newpage
\tableofcontents

\newpage

% ... your section content ...
% \write18{Time: %time% > test.txt}
% \write18{powershell -Command "(Get-Date).TimeOfDay.TotalMilliseconds | Out-File start.txt"}
\section{Introduction}
    \subimport{docs/}{Introduction.tex}

% \write18{powershell -Command "(Get-Date).TimeOfDay.TotalMilliseconds | Out-File start.txt -Append"}
    
\newpage
\section{Anchors}
    \subimport{docs/}{Anchors.tex}

\section{Accessing options}
    \subimport{docs/}{Options.tex}

\newpage
\section{Assets}
    \label{sec: Assets}
    \subsection{Valves}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Valves/}{valves_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Valves/}{valves_options.tex}

    \subsection{Round heat exchanger}
        \subsubsection{Anchors}
            \subimport{docs/Sections/HE/}{heRound_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/HE/}{heRound_options.tex}

    \subsection{Rectangular heat exchanger}
        \subsubsection{Anchors}
            \subimport{docs/Sections/HE/}{heRect_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/HE/}{heRect_options.tex}

    \subsection{Columns}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Columns/}{columns_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Columns/}{columns_options.tex}

    \subsection{Pumps}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Pumps/}{pumps_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Pumps/}{pumps_options.tex}

    \subsection{Compressors}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Compressors/}{compressors_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Compressors/}{compressors_options.tex}

    \subsection{Separators}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Separators/}{separators_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Separators/}{separators_options.tex}

    \subsection{Tanks}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Tanks/}{tanks_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Tanks/}{tanks_options.tex}

    \subsection{Crushers}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Crushers/}{crushers_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Crushers/}{crushers_options.tex}

    \subsection{Mills}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Mills/}{mills_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Mills/}{mills_options.tex}

    \subsection{Press}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Press/}{press_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Press/}{press_options.tex}

    \subsection{Cooling towers}
        \subsubsection{Anchors}
            \subimport{docs/Sections/CoolingTowers/}{coolingTower_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/CoolingTowers/}{coolingTower_options.tex}

    \subsection{Driers}
        \subsubsection{Anchors}
            \subimport{docs/Sections/Driers/}{driers_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/Driers/}{driers_options.tex}

    \subsection{Gas filters}
        \subsubsection{Anchors}
            \subimport{docs/Sections/GasFilters/}{gasFilters_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/GasFilters/}{gasfilters_options.tex}
    
    \subsection{Liquid filters}
        \subsubsection{Anchors}
            \subimport{docs/Sections/LiquidFilters/}{liquidFilters_base.tex}

        \subsubsection{Options}
            \subimport{docs/Sections/LiquidFilters/}{liquidFilters_options.tex}
        
    \subsection{Fittings}
        \subimport{docs/Sections/Fittings/}{fittings_base.tex}
    
\newpage
\section{Examples}
    \subsection{Distillation column with bubble caps}
        \subimport{docs/Examples/}{chempid-example-distillation.tex}

    \subsection{Tank}
        \subimport{docs/Examples/}{chempid-example-tank.tex}

\end{document}