diff --git a/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf b/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf index 1a120292c9a1fa1d7576cf6370a10f1d56d86ba5..bcf1e7e4500adad3fada68e0a3a0d276bb1d1431 100644 Binary files a/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf and b/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf differ diff --git a/linux_beginner/conf.py b/linux_beginner/conf.py index a498cfba634fe7844660b02ca25bada002b01055..8f5f869f3e82365d09ac2b0b8af2c9a3439db414 100644 --- a/linux_beginner/conf.py +++ b/linux_beginner/conf.py @@ -192,7 +192,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'IntroductiontotheLinuxCommandline.tex', u'Introduction to the Linux Commandline', - u'Holger Dinkel \\& Frank Thommen', 'manual'), + u'Holger Dinkel, Frank Thommen \\& Toby Hodges', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -222,7 +222,7 @@ latex_show_urls = False # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'introductiontothelinuxcommandline', u'Introduction to the Linux Commandline', - [u'Holger Dinkel & Frank Thommen'], 1) + [u'Holger Dinkel & Frank Thommen & Toby Hodges'], 1) ] # If true, show URL addresses after external links. @@ -236,7 +236,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'IntroductiontotheLinuxCommandline', u'Introduction to the Linux Commandline', - u'Holger Dinkel & Frank Thommen', 'IntroductiontotheLinuxCommandline', 'One line description of project.', + u'Holger Dinkel & Frank Thommen & Toby Hodges', 'IntroductiontotheLinuxCommandline', 'One line description of project.', 'Miscellaneous'), ]