summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ftnxtra/ftnxtra.tex
blob: 76b860c1914a33aa94a577d002f4d1c80211ab1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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}