|
|
\documentclass[10pt,a4paper,titlepage]{book}
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
\usepackage{amsmath}
|
|
|
\usepackage{amsfonts}
|
|
|
\usepackage{amssymb}
|
|
|
\usepackage{moreverb}
|
|
|
\usepackage{listings}
|
|
|
\author{Brett Langdon}
|
|
|
\title{Programming In General}
|
|
|
\lstset{language=php,numbers=left,stepnumber=1}
|
|
|
\begin{document}
|
|
|
\maketitle
|
|
|
\tableofcontents
|
|
|
|
|
|
\chapter{Introduction}
|
|
|
\input{"./1 - Introduction/Introduction"}
|
|
|
|
|
|
\section{Who Is This Resource For}
|
|
|
\input{"./1 - Introduction/1.1 - Who Is This Resource For"}
|
|
|
|
|
|
\section{Code Examples}
|
|
|
\input{"./1 - Introduction/1.2 - Code Examples"}
|
|
|
|
|
|
\chapter{Getting Started}
|
|
|
\input{"./2 - Getting Started/Getting Started"}
|
|
|
|
|
|
\section{Choosing A Programming Language}
|
|
|
\input{"./2 - Getting Started/1.1 - Choosing A Programming Language"}
|
|
|
|
|
|
\section{Sudo Language}
|
|
|
\input{"./2 - Getting Started/1.2 - Sudo Language"}
|
|
|
|
|
|
\section{How To Read This Resource}
|
|
|
\input{"./2 - Getting Started/1.3 - How To Read This Resource"}
|
|
|
|
|
|
\chapter{Functional Programming}
|
|
|
\input{"./3 - Functional Programming/Functional Programming"}
|
|
|
|
|
|
\chapter{Object Oriented Programming}
|
|
|
\input{"./4 - Object Oriented Programming/Object Oriented Programming"}
|
|
|
|
|
|
\chapter{Data Structures}
|
|
|
\input{"./5 - Data Structures/Data Structures"}
|
|
|
|
|
|
\chapter{Algorithms}
|
|
|
\input{"./6 - Algorithms/Algorithms"}
|
|
|
\end{document}
|