Revise TOC entry for Introduction

- Add TOC entry for licenses, too
This commit is contained in:
Jesse Talavera-Greenberg 2015-11-27 16:32:50 -05:00
parent 48749fe987
commit e68aa2ab0c

View File

@ -46,8 +46,10 @@
\pagebreak{}
\section*{Licensing}
\addcontentsline{toc}{section}{Licensing}
\subsection*{\hypertarget{happybunny}{The Happy Bunny License (Modified MIT License)}}
\addcontentsline{toc}{subsection}{The Happy Bunny License (Modified MIT License)}
\copyright{} 2008 - 2015 G-Truc Creation
@ -62,6 +64,8 @@ THE SOFTWARE IS PROVIDED \say{AS IS}, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
\pagebreak{}
\subsection*{\hypertarget{mit}{The MIT License}}
\addcontentsline{toc}{subsection}{The MIT License}
\copyright{} 2008 - 2015 G-Truc Creation
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \say{Software}), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@ -76,12 +80,12 @@ THE SOFTWARE IS PROVIDED \say{AS IS}, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
\pagebreak{}
\addcontentsline{toc}{section}{Introduction}
\tableofcontents{}
\pagebreak{}
\section*{Introduction}
\addcontentsline{toc}{section}{Introduction}
OpenGL Mathematics (GLM) is a C++ mathematics library for graphics C++ programs based on the \href{http://www.opengl.org/registry/}{OpenGL Shading Language} (GLSL) specification.