diff --git a/doc/source/conf.py b/doc/source/conf.py index 46653e18..cd57db99 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -113,14 +113,14 @@ htmlhelp_basename = 'MyHDLdoc' # ------------------------ # The paper size ('letter' or 'a4'). -#latex_paper_size = 'letter' +latex_paper_size = 'a4' # The font size ('10pt', '11pt' or '12pt'). -#latex_font_size = '10pt' +latex_font_size = '11pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). -#latex_documents = [] +latex_documents = [('manual/MyHDL', 'MyHDL.tex', 'MyHDL manual', 'Jan Decaluwe', 'manual')] # Additional stuff for the LaTeX preamble. #latex_preamble = '' diff --git a/doc/source/manual/tbfsm.png b/doc/source/manual/tbfsm.png new file mode 100644 index 00000000..5d4ca254 Binary files /dev/null and b/doc/source/manual/tbfsm.png differ