Search found 2 matches

by hirscsil
Sun Jan 07, 2018 6:24 pm
Forum: Text Formatting
Topic: Pagenumbering in textblock
Replies: 2
Views: 3690

Pagenumbering in textblock

Hi hirscsil,

welcome to the forum!

Quick fix:

\AtBeginShipout{%
\begin{textblock}{3}(7.85,10.7)%
\footnotesize\stepcounter{page}%
\texttt{\colorbox{Salmon}{\textbf{\thepage}}}%
\addtocounter{page}{-1}%
\end{textblock}%
}

I guess at "begin shipout time" the page counter was not yet ...
by hirscsil
Sun Jan 07, 2018 12:55 pm
Forum: Text Formatting
Topic: Pagenumbering in textblock
Replies: 2
Views: 3690

Pagenumbering in textblock

Dear Members

As this is my first post in this forum, I don't know if I post it in the correct category. So if not, I'm sorry :D

Right now I'm writing summaries for the final exams in latex, and since I have three columns and almost no margin, I can't and don't want to use headers or footers ...