summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ffslides/footer-example.txt
blob: b4953e53c1854c096b3bd81404ca0223b4f48b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\newcommand{\drawfooter}{%
  %Requires color dochfcolor to be defined
  \ctext[l]{0.01}{0.975}{0.98}{%
    \scriptsize
    \textcolor{dochfcolor}{%
        \rotatebox{90}{\ArrowBoldRightStrobe}\ %
    }%
    \hyperlink{Contents}{\textcolor{dochfcolor}{contents~\textbar~}}%
    \hyperlink{Command Summary}{\textcolor{dochfcolor}{commands}}
    \hfill \textcolor{dochfcolor}{\thepage /\pageref*{LastPage}}
  }
  \ctext[l]{0}{0.975}{1}{\scriptsize\centering\textcolor{dochfcolor}{%
    ffslides documentation}%
  }
}