mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
Forgot the test case for bug #8116.
This commit is contained in:
parent
72023030d9
commit
30219ffc37
@ -30,6 +30,23 @@
|
|||||||
\newcommand{\strong}[1]{\textbf{#1}}
|
\newcommand{\strong}[1]{\textbf{#1}}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
|
||||||
|
%% Special footnote code from the package 'stblftnt.sty'
|
||||||
|
%% Author: Robin Fairbairns -- Last revised Dec 13 1996
|
||||||
|
\let\SF@@footnote\footnote
|
||||||
|
\def\footnote{\ifx\protect\@typeset@protect
|
||||||
|
\expandafter\SF@@footnote
|
||||||
|
\else
|
||||||
|
\expandafter\SF@gobble@opt
|
||||||
|
\fi
|
||||||
|
}
|
||||||
|
\expandafter\def\csname SF@gobble@opt \endcsname{\@ifnextchar[%]
|
||||||
|
\SF@gobble@twobracket
|
||||||
|
\@gobble
|
||||||
|
}
|
||||||
|
\edef\SF@gobble@opt{\noexpand\protect
|
||||||
|
\expandafter\noexpand\csname SF@gobble@opt \endcsname}
|
||||||
|
\def\SF@gobble@twobracket[#1]#2{}
|
||||||
|
|
||||||
\newenvironment{foo}{==[}{]==}
|
\newenvironment{foo}{==[}{]==}
|
||||||
|
|
||||||
\usepackage{fixltx2e} % this should cause the fixltx2e module to be loaded
|
\usepackage{fixltx2e} % this should cause the fixltx2e module to be loaded
|
||||||
|
Loading…
Reference in New Issue
Block a user