----- Original Message -----
From: "Kevin Pfeiffer" <[EMAIL PROTECTED]>
To: <lyx-users@lists.lyx.org>
Sent: Monday, August 08, 2005 12:34 PM
Subject: ERT vs. TeX in "Insert" menu
This just tripped me up again...
I couldn't remember my keyboard shortcut for adding an ERT insert and
had to scan up and down the Insert menu several times until I realized
that what I was looking for ("ERT") was listed as "TeX".
Why not be consistent? If it's "TeX" in the menu then the label in the
document should also say "TeX" and not "ERT" -- or else the other way
around.
I agree with what you are saying. If you find your .ui file, most likely
default.ui unless you have a personal one already, you can edit what the
menus say.
In there it should read the following at some point
snip
# INSERT MENU
#
Menu "insert"
Submenu "Math|h" "insert_math"
Separator
Submenu "Special Character|S" "insert_special"
Item "Citation...|C" "citation-insert"
Item "Cross Reference...|R" "reference-insert"
Item "Label...|L" "label-insert"
Item "Footnote|F" "footnote-insert"
Item "Marginal Note|M" "marginalnote-insert"
Item "Short Title" "optional-insert"
Item "Index Entry...|I" "index-insert"
Item "URL...|U" "url-insert"
Item "Note|N" "note-insert"
Submenu "Lists & TOC|O" "insert_toc"
Separator
Item "TeX|T" "ert-insert"
Item "Minipage|p" "minipage-insert"
Item "Graphics...|G" "graphics-insert"
Item "Tabular Material...|b" "tabular-insert"
Submenu "Floats|a" "insert_floats"
Separator
Item "Include File...|d" "buffer-child-insert"
Submenu "Insert File|e" "insert_file"
Item "External Material...|x" "external-insert"
End
snip
Edit the following line
Item "TeX|T" "ert-insert"
so it reads
Item "ERT|T" "ert-insert"
et voila. Just as you require.
Geoff