diff options
Diffstat (limited to 'doc/tex/implementation.tex')
-rw-r--r-- | doc/tex/implementation.tex | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/doc/tex/implementation.tex b/doc/tex/implementation.tex index f88d57f..d46e805 100644 --- a/doc/tex/implementation.tex +++ b/doc/tex/implementation.tex @@ -1,6 +1,23 @@ \section{Implementation} -\subsection{Development environment} +\subsection{Development Hardware} + +The development and evaluation machine is a Satellite L50-C laptop. Its +specifications are shown as a list for readability. + +\begin{itemize} + \item \textbf{CPU}: Intel i5-6200U, 2.800GHz + \item \textbf{Integrated GPU}: Intel Skylake GT2 + \item \textbf{Dedicated GPU}: Nvidia Geforce 930M + \item \textbf{RAM}: 8 GiB +\end{itemize} + +\subsection{Development Software} + +The tools selected for the development of the project and the documentation are +listed and explained on this section. All the tools used are either +free\cite{fsf_free} or open source software. The development machine runs 64 +bits Arch Linux as its operating system. \subsubsection{Language} @@ -53,7 +70,7 @@ These are some utility libraries commonly used for frequent programming tasks: \item \textbf{copy}: to obtain deep copies of multidimensional arrays. \end{itemize} -\subsubsection{Development tools} +\subsubsection{Development Tools} \paragraph{Neovim\cite{neovim}} @@ -64,14 +81,14 @@ environment with a very fluid usage experience. That, and the fact that the developer considers Vim's modal editing the best writing experience possible on a computer, have made Neovim the editor of choice. -\begin{itemize} - %TODO: Write about neovim extensions - \item FZF - \item Extensions - -\end{itemize} +%TODO: Write about neovim extensions +%\begin{itemize} +% \item FZF +% \item Extensions +% +%\end{itemize} -\subsubsection{Documentation tools} +\subsubsection{Documentation Tools} \paragraph{\LaTeX\cite{latex}} |