Help:PDF Book: Difference between revisions

From Vision
No edit summary
Line 2: Line 2:


==Creation of the book==
==Creation of the book==
*Create a title page, as the Document title plus the word "Title" on the end. The page can be created using the following template. For example:
*Create a title page, as the Document title plus the word "Title" on the end. The page can be created using the template provided. In addition, the footer must be configured on this page, utilising comments. For example:
<pre>
<pre>
<nowiki>
<nowiki>
{{Doc_Title|System=Calidus ''Vision''|Title=Vision Coding and Release|Reference=236343|Version=1.0|Date=9th May 2011}}
{{Doc_Title|System=Calidus ''Vision''|Title=Vision Coding and Release|Reference=236343|Version=1.0|Date=9th May 2011}}
<!-- FOOTER LEFT "236343" -->
<!-- FOOTER CENTER "Commercial In Confidence" -->
<!-- FOOTER RIGHT "$PAGE of $PAGES" -->
</nowiki>
</nowiki>
</pre>
</pre>
*Add this and all pages to be printed as part of the PDF book to a category of the same name, for example:
*Add this and all pages to be printed as part of the PDF book to a category of the same name, for example:
<pre>
<nowiki>
<nowiki>
[[Category:Vision Coding and Release Doc|000]]
[[Category:Vision Coding and Release Doc|000]]
</nowiki>
</nowiki>
</pre>
*If required, create an appendix page. This [[Template:Doc_Appendix|Template]] can be used as an example. This page should be named as the document title plus the word "Appendix" on the end.
*If required, create an appendix page. This [[Template:Doc_Appendix|Template]] can be used as an example. This page should be named as the document title plus the word "Appendix" on the end.
*Create the Category page as in the following example:
<pre>
<nowiki>
=Vision Coding and Release=
This category encompasses pages that collate technical information of how the system is built and installed.
[{{fullurl:{{FULLPAGENAMEE}}|action=pdfbook&notitle}} Download this selection of articles as a PDF book.]
</nowiki>
</pre>


==Production==
==Production==

Revision as of 11:48, 10 May 2011

This page is intended to help with the automated production of PDF Books from the Assist pages.

Creation of the book

  • Create a title page, as the Document title plus the word "Title" on the end. The page can be created using the template provided. In addition, the footer must be configured on this page, utilising comments. For example:

{{Doc_Title|System=Calidus ''Vision''|Title=Vision Coding and Release|Reference=236343|Version=1.0|Date=9th May 2011}}
<!-- FOOTER LEFT "236343" -->
<!-- FOOTER CENTER "Commercial In Confidence" -->
<!-- FOOTER RIGHT "$PAGE of $PAGES" -->

  • Add this and all pages to be printed as part of the PDF book to a category of the same name, for example:

[[Category:Vision Coding and Release Doc|000]]

  • If required, create an appendix page. This Template can be used as an example. This page should be named as the document title plus the word "Appendix" on the end.
  • Create the Category page as in the following example:

=Vision Coding and Release=
This category encompasses pages that collate technical information of how the system is built and installed.
[{{fullurl:{{FULLPAGENAMEE}}|action=pdfbook&notitle}} Download this selection of articles as a PDF book.]

Production

Click the link on the category, or amend the URL.

Setup Requirements

References