From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/ftnxtra/ftnxtra.tex | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 macros/latex/contrib/ftnxtra/ftnxtra.tex (limited to 'macros/latex/contrib/ftnxtra/ftnxtra.tex') diff --git a/macros/latex/contrib/ftnxtra/ftnxtra.tex b/macros/latex/contrib/ftnxtra/ftnxtra.tex new file mode 100644 index 0000000000..76b860c191 --- /dev/null +++ b/macros/latex/contrib/ftnxtra/ftnxtra.tex @@ -0,0 +1,32 @@ +\documentclass{ltxdoc} + +\EnableCrossrefs +\CodelineIndex +\RecordChanges + +\begingroup +\catcode`\/=0 +/catcode`/[=1 +/catcode`/]=2 +/catcode`/\=12 +/catcode`/{=12 +/catcode`/}=12 +/gdef/pkgdesc[% + This package fixes the isuue of footnote inside /texttt[\caption{}], + /texttt[tabular] environment and /texttt[\section{}] like (/texttt[\chapter{}], /texttt[\part{}], /texttt[\subsection{}] and etc) commands. +] +/endgroup + +\begin{document} + +\def\StopEventually#1{% + \date{2009/10/18}% + \maketitle + \noindent + \pkgdesc +} + +\DocInput{\jobname.dtx} +\PrintIndex + +\end{document} -- cgit v1.2.3