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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
# luabidi package
# Matthew Bertucci 3/14/2022 for v0.5
#include:luatex
#include:etoolbox
#keyvals:\usepackage/luabidi#c
arabmaths
autofootnoterule
textwidthfootnoterule
#endkeyvals
#ifOption:autofootnoterule
# from luabidi-autofootnoterule.def
#include:perpage
\thepagefnt#*
\FnppOrigFootnote{text}#*
\FnppOrigFootnote[num]{text}#*
\FnppOrigFootnotemark#*
\FnppOrigFootnotemark[mark]#*
#endif
\setRTLmain
\setRTL
\setRL#*
\unsetLTR#*
\setLTR
\setLR#*
\unsetRTL#*
\begin{RTL}
\end{RTL}
\begin{LTR}
\end{LTR}
\RLE{text}
\RL{text}#*
\LRE{text}
\LR{text}#*
\hboxR{text}
# from luabidi-footnotes.def
\localnumeral{number}#*
\localnumeral*{counter}#*
\footnotemarkLR#*
\footnotemarkLR[mark]#*
\footnotemarkRL#*
\footnotemarkRL[mark]#*
\LTRfootnote{text}
\LTRfootnote[num]{text}
\RTLfootnote{text}
\RTLfootnote[num]{text}
\footnoterulewidth#*
\leftfootnoterule
\rightfootnoterule
\textwidthfootnoterule
\autofootnoterule
# not documented
\bracetext#*
\moreLRE#*
\moreRLE#*
\pLRE{text}#*
\pRLE{text}#*
# deprecated
\Footnote{text}#S
|