diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-29 23:35:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-29 23:35:09 +0000 |
commit | 1df4164cecf42b2410d61a4494aa043968db89de (patch) | |
tree | eeec7d19980682aee06c67c8e01da8859d35885b /Master/texmf-dist/source/latex/pageslts/pageslts.drv | |
parent | 2aa50a550686e193749ba9cf09b3398452fa8e1d (diff) |
pageslts (29jan13)
git-svn-id: svn://tug.org/texlive/trunk@28986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pageslts/pageslts.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/pageslts/pageslts.drv | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/pageslts/pageslts.drv b/Master/texmf-dist/source/latex/pageslts/pageslts.drv index 212f45fddb5..bfdbdb26245 100644 --- a/Master/texmf-dist/source/latex/pageslts/pageslts.drv +++ b/Master/texmf-dist/source/latex/pageslts/pageslts.drv @@ -8,6 +8,13 @@ %% %% This is a generated file. %% +%% Project: pageslts +%% Version: 2013/01/28 v1.2b +%% +%% Copyright (C) 2010 - 2013 by +%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de> +%% Portions of code copyrighted by other people as marked. +%% %% IMPORTANT NOTICE: %% On the first page backslash pagenumbering should be called %% (with the appropriate argument out of e.g. @@ -16,8 +23,8 @@ %% * arabic - Arabic numerals: 1, 2, 3, 4,... %% * alph - Lowercase letters: a, b, c, d,... %% * Alph - Uppercase letters: A, B, C, D,... -%% * fnsymbol - Footnote symbols: *, ^^86 (ddagger), ^^87 (dddagger), -%% ^^a7 (mathsection),... +%% * fnsymbol - Footnote symbols: *, ^^e2^^80^^a0 (ddagger), ^^e2^^80^^a1 (dddagger), +%% ^^c2^^a7 (mathsection),... %% ). The command backslash pagenumbering is renewed, but no change %% should be visible to the output text, because only labels are added. %% backslash OrigPagenumbering can be used to get the original meaning @@ -25,7 +32,7 @@ %% see the change in the page numbering scheme and will make mistakes. %% The package takes options. %% -%% The usual disclaimers apply: +%% The usual disclaimer applies: %% If it doesn't work right that's your problem. %% (Nevertheless, send an e-mail to the maintainer %% when you find an error in this package.) @@ -42,24 +49,23 @@ %% %% This work has the LPPL maintenance status "maintained". %% -%% The Current Maintainer of this work is H.-Martin Muench -%% (Martin dot Muench at Uni-Bonn dot de). +%% The Current Maintainer of this work is H.-Martin Muench. %% %% This package first started as a revision of the lastpage %% package of Jeffrey P. Goldberg (jeffrey+news at goldmark dot org), -%% but it became obviouse that a replacement was needed. +%% but it became obvious that a replacement was needed. %% %% This work consists of the main source file pageslts.dtx %% and the derived files %% pageslts.sty, pageslts.pdf, pageslts.ins, pageslts.drv, %% pageslts-example.tex. %% -\NeedsTeXFormat{LaTeX2e}[2009/09/24] -\ProvidesFile{pageslts.drv}[2011/08/08 v1.2a - Refers to special pages' numbers/names (HMM)]% +\NeedsTeXFormat{LaTeX2e}[2011/06/27] +\ProvidesFile{pageslts.drv}[2013/01/28 v1.2b + Refers to special pages' numbers/names (HMM)] \documentclass[landscape]{ltxdoc}[2007/11/11]% v2.0u \usepackage{geometry}[2010/09/12]% v5.6 -\usepackage{holtxdoc}[2011/02/04]% v0.21 +\usepackage{holtxdoc}[2012/03/21]% v0.24 %% pageslts may work with earlier versions of LaTeX2e and those %% class and packages, but this was not tested. %% Please consider updating your LaTeX, class, and packages @@ -67,7 +73,7 @@ %% recent version). \hypersetup{% pdfsubject={Refers to special pages' numbers/names (HMM)},% - pdfkeywords={LaTeX, pageslts, pagesLTS, lastpage, page number, page name, Hans-Martin Muench},% + pdfkeywords={LaTeX, pageslts, pagesLTS, lastpage, page number, page name, H.-Martin Muench},% pdfencoding=auto,% pdflang={en},% breaklinks=true,% @@ -82,12 +88,14 @@ pdfwindowui=true,% pdfnewwindow=true% } -\usepackage{ulem}[2011/03/18]% no version given in the ulem.sty file -\setlength\hfuzz{1pt} % Ignore slight overfulls. +\usepackage{ulem}[2012/05/18]% no version given in the ulem.sty file \CodelineIndex -\EnableCrossrefs \hyphenation{created every-thing ignored} \gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}% +\makeatletter +\@ifundefined{eTeX}{\gdef\eTeX{$\m@th \varepsilon $-\TeX }}{% else \relax +} +\makeatother \begin{document} \DocInput{pageslts.dtx}% \end{document} |