X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Fconf.py;h=099e66de700d0edb306bb831af06cc8445a05537;hb=a7e064b331e539b3294c8c8208a4fab60c7144aa;hp=87120a5baf720fbf77b05d430335304a2d7a58f9;hpb=196ed0599148d6c8ed0e2ca82ad03e129e26428a;p=csit.git diff --git a/resources/tools/report_gen/conf.py b/resources/tools/report_gen/conf.py index 87120a5baf..099e66de70 100644 --- a/resources/tools/report_gen/conf.py +++ b/resources/tools/report_gen/conf.py @@ -108,8 +108,6 @@ pygments_style = 'sphinx' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False -# pdf_documents = [('index', u'rst2pdf', u'Sample rst2pdf doc', u'Your Name'),] - # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -143,7 +141,7 @@ latex_engine = 'pdflatex' latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # - #'papersize': 'a4paper', + 'papersize': 'a4paper', # The font size ('10pt', '11pt' or '12pt'). # @@ -163,6 +161,12 @@ latex_elements = { # 'figure_align': 'H', + # Latex font setup + # + 'fontpkg': r''' + \renewcommand{\familydefault}{\sfdefault} + ''', + # Latex other setup # 'extraclassoptions': 'openany', @@ -173,9 +177,6 @@ latex_elements = { shadowsep=0pt, shadowsize=0pt, shadowrule=0pt - ''', - 'fontpkg': r''' - \renewcommand{\familydefault}{\sfdefault} ''' } @@ -183,19 +184,19 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'csit.tex', u'CSIT Report', + (master_doc, 'csit.tex', u'CSIT REPORT', u'', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. # -latex_logo = 'fdio.pdf' +# latex_logo = 'fdio.pdf' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. # -latex_use_parts = True +# latex_use_parts = True # If true, show page references after internal links. # @@ -203,7 +204,7 @@ latex_show_pagerefs = True # If true, show URL addresses after external links. # -# latex_show_urls = False +latex_show_urls = 'footnote' # Documents to append as an appendix to all manuals. #