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/doc/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/doc/latex/pageslts')
-rw-r--r-- | Master/texmf-dist/doc/latex/pageslts/ltxdoc.cfg | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pageslts/pagesLTS-example.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pageslts/ltxdoc.cfg b/Master/texmf-dist/doc/latex/pageslts/ltxdoc.cfg index 480d7dcd308..ab4c2b170b0 100644 --- a/Master/texmf-dist/doc/latex/pageslts/ltxdoc.cfg +++ b/Master/texmf-dist/doc/latex/pageslts/ltxdoc.cfg @@ -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/doc/latex/pageslts/pagesLTS-example.tex b/Master/texmf-dist/doc/latex/pageslts/pagesLTS-example.tex index ab5135b55da..c8d595a9b70 100644 --- a/Master/texmf-dist/doc/latex/pageslts/pagesLTS-example.tex +++ b/Master/texmf-dist/doc/latex/pageslts/pagesLTS-example.tex @@ -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 |