Edit Menu
This menu display the edit commands.
- Cut: This is the
usual command: it deletes the selection from the document and put it in
the clipboard. You can paste it at an other location or in an other document. The usual keyboard shortcut, Ctrl + x, is available.
- Copy: This is also the usual command: it copies the selection to the clipboard. You can paste it at an other location or in an other document.
The usual keyboard shortcut, Ctrl + c, is available.
- Paste:This is still the usual command: it pastes the clipboard to the document at the cursor location or in place of the current selection.
The usual keyboard shortcut,Ctrl + v, is available.
- Page break: Put a Page Break beacon. This forces TeX to jump to the next page at the cursor position.
- Direct TeX Mode
: all you will type will be pure TeX ; for instance you can type :
$\int_a^bfdx$ to have an integral . Be careful not to forget anything !
- Line : this open a sub menu
- Center : center the text of this line.
- Separate
: separate the following text from the previous one. You can separate
the text in more than 2 parts. LaTeX put the separated parts as
far as possible in the line.
- Mark the Beginning
: this mark the beginning of a selection. You go where you want the end
of the selection and you use the next command to end the
selection. The selected text has its colors inversed and you can copy
it or delete it, etc ...
- Mark the End : mark the end of a selection.
- Footnote
: make a footnote. The text appears in blue as in direct TeX and LaTeX
will put a number for this footnote. To quit this mode just use
the mouse.