summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/lastpage/lastpage.drv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:54:27 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:54:27 +0000
commit4cbc9724e666dedbeb4a3cca890f5b875ce7c284 (patch)
tree381baf726b8daa8ce70c1a66cead7dfd6d2ca64f /Master/texmf-dist/source/latex/lastpage/lastpage.drv
parentebb241f4903993524a0322ad02b8bc28dac6794e (diff)
trunk/Master/texmf-dist/source/latex/lastpage
git-svn-id: svn://tug.org/texlive/trunk@346 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/lastpage/lastpage.drv')
-rw-r--r--Master/texmf-dist/source/latex/lastpage/lastpage.drv48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/lastpage/lastpage.drv b/Master/texmf-dist/source/latex/lastpage/lastpage.drv
new file mode 100644
index 00000000000..22742f8e45c
--- /dev/null
+++ b/Master/texmf-dist/source/latex/lastpage/lastpage.drv
@@ -0,0 +1,48 @@
+%%
+%% This is file `lastpage.drv',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lastpage.dtx (with options: `driver')
+%%
+%% IMPORTANT NOTICE:
+%% This is part of a set of tools (or better yet, experiments)
+%% written by Jeff Goldberg (J.Goldberg@Cranfield.ac.uk)
+%% The usual disclaimers apply:
+%% If it doesn't work right that's your problem.
+%% It is released under the terms of the
+%% General Public License Agreement (version 2)
+\def\filename{lastpage}
+\def\fileversion{v0.1b}
+\def\filedate{1994/06/25}
+\def\docdate {1994/07/20}
+
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%
+%% Allow for things like |page \thepage\ of \pageref{LastPage}| to
+%% get `page 5 of 23'
+\documentclass[11pt]{ltxdoc}
+\setlength\hfuzz{1pt} % ignore slight overfulls
+\CodelineIndex
+\EnableCrossrefs
+\begin{document}
+ \DocInput{lastpage.dtx}
+\end{document}
+\endinput
+%%
+%% End of file `lastpage.drv'.