diff options
Diffstat (limited to 'Master/texmf-doc/doc/german/latex-tipps-und-tricks/footup.sty')
-rw-r--r-- | Master/texmf-doc/doc/german/latex-tipps-und-tricks/footup.sty | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/footup.sty b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/footup.sty new file mode 100644 index 00000000000..2806a6383ac --- /dev/null +++ b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/footup.sty @@ -0,0 +1,9 @@ +% FOOTUP.STY +\renewcommand{\@makefnmark} + {\textsuperscript{(\@thefnmark)}} + +\renewcommand{\@makefntext}[1] + {\setlength{\parindent}{1.8em}% + \noindent\makebox[1.8em][l] + {\textsuperscript{(\@thefnmark)}}% + {\itshape #1}} |