Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can we remove the document footer from the pdf?

DOCUMENT footer PDF remove
0
Posted

How can we remove the document footer from the pdf?

0

The latexprint and latexpublish skins insert some standard text at the end of the document, including the url of the page, the last modified (single pages) or publication (collections) date, and the text of Site.Page Print Footer (single pages) or Site.Print Footer (collections). These work like any other PmWiki Skins, except that they use wikibook print XML instead of HTML. The document footer text is wrapped in the tag. Suppose you create new templates called mylatexprint and mylatexpublish, remove the colophon, and rename the latexprint.php and latexpublish.php scripts to match the skin names. Now we have to tell PmWiki to use mylatexprint (single pages) or mylatexpublish (collections). The wikipublisher script sets $ActionSkin[$action] to ‘latex’.$action. So we have to add the following to local/config.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123