mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
support optional arguments of \frame in tex2lyx (used in beamer)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10110 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a6dba65cd3
commit
c3f405be5c
@ -1,3 +1,7 @@
|
|||||||
|
2005-06-30 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||||
|
|
||||||
|
* reLyX/syntax.default: recognize optional argument of \frame
|
||||||
|
|
||||||
2005-06-24 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
2005-06-24 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
* ui/stdmenus.ui:
|
* ui/stdmenus.ui:
|
||||||
|
@ -434,7 +434,8 @@ $$
|
|||||||
\footnotemark[]
|
\footnotemark[]
|
||||||
\footnoterule
|
\footnoterule
|
||||||
\footnotetext[]{translate}
|
\footnotetext[]{translate}
|
||||||
\frame{translate}
|
% LaTeX has \frame{}, but beamer has \frame[]{}, so use the latter
|
||||||
|
\frame[]{translate}
|
||||||
\framebox[][]{translate} % Two variants of this command
|
\framebox[][]{translate} % Two variants of this command
|
||||||
%\framebox(,)[]{} % picture variant
|
%\framebox(,)[]{} % picture variant
|
||||||
\frenchspacing
|
\frenchspacing
|
||||||
|
Loading…
Reference in New Issue
Block a user