diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-19 17:05:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-19 17:05:28 +0000 |
commit | cf4d2164c6ed64dccbe7d8abdd8b0c95f8509a1c (patch) | |
tree | adbb0d174b4ab3c017b085367d946ad7ba3b417b /Master/texmf-dist/tex/latex/shipunov/starfn.sty | |
parent | f95f16133feaac8dd66077e38d247937f819c815 (diff) |
new latex collection shipunov (18feb08)
git-svn-id: svn://tug.org/texlive/trunk@6680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/shipunov/starfn.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/shipunov/starfn.sty | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/shipunov/starfn.sty b/Master/texmf-dist/tex/latex/shipunov/starfn.sty new file mode 100644 index 00000000000..e70be056141 --- /dev/null +++ b/Master/texmf-dist/tex/latex/shipunov/starfn.sty @@ -0,0 +1,12 @@ +% Author: Alexey B. Shipunov (plantago@herba.msu.ru) + +\ProvidesPackage{starfn}% + [2008/02/16 v0.4 Footnote marks as stars on each page: Russian typographic tradition] + +\RequirePackage{footnpag} + +\def\@starsymbol#1{\ensuremath{\ifcase#1\or *\or **\or ***\or + *4\or *5\or *6\or *7\or *8\or *9 \else\@ctrerr\fi}} + +\renewcommand\thefootnote{\@starsymbol\c@footnote} +\endinput |