diff --git a/source/conf.py b/source/conf.py index 1b3a022..769e614 100644 --- a/source/conf.py +++ b/source/conf.py @@ -247,6 +247,8 @@ # -- Options for LaTeX output --------------------------------------------- latex_elements = { + 'fncychap': r'\usepackage[Conny]{fncychap}', + # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', @@ -257,7 +259,16 @@ # Additional stuff for the LaTeX preamble. # - # 'preamble': '', + 'preamble': r''' + \renewcommand{\thechapter}{} + \renewcommand{\FmN}[1]{} + \setcounter{chapter}{-1} + \setcounter{secnumdepth}{0} + \renewcommand{\numberline}[1]{} + \fancypagestyle{normal}{ + \fancyfoot[LO,RE]{\nouppercase{\rightmark}} + } + ''', # Latex figure (float) alignment # diff --git a/source/index.rst b/source/index.rst index 1fd2b6a..e229f1f 100644 --- a/source/index.rst +++ b/source/index.rst @@ -6,9 +6,6 @@ Welcome to Learning VuFind! =========================== -Contents: -######### - .. toctree:: :maxdepth: 2 @@ -72,4 +69,4 @@ _______________________________________________ 16-introduction_to_laminas 17-vufind_plug-ins - 18-controllers_and_actions \ No newline at end of file + 18-controllers_and_actions