1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<html>
<head><title> TeX Editor</title></head>
<body>
<a name="main">
<h1> TeX - Editor</h1>
</a>
Besides the editor of the primary file (window number 0) you can use
up to 9 edit windows for other files. You can change between the windows
by pressing <code>Alt - number of the window</code>, and you can transfer data
with the Copy/Cut - Paste mechanism. There is only one paste buffer
for all edit windows.
You can copy the samples of the help into the editor.
-> <a href="#teditkeys">Hot keys</a>
-> <a href="main.html">TeXShell</a>
<a name="teditkeys">
<h1>Hot keys of the internal editor</h1>
</a>
<dl>
<code><dt>F2</code>
<dd> Save
<code><dt>Ctrl-F2</code>
<dd> Save as ...
<code><dt>Alt-F3</code>
<dd> Finish, close the window
<code><dt>Cursorkeys</code>
<dd> Move the cursor
<code><dt>Shift-Cursorkeys</code>
<dd> Mark text
<code><dt>Ctrl-x</code>
<dd> Cut
<code><dt>Ctrl-c</code>
<dd> Copy
<code><dt>Ctrl-v</code>
<dd> Paste
<code><dt>Ctrl-t</code>
<dd> Delete word
<code><dt>Ctrl-y</code>
<dd> Delete line
<code><dt>Ctrl-w</code>
<dd> Automatic linewrap on/off
<code><dt>Ctrl-q l</code>
<dd> Goto line ...
<code><dt>Ctrl-q f</code>
<dd> Search text
<code><dt>Ctrl-q a</code>
<dd> Replace text
<code><dt>Ctrl-l</code>
<dd> Continue search/replace
<code><dt>Ctrl-e</code>
<dd> Enable/disable automatic adding of end of an environment
<code><dt>Ctrl-u</code>
<dd> Undo the last delete
<code><dt>F1</code>
<dd> Help for the internal editor
<code><dt>Ctrl-F1</code>
<dd> Context sensitive help for current command word
-> <a href="#main">TeX - Editor</a>
</body>
</html>
|