- Tab
- Shift-Tab
- Enter
- Page-Up
- Page-Down
- i
- m
- Ctrl-c
- Escape
You can find help to the following topics:
ts [primary file]If there are no dots in the file name, the extension .tex will be added automatically. But if you work with files like a.b.c.tex, you must specify the full file name!
-> Start
Working with TeXShell
F13
or Shift-F3
.
Control-0
. If it is a new file,
you can use a template.
F3
. Changing
between them is possible with Control-[Window number]
.
F6
. If an error occurs,
you can return to the right place in Editor by pressing e
.
F8
. If the viewer needs a
PostScript file, it will be generated automatically by dvips.
F9
. Close the printing dialog
with Ctrl-Enter
.
Alt-x
.
- F1
- Shift-F3, F13
- F3
- Ctrl-0
- Ctrl-1 ... Ctrl-9
- F4
- F5
- F6
- F7
- F8
- F9
- F11
- F12
- Ctrl-t
Control-[Number]
).
- Esc+F2...Esc+F12
- Ctrl-q
-> Dialog keys
-> Keys for the internal editor
-> Start
Dialog keys
- Tab, Enter
- Shift-Tab
- Ctrl-Enter
- Escape
- Alt-[Letter]
The file dialog will be finished with Enter
, if you have
selected a file.
If an extension is specified, it will be added to a specified filename
without extension automatically.
-> Start
Action settings
The Ctrl-Function key
shows the Settings dialog for the
specified action. You can add new functions with Alt-i
or Alt-a
, or edit defined functions with Alt-e
:
- Foreground
- Background
- xterm
- intern
sh -c "cat %r.log | more"
-> Variable parameters
Examples:
Viewer command:
Viewer Command:
% parameters are always used by TeXShell.
!?...! includes an option which is used only if there is a valid value.
There position of this variable value is marked with % sign.
-> Start
If there is chosed a Primary file, the Options will be saved in
the file
-> Start
-> Start
If you want to create a new one, make the wished configuration and
overwrite the global config file with your own.
-> Start
The first char of a line indicates whether the founded fill should be scan
recursively (1) or not (0),
the second char is a space, the third char allows edit of the file (1) or not
(0), following by a space, and the rest of the line is a regular expression
for an included file. It's first group builds the command, the second the
filename.
The scanning will be cutted after 10 recursions. You can select an existing
file and open for editing. Create the non-existing files by calling the
appropriate editor explicitly.
The used editor will by selected under control of
-> Start
-> Start
Filter
If you need transformation of the TeX or DVI file before viewing or
printing, you can use filters. Create them with Control-F12>/code>.
Specify a short name, the type of source file (tex or dvi),
the name of the produced target, and the command line for shell
execution.
-> Variable parameters
Source: tex
Target: %r/%r.html (latex2html makes a subdirectory)
Command: latex2html %r.dvi
netscape file:%d/%r/%r.html
Source: dvi
Target: %r_ba5
Command: dvibook %r.dvi | dvitodvi '2:700@0+1(148.5mm,0)'
>%r_ba5.dvi
xdvi %r_ba5.dvi
-> Start
Variable Parameters for Programs
There are two kinds of variable parameters.
"xdvi %r.dvi"
or
"xdvi %r"
)
latex2html
:
netscape %d/%r/%r.html
.tex
and can changed in the
file dialog.
(eg. "vi %e.tex"
)
"xfig %o.fig"
)
-geometry
option generated by TeXShell.
Global Options
You can call the dialog for the global Options with the menu
Options|Settings ...
. All options will be
saved when you press Apply
or Save & Exit
.
<primary_file>.prj
, otherwise in the global option
file ~/.ts/ts.cfg
. If you want to save these options as the
default, choose the menu entry Options|Save as default
.
Document Templates
You can create templates for often used document structures.
These are TeX files with the extension .tpl
and two special
comment lines:
%! Description of the template
%! Cursor position line for editing (without these lines)
Document template (line 1)
...
Save the templates in the global TeX directory or in $HOME/.ts
.
If you open a new primary file for editing, you get a dialog for selecting
a template. After creating new templates, you must include them with
the Rescan
button.
Files
There are global and local configuration files. The directory of global
files is specified in the Makefile and hard compiled in ts (Default:
/usr/local/lib/ts
). Local configuration files and templates
are saved in $HOME/.ts
.
Global files
Local files
Rescan
button of the template selection dialog.
Project Management
By pressing F4
, the project window is opened. The file
includes.cfg
contains the regular expressions for scanning
the primary file.
apps.cfg
.