mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
add fig format; support entering cyrillic and greek characters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4663 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
57e89ae2bf
commit
eaa7d722d5
@ -1,3 +1,18 @@
|
||||
2002-07-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* configure.m4: add formats fig and epsi
|
||||
|
||||
2002-07-16 Andrew Zabolotny <zap@cobra.ru>
|
||||
|
||||
* bind/emacs.bind:
|
||||
* bind/xemacs.bind:
|
||||
* bind/sciword.bind:
|
||||
* bind/cua.bind: include greekkeys and cyrkeys bindings
|
||||
|
||||
* bind/greekkeys.bind:
|
||||
* bind/cyrkeys.bind: bindings to enter cyrillic and greek
|
||||
characters directly from keyboard
|
||||
|
||||
2002-07-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* bind/menus.bind: cleanup shortcuts for section layouts. Starred
|
||||
|
@ -177,3 +177,5 @@
|
||||
\bind_file menus.bind
|
||||
\bind_file math.bind
|
||||
\bind_file latinkeys.bind
|
||||
\bind_file cyrkeys.bind
|
||||
\bind_file greekkeys.bind
|
||||
|
@ -225,3 +225,5 @@
|
||||
\bind_file menus.bind
|
||||
\bind_file math.bind
|
||||
\bind_file latinkeys.bind
|
||||
\bind_file cyrkeys.bind
|
||||
\bind_file greekkeys.bind
|
||||
|
@ -490,3 +490,5 @@
|
||||
|
||||
|
||||
\bind_file latinkeys.bind
|
||||
\bind_file cyrkeys.bind
|
||||
\bind_file greekkeys.bind
|
||||
|
@ -326,3 +326,5 @@
|
||||
\bind_file menus.bind
|
||||
\bind_file math.bind
|
||||
\bind_file latinkeys.bind
|
||||
\bind_file cyrkeys.bind
|
||||
\bind_file greekkeys.bind
|
||||
|
@ -436,7 +436,9 @@ cat >$outfile <<EOF
|
||||
\\Format bmp bmp BMP ""
|
||||
\\Format dvi dvi DVI D
|
||||
\\Format eps eps EPS ""
|
||||
\\Format epsi epsi EPSI ""
|
||||
\\Format fax "" Fax ""
|
||||
\\Format fig fig XFig ""
|
||||
\\Format agr agr GRACE ""
|
||||
\\Format html html HTML H
|
||||
\\Format latex tex LaTeX L
|
||||
|
Loading…
Reference in New Issue
Block a user