Questions tagged [atbegshi]

The pack­age is a modern reim­ple­men­ta­tion of the {ev­eryshi} package.

This tag is for the package atbegshi which is a modern implementation of outdated everyshi package. It provides hooks for users to modify the shipping out mechanism.

41 questions
5
votes
1 answer

Printing text at the bottom of the next page

I am having some trouble placing text at the bottom of the next page. For some reason, the text is being printed at the bottom of the current page. I tried nesting but it only works for the first printing on next page command. Please help me fix…
4
votes
1 answer

How to automatically insert a pdf (or picture) after every page (except first one)?

after years of reading TeX.SX, I registered to ask my first question :-)). I’m a teacher, and I want to leave an almost blank page after each page of a document, for my students to take notes. I’ve read related questions such as : Add blank/empty…
1
vote
1 answer

How to write rhead only on the first page - what is wrong with the code?

How to write rhead only on the first page? Why does this code not work? \documentclass[11pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fancyhdr} \lhead{} \chead{} \usepackage{amssymb}…
0
votes
1 answer

Why does "draft" get used as background image instead of my image?

I'm trying to get AddToHook to work to add a background image and unfortunately, it always shows "Draft" in read written diagonally over the page instead of the background image image.png that I provide and which lies in the same directory. While in…
Christian
  • 341