diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-13 21:43:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-13 21:43:09 +0000 |
commit | 8077bb0ba8d4b1e2c024bb8c65100f0e5b0a7be0 (patch) | |
tree | e95a6adec6d7e24983176ec6fe5ae66e33339f12 /Master/texmf-dist/tex/latex/pageslts | |
parent | 36b80ceae5584c0ba76c9df60e5126632fb23176 (diff) |
avoid 8-bit chars
git-svn-id: svn://tug.org/texlive/trunk@18946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pageslts')
-rw-r--r-- | Master/texmf-dist/tex/latex/pageslts/pagesLTS.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/pageslts/pagesLTS.sty b/Master/texmf-dist/tex/latex/pageslts/pagesLTS.sty index 91f8acb8a0b..2e633001aa1 100644 --- a/Master/texmf-dist/tex/latex/pageslts/pagesLTS.sty +++ b/Master/texmf-dist/tex/latex/pageslts/pagesLTS.sty @@ -16,8 +16,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: *, † (ddagger), ‡ (dddagger), -%% § (mathsection),... +%% * fnsymbol - Footnote symbols: *, ^^86 (ddagger), ^^87 (dddagger), +%% ^^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 |