summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ftnxtra/ftnxtra.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ftnxtra/ftnxtra.tex')
-rw-r--r--macros/latex/contrib/ftnxtra/ftnxtra.tex32
1 files changed, 32 insertions, 0 deletions
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}