diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-08-16 18:58:45 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-08-16 18:58:45 +0800 |
commit | 94ca0b07bf438b827ddcc3540b91af4453dcf5a6 (patch) | |
tree | b47f22f4755ce786844885e35c91a4c2d75afe23 /help/C/mail-composer-plain-text.page | |
parent | 5ef1922d229aa2915764f4966ac07a956e16806d (diff) | |
download | gsoc2013-evolution-94ca0b07bf438b827ddcc3540b91af4453dcf5a6.tar gsoc2013-evolution-94ca0b07bf438b827ddcc3540b91af4453dcf5a6.tar.gz gsoc2013-evolution-94ca0b07bf438b827ddcc3540b91af4453dcf5a6.tar.bz2 gsoc2013-evolution-94ca0b07bf438b827ddcc3540b91af4453dcf5a6.tar.lz gsoc2013-evolution-94ca0b07bf438b827ddcc3540b91af4453dcf5a6.tar.xz gsoc2013-evolution-94ca0b07bf438b827ddcc3540b91af4453dcf5a6.tar.zst gsoc2013-evolution-94ca0b07bf438b827ddcc3540b91af4453dcf5a6.zip |
User Docs: Finally split formatting options into Plain Text and HTML
Diffstat (limited to 'help/C/mail-composer-plain-text.page')
-rw-r--r-- | help/C/mail-composer-plain-text.page | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/help/C/mail-composer-plain-text.page b/help/C/mail-composer-plain-text.page new file mode 100644 index 0000000000..cff0b63b9f --- /dev/null +++ b/help/C/mail-composer-plain-text.page @@ -0,0 +1,43 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-composer-plain-text"> + + <info> + <desc>Change font alignment and paragraph formatting in the mail composer.</desc> + <link type="guide" xref="mail-composer-html#formatting-options-plain" /> + + <revision pkgversion="3.5.90" version="0.1" date="2012-08-16" status="draft"/> + <credit type="author"> + <name its:translate="no">Andre Klapper</name> + <email its:translate="no">ak-47@gmx.net</email> + </credit> + <credit type="author"> + <name its:translate="no">Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/usage-mail-getnsend-send.html.en#usage-mail-getnsend-send-html --> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + </info> + +<title>Formatting Text in Plain Text Format</title> + + <p>Text formatting tools are located in the tool bar below the <gui>Subject</gui> line. They also appear in the <gui>Insert</gui> and <gui>Format</gui> menus.</p> + <p>The icons in the tool bar are explained in tooltips which appear when you hold your mouse pointer over the buttons.</p> + +<section id="headers-and-lists"> + <title>Headers and Lists:</title> + <p>At the left of the upper tool bar, you can choose <gui>Normal</gui> for a default text style or <gui>Header 1</gui> through <gui>Header 6</gui> for varying sizes of header from large (1) to tiny (6). Other styles include <gui>Preformat</gui>, to use the HTML tag for preformatted blocks of text, and three types of bullet points for lists.</p> + <p>For instance, instead of using asterisks to mark a bulleted list, you can use the <gui>Bulleted List</gui> style from the style dropdown list. Evolution uses different bullet styles, and handles word wrap and multiple levels of indentation.</p> +</section> + +<section id="alignment"> + <title>Alignment:</title> + <p>Located next to the Headers and Lists dropdown, the three paragraph icons should be familiar to users of most word processing software. The left-most button aligns your text to the left, the center button centers text, and the right button aligns the text to the right.</p> +</section> + +<section id="indentation-rules"> + <title>Indentation Rules:</title> + <p>The button with the arrow pointing left decreases a paragraph's indentation, and the right arrow increases its indentation.</p> +</section> + +</page> + |