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/source/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/source/latex/pageslts')
-rw-r--r-- | Master/texmf-dist/source/latex/pageslts/pagesLTS.drv | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/pageslts/pagesLTS.ins | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/pageslts/pagesLTS.drv b/Master/texmf-dist/source/latex/pageslts/pagesLTS.drv index 9f5e33db690..bffac2cb740 100644 --- a/Master/texmf-dist/source/latex/pageslts/pagesLTS.drv +++ b/Master/texmf-dist/source/latex/pageslts/pagesLTS.drv @@ -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 diff --git a/Master/texmf-dist/source/latex/pageslts/pagesLTS.ins b/Master/texmf-dist/source/latex/pageslts/pagesLTS.ins index c833937d01a..7b07155b2a0 100644 --- a/Master/texmf-dist/source/latex/pageslts/pagesLTS.ins +++ b/Master/texmf-dist/source/latex/pageslts/pagesLTS.ins @@ -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 @@ -79,8 +79,8 @@ On the first page backslash pagenumbering should be called * 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 |