• Tidak ada hasil yang ditemukan

The ftnxtra package - Vafa Khalighi

N/A
N/A
Nguyễn Gia Hào

Academic year: 2023

Membagikan "The ftnxtra package - Vafa Khalighi"

Copied!
5
0
0

Teks penuh

(1)

The ftnxtra package

Vafa Khalighi 2009/10/18

This package fixes the isuue of footnote inside\caption{},tabularenvironment and\section{}like (\chapter{},\part{},\subsection{}and etc) commands.

File I

ftnxtra implementation

1\NeedsTeXFormat{LaTeX2e}

2\ProvidesPackage{ftnxtra}%

3[2009/10/18 footnote fixes for standard LaTeX]

4\newtoks\ftnxtra@p@ftn

5\let\FN@sf@@footnote\footnote

6\def\footnote{\ifx\protect\@typeset@protect

7 \expandafter\FN@sf@@footnote

8 \else

9 \expandafter\FN@sf@gobble@opt

10 \fi

11}

12\edef\FN@sf@gobble@opt{\noexpand\protect

13 \expandafter\noexpand\csname FN@sf@gobble@opt \endcsname}

14\expandafter\def\csname FN@sf@gobble@opt \endcsname{%

15 \@ifnextchar[%]

16 \FN@sf@gobble@twobracket

17 \@gobble

18}

19\def\FN@sf@gobble@twobracket[#1]#2{}

20\let\FN@sf@@footnotemark\footnotemark

21\def\footnotemark{\ifx\protect\@typeset@protect

22 \expandafter\FN@sf@@footnotemark

23 \else

24 \expandafter\FN@sf@gobble@optonly

25 \fi

26}

27\edef\FN@sf@gobble@optonly{\noexpand\protect

28 \expandafter\noexpand\csname FN@sf@gobble@optonly \endcsname}

29\expandafter\def\csname FN@sf@gobble@optonly \endcsname{%

(2)

30 \@ifnextchar[%]

31 \FN@sf@gobble@bracket

32 {}%

33}

34\def\FN@sf@gobble@bracket[#1]{}

35\def\@tabular{%

36 \leavevmode \hbox \bgroup

37 \let\@footnotetext\ftnxtra@p@ftntext

38 $\let\@acol\@tabacol

39 \let\@classz\@tabclassz

40 \let\@classiv\@tabclassiv \let\\\@tabularcr\@tabarray}

41\def\endtabular{\crcr\egroup

42 \egroup $\egroup

43 \the\ftnxtra@p@ftn

44 \global\ftnxtra@p@ftn{}%

45 }

46\long\def\ftnxtra@p@ftntext#1{%

47 \edef\@tempy{\the\ftnxtra@p@ftn\noexpand\footnotetext[\the\c@footnote]}%

48 \global\ftnxtra@p@ftn\expandafter{\@tempy{#1}}}%

49\def\@xfloat #1[#2]{%

50 \@nodocument

51 \def \@captype {#1}%

52 \def \@fps {#2}%

53 \@onelevel@sanitize \@fps

54 \def \reserved@b {!}%

55 \ifx \reserved@b \@fps

56 \@fpsadddefault

57 \else

58 \ifx \@fps \@empty

59 \@fpsadddefault

60 \fi

61 \fi

62 \ifhmode

63 \@bsphack

64 \@floatpenalty -\@Mii

65 \else

66 \@floatpenalty-\@Miii

67 \fi

68 \ifinner

69 \@parmoderr\@floatpenalty\z@

70 \else

71 \@next\@currbox\@freelist

72 {%

73 \@tempcnta \sixt@@n

74 \expandafter \@tfor \expandafter \reserved@a

(3)

80 \else

81 \advance \@tempcnta \@ne

82 \fi

83 \fi

84 \if \reserved@a t%

85 \@setfpsbit \tw@

86 \fi

87 \if \reserved@a b%

88 \@setfpsbit 4%

89 \fi

90 \if \reserved@a p%

91 \@setfpsbit 8%

92 \fi

93 \if \reserved@a !%

94 \ifnum \@tempcnta>15

95 \advance\@tempcnta -\sixt@@n\relax

96 \fi

97 \fi

98 }%

99 \@tempcntb \csname ftype@\@captype \endcsname

100 \multiply \@tempcntb \@xxxii

101 \advance \@tempcnta \@tempcntb

102 \global \count\@currbox \@tempcnta

103 }%

104 \@fltovf

105 \fi

106 \global \setbox\@currbox

107 \color@vbox

108 \normalcolor

109 \vbox \bgroup

110 \let\@footnotetext\ftnxtra@p@ftntext

111 \hsize\columnwidth

112 \@parboxrestore

113 \@floatboxreset

114}

115\def \@endfloatbox{%

116 \par\vskip\z@skip %% \par\vskip\z@ added 15 Dec 87

117 \@minipagefalse

118 \outer@nobreak

119 \egroup %% end of vbox

120 \the\ftnxtra@p@ftn

121 \global\ftnxtra@p@ftn{}%

122 \color@endbox

123}

(4)

Index

Numbers written in italic refer to the page where the corresponding entry is de- scribed; numbers underlined refer to the code line of the definition; numbers in roman refer to the code lines where the entry is used.

Symbols

\@Mii . . . 64

\@Miii . . . 66

\@acol . . . 38

\@bsphack . . . 63

\@captype . . . 51, 99 \@classiv . . . 40

\@classz . . . 39

\@currbox . 71, 102, 106 \@empty . . . 58

\@endfloatbox . . . 115

\@floatboxreset . . . 113

\@floatpenalty 64, 66, 69 \@fltovf . . . 104

\@footnotetext . 37, 110 \@fps . . 52, 53, 55, 58, 75 \@fpsadddefault . 56, 59 \@freelist . . . 71

\@gobble . . . 17

\@ifnextchar . . . . 15, 30 \@minipagefalse . . . 117

\@ne . . . 81

\@next . . . 71

\@nodocument . . . 50

\@onelevel@sanitize 53 \@parboxrestore . . . 112

\@parmoderr . . . 69

\@setfpsbit . . 85, 88, 91 \@tabacol . . . 38

\@tabarray . . . 40

\@tabclassiv . . . 40

\@tabclassz . . . 39

\@tabular . . . 35

\@tabularcr . . . 40

\@tempcnta . . 73, 79, 81, 94, 95, 101, 102 \@tempcntb . . . . 99–101 \@tempy . . . 47, 48 A \advance . . . 81, 95, 101 B \bgroup . . . 36, 109 C \c@footnote . . . 47

\color@endbox . . . 122

\color@vbox . . . 107

\columnwidth . . . 111

\count . . . 102

\crcr . . . 41

\csname 13, 14, 28, 29, 99 D \def 6, 14, 19, 21, 29, 34, 35, 41, 46, 49, 51, 52, 54, 115 \do . . . 76

E \edef . . . 12, 27, 47 \egroup . . . . 41, 42, 119 \else 8, 23, 57, 65, 70, 80 \endcsname . . . . . 13, 14, 28, 29, 99 \endtabular . . . 41

\expandafter . . . . 7,

9, 13, 14, 22, 24, 28, 29, 48, 74, 75 F \fi . . 10, 25, 60, 61, 67, 82, 83, 86, 89, 92, 96, 97, 105 \FN@sf@@footnote . 5, 7 \FN@sf@@footnotemark . . . 20, 22 \FN@sf@gobble@twobracket . . . 16, 19 \footnote . . . 5, 6 \footnotemark . . . 20, 21 \footnotetext . . . 47

\ftnxtra@p@ftn 4, 43, 44, 47, 48, 120, 121 \ftnxtra@p@ftntext . . . . 37, 46, 110 G \global . . . . 44, 48, 102, 106, 121 H \hbox . . . 36

\hsize . . . 111

I \if . . . 78, 84, 87, 90, 93 \ifhmode . . . 62

\ifinner . . . 68

\ifnum . . . 94

\ifodd . . . 79

\ifx . . . 6, 21, 55, 58 L \leavevmode . . . 36

\let . . . 5, 20, 37–40, 110 \long . . . 46

M \multiply . . . 100

N \NeedsTeXFormat . . . . 1

\newtoks . . . 4

\noexpand . . . .

(5)

P

\par . . . 116

\protect . . 6, 12, 21, 27

\ProvidesPackage . . . 2

R

\relax . . . 95

\reserved@a . . . . 74, 78, 84, 87, 90, 93

\reserved@b . . . 54, 55

S

\setbox . . . 106

\sixt@@n . . . 73, 95

T

\the . . . 43, 47, 120

\tw@ . . . 85

V

\vbox . . . 109

\vskip . . . 116

Z

\z@ . . . 69, 116

\z@skip . . . 116

Referensi

Dokumen terkait

his men to make a fake pearl and large kite.” (paragraph 5) What does the underlined word mean.. The above text is written

Lists of section numbers occurs on several places: At the section start (where the list has actually only one element), within refinement names, in the identifier index, and for

It redefines all basic LATEX counters, provides a command for converting arbitrary decimal numbers into dozenal, and provides new, real Metafont characters for ten and eleven, though

Note:For more information about the exposed pad pin connection of 144-EQFP package, refer to the specific device pin-out file https://www.altera.com/support/literature/lit-dp.html

patch the LATEX2ε kernel definition if the amsmath package is not loaded; the corresponding patch foramsmathfollows below.. \Umathcodeshould be used

In mathematics, the definition of number has been extended over the years to include such numbers as zero, positive numbers, negative numbers, rational numbers, irrational numbers and

Definition Some Terminology • In the simple linear regression model, where y= 0+ 1x+ u, • We typically refer to yas the Dependent Variable Left‐Hand Side Variable Explained

First, the algorithm searches for a local minimum in the PR difference curve within a specified notch frequency range underlined italics refer to parameters that can be optimized, and