doc/source/conf.py
branchdocumentation
changeset 698 9aef3faf183c
parent 696 06825f3aa213
equal deleted inserted replaced
697:7cb2daf6da35 698:9aef3faf183c
   116 # -- Options for LaTeX output ------------------------------------------------
   116 # -- Options for LaTeX output ------------------------------------------------
   117 
   117 
   118 latex_elements = {
   118 latex_elements = {
   119     # The paper size ('letterpaper' or 'a4paper').
   119     # The paper size ('letterpaper' or 'a4paper').
   120     #
   120     #
   121     # 'papersize': 'letterpaper',
   121     'papersize': 'a4paper',
   122 
   122 
   123     # The font size ('10pt', '11pt' or '12pt').
   123     # The font size ('10pt', '11pt' or '12pt').
   124     #
   124     #
   125     # 'pointsize': '10pt',
   125     # 'pointsize': '10pt',
   126 
   126 
   131     # Latex figure (float) alignment
   131     # Latex figure (float) alignment
   132     #
   132     #
   133     # 'figure_align': 'htbp',
   133     # 'figure_align': 'htbp',
   134 }
   134 }
   135 
   135 
       
   136 base_path = os.path.dirname(os.path.abspath(__file__))
       
   137 
   136 # Grouping the document tree into LaTeX files. List of tuples
   138 # Grouping the document tree into LaTeX files. List of tuples
   137 # (source start file, target name, title,
   139 # (source start file, target name, title,
   138 #  author, documentclass [howto, manual, or own class]).
   140 #  author, documentclass [howto, manual, or own class]).
   139 latex_documents = [
   141 latex_documents = [
   140     (master_doc, 'HDALab.tex', u'HDALab Documentation',
   142     (master_doc, 'HDALab.tex', u'Architecture Technique HDALab',
   141      u'ymh', 'manual'),
   143      u'I.R.I.~~\\includegraphics{'+base_path+'/_static/img/logo_iri.png}', 'manual'),
   142 ]
   144 ]
   143 
   145 
   144 
   146 
   145 # -- Options for manual page output ------------------------------------------
   147 # -- Options for manual page output ------------------------------------------
   146 
   148