{# # Copyright (C) 2021 Cinc # # All rights reserved. # # License: 3-clause BSD #} # extends 'layout.html' # block title PDF Parameters ${ super() } # endblock title # block head ${ super() } # endblock head # block content

PDF Parameters for ${pagename}

# if pdfbook:
${_("Book parameters")}

The following parameters apply when creating a PDF book.

${_("Configure a wiki page used as a cover when creating a PDF book.")}

# if pages:
Pages
    # for page in pages:
  • ${page}
  • # endfor
# endif # endif
${_("Page size")}
${_("Footer")}
${_("Style page")}

Add CSS style information to wiki pages at WikiPrint/Styles/ to define your own styles. For example: WikiPrint/Styles/MyStyle.

${_("Document Properties")}

${_("Leave empty to use the name of the wiki page as the title.")}

Use the context navigation to go back to ${pagename}.

# endblock content