A language agnostic book on programming.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

44 lines
1.2 KiB

\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 Book For}
\input{"./1 - Introduction/1.1 - Who Is This Book 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"}
\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}