From 18bac42cfc2238699dbacb9c59511a541eb76f92 Mon Sep 17 00:00:00 2001 From: John Morris Date: Wed, 29 May 2019 19:49:03 -0400 Subject: [PATCH] Issue #13 Added additional Formating Tags --- manual/source/display_tags.rst | 90 ++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/manual/source/display_tags.rst b/manual/source/display_tags.rst index cfd05fc..995386d 100644 --- a/manual/source/display_tags.rst +++ b/manual/source/display_tags.rst @@ -109,3 +109,93 @@ To delete :ref:`g-formatting-tags` that you have entered click on the **Note:** if a tag is deleted that is in use in a song or custom slide the slide will display the tags {} without any formatting. The deleted tags will need to be manually deleted from the songs or custom slides. + +Additional useful tags to add +============================= + +The :ref:`g-formatting-tags` included when you installed OpenLP provide many of the commonly used +formating Tags. The following are :ref:`g-formatting-tags` that are used by some of the +user community and may be of use to you. + +The alignment Tags can be used to override the Theme formating. A common use +is to Center the Title of a song when the Theme is left justified. + +The Font size up and down Tags can be used to make the Theme Font size larger +or smaller for the text between the tags. Both Tags can be combined to provide +multiple size changes. + +The Font size 20pt Tag sets the font size to a specific size. The size +'20pt' is not an exact copy of what you would get in a word processor, but will +be comperable in size. + +The Font name Tags, Arial and Times New Roman, will change the font used for the +text enclosed by the Tags. The Font name Tags can be combined with Color or +Formating Tags to create easily destiguishable differences on the screen. One use +could be for responsive readings. + +The Paragraph with hanging text is used to indent the lines of Text after the +first line of text in a paragraph. + +The Column Left and Column Right Tags can be used to create two columns of text, +each left justified. + +The Image Left Tag can be used to place an image on the left side of a custom +slide. The text of the slide would be just to the right of the image. To use +this Tag, put the full path and filename between the Tags. + +In Windows the path and filename would look like this: +'C:\\user\\me\\pictures\\face.jpg'. + +In Linux the path and filename would look like this: +'/home/users/USERNAME/images/face.jpg'. + +In OS X the path and filename would look like this: +'/System/users/USERNAME/images/face.jpg'. + + +.. table:: Additional Formating Tags + :widths: grid + + +----------------+-----+-------------------------------------+----------------+ + | Description | Tag | Start HTML | End HTML | + +================+=====+=====================================+================+ + | Align Left | al +
|
| + +----------------+-----+-------------------------------------+----------------+ + | Align Center | ac +
|
| + +----------------+-----+-------------------------------------+----------------+ + | Align Right | ar +
|
| + +----------------+-----+-------------------------------------+----------------+ + | Font size ˄ | fu | | | + +----------------+-----+-------------------------------------+----------------+ + | Font size ˅ | fd | | | + +----------------+-----+-------------------------------------+----------------+ + | Font size 20pt | f20 | | + + +----------------+-----+-------------------------------------+----------------+ + | Arial |arial| | | + +----------------+-----+-------------------------------------+----------------+ + | Times New |times| | | + +----------------+-----+-------------------------------------+----------------+ + | Paragraph with | phg |
| | + +----------------+-----+-------------------------------------+----------------+ + | Column left | cl |
| + | | | margin-left:50%> | | + +----------------+-----+-------------------------------------+----------------+ + | Image Left | il |
| + +----------------+-----+-------------------------------------+----------------+ + + +