| 182 |
182 |
| 183 # Grouping the document tree into LaTeX files. List of tuples |
183 # Grouping the document tree into LaTeX files. List of tuples |
| 184 # (source start file, target name, title, author, documentclass [howto/manual]). |
184 # (source start file, target name, title, author, documentclass [howto/manual]). |
| 185 latex_documents = [ |
185 latex_documents = [ |
| 186 ('index', 'SingleCalculusChain.tex', u'Single Calculus Chain Documentation', |
186 ('index', 'SingleCalculusChain.tex', u'Single Calculus Chain Documentation', |
| 187 u'SCC team', 'manual'), |
187 u"Ioannis Binietoglou, Holger Baars, Giuseppe D'Amico", 'manual'), |
| 188 ] |
188 ] |
| 189 |
189 |
| 190 # The name of an image file (relative to this directory) to place at the top of |
190 # The name of an image file (relative to this directory) to place at the top of |
| 191 # the title page. |
191 # the title page. |
| 192 #latex_logo = None |
192 #latex_logo = None |