![]() | The Toolbar |
| Prev | Introduction | Next |
: begin a new document.
: open a new document.
: close your document.
: this is used when working with multiple files.
Having a master document will let you work more easily with other .tex files included
in your document. If you are using projects, you can also set in -> a project-wide master document.
: compiles your LATEX source code and displays the results automatically, unless you have code errors.
: this mode will "watch" the DVI file for changes, and will not launch a new session of KDVI after .
: views the .log file,
so you can spot errors.
: jumps backward through the
.log file
and highlights errors in source.
: jumps forward through
.log file and
highlights errors in source.
: halts current tool.
: runs LATEX on the active document.
: launches DVI viewer.
: converts a DVI to a PostScript (PS).
: launches PostScript (PS) viewer.
: runs PDFLATEX on the active document.
: launches the PDF viewer.
: converts a DVI to a PDF.
: converts a PS to a PDF.
: views HTML created.
: jump to page that corresponds to the current line in the editor.
If you look at the Edit toolbar, you will notice three large drop-down menus. The drop-down menus were designed for you to be able to quickly add certain common features into your document. The first drop-down box is used for quickly dividing your document by parts, chapter, sections and so on; the available commands to add segments to your LATEX source code are:
part: highest level of sectioning for a document.
chapter: starts a new chapter.
section: create a new section.
subsection: create a new subsection.
subsubsection: a secondary section between subsection and paragraph.
paragraph: create a new paragraph.
subparagraph: create a new subparagraph.
The drop-down box named label is used to insert items to your document such as indexes, footnotes, and references; the available commands are:
label: a command that produces a label for a chapter, a figure or another element.
index: creates an entry for the index.
footnote: creates a footnote in your document.
ref: used to refer to a predefined label, which you can choose from a drop-down list.
pageref: just like ref, but refers to a page instead of a structure element.
cite: create a reference with data from a bibliography.
cite from ViewBib: ask the ViewBib tool for all selected references and insert them. Currently this is only avaible with KBib as ViewBib tool.

The Label drop-down menu

Selecting the label for a reference
When using cite, you are presented with a drop-down list of bibitems, but if you are using BibTEX this will only work if the file belongs to a Project. For editing BibTEX files the usage of specialised editors is recommened. The author has made good experience with KBibTEX and KBib. Of course you can also write the BibTEX files by hand inside Kile.
The last drop-down box labeled tiny is used to set the size of the text. You can set the size of the main text, of footnotes, and so on. The available commands are:
tiny: smallest.
scriptsize: very small.
footnotesize: smaller.
small: small.
normalsize: normal.
large: large.
Large: larger.
LARGE: even larger.
huge: still larger.
Huge: largest.
| Prev | Home | Next |
| Kile's Main Features | Up | Quickstart |