blob: b636c686f4d282ae03b5bd73866aa57ec81162ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
\documentclass{article}
\usepackage{tex-label}
\begin{document}
\labels{sample page, demo, tex-labels}
this is a sample page.
this page doesn't contain any useful info.
just demonstrating use of labels.
\vfil
\break
\labels{second page, demo, labels}
This is another page with different labels.
\vfill
\break
If a page starts without any label. It shows last page's labels.
\end{document}
|