summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ffslides/footer-example.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ffslides/footer-example.txt
Initial commit
Diffstat (limited to 'macros/latex/contrib/ffslides/footer-example.txt')
-rw-r--r--macros/latex/contrib/ffslides/footer-example.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/ffslides/footer-example.txt b/macros/latex/contrib/ffslides/footer-example.txt
new file mode 100644
index 0000000000..b4953e53c1
--- /dev/null
+++ b/macros/latex/contrib/ffslides/footer-example.txt
@@ -0,0 +1,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}%
+ }
+}