Welcome Community Board Published Projects
You are here: Home » Info » Gestructureerde tekst
  You are not logged in Image for link Login Image for link Join

Select language
Log in
News
Info

Gestructureerde tekst

Opmaak

  • Schuine tekst

    Schrijf dit :

             *zomaar wat woorden*
    

    om dit te krijgen:

    zomaar wat woorden

  • Onderstreepte tekst

    Schrijf dit :

             _zomaar wat woorden_
    

    om dit te krijgen:

    zomaar wat woorden

  • Vette tekst

    Schrijf dit:

             **zomaar wat woorden**
    

    om dit te krijgen:

    zomaar wat woorden

Koppen en alinea's

  • Text headers

    Schrijf dit:

             Mijn kop
    
                Schrijf een éénregelige tekst, gevolgd door een lege regel. Laat de volgende
             regel inspringen. De tekst mijn kop wordt nu groter afgebeeld.
    
                Merk op dat de tweede alinea in deze sectie ook
             ingesprongen is.
    
                Sla tussen iedere alinea een regel over. Merk op dat deze
             alinea ook ingesprongen is.
    
                Subkop 1
    
                   Gebruik meer inspringen om subkoppen
                te maken. De inspringing van Subkop 1 is gelijk 
                aan de vooorgaande alinea's. Het verder inspringen
                genereert de subkoppen.
    
                   Subkop 2
    
                      Maak kleinere subkoppen door nog meer in te springen..
    
                      Subkop 3
    
                         Of nog kleinere door nog meer in te springen.
    

    Om dit te krijgen:

    Mijn kop

    Schrijf een éénregelige tekst, gevolgd door een lege regel. Laat de volgende regel inspringen. De tekst mijn kop wordt nu groter afgebeeld.

    Merk op dat de tweede alinea in deze sectie ook ingesprongen is.

    Sla tussen iedere alinea een regel over. Merk op dat deze alinea ook ingesprongen is.

    Subkop 1

    Gebruik meer inspringen om subkoppen te maken. De inspringing van Subkop 1 is gelijk aan de vooorgaande alinea's. Het verder inspringen genereert de subkoppen.

    Subkop 2

    Maak kleinere subkoppen door nog meer in te springen..

    Subkop 3

    Of nog kleinere door nog meer in te springen.

Lijsten

  • Bulleted lists

    Enter this:

             * Eerste item
    
             * Tweede item.  Note that there is a blank line between
             each list item.
    
                * Make lists within lists by using extra indentation
    
                * Second indented item.
    
             * Derde item in the main list.
    

    to get this:

    • Eerste item
    • Tweede item. Note that there is a blank line between each list item.
      • Make lists within lists by using extra indentation
      • Second indented item.
    • Derde item in the main list.
  • Numbered lists

    Enter this:

             1 First item
    
             2 Second item.  Again, note that there is a blank line 
             between each list item.
    
             3 Third item in the main list.
    

    to get this:

  1. First item
  2. Second item. Again, note that there is a blank line between each list item.
  3. Third item in the main list.

Note that numbered lists cannot be embedded in bulleted lists.

  • Definition lists

    Enter this:

             First item -- More information about the first item.
    
             Second item -- More information about the second item.
    
             Third item -- More information about the third item.
    

    to get this:

    First item
    More information about the first item.
    Second item
    More information about the second item.
    Third item
    More information about the third item.

Images

  • Images

    Enter this:

             "Text shown when the browser does not load the image":img:logo1.jpg
    

    to get this:

    Text shown when the browser does not load the image

    You can use an arbitrary URL for the image, e.g.:

             "Plone logo":img:http://www.plone.org/logo.jpg
    

    Plone logo

Links

  • Links

    Enter this:

             "A link to CNN":http://www.cnn.com
    

    to get this:

    A link to CNN

  • Email addresses

    Enter this:

             "address@example.com":mailto:address@example.com
    

    to get this:

    address@example.com

  • References

    Enter this:

             I am going to refer to a footnote here [1].
    
             Later in the text I will have a footnotes
             section.
    
             .. [1] My footnote.  The initial whitespace
             controls indentation, then the two periods
             followed by the space and the bracketed text
             create the anchor.
    

    to get this:

    I am going to refer to a footnote here [1].

    Later in the text I will have a footnotes section.

    [1] My footnote. The initial whitespace controls indentation, then the two periods followed by the space and the bracketed text create the anchor.

Preformatted Text

  • Block of preformatted text

Enter this:

      The next block of text will be formatted exactly the way I have typed it::

         This is all preformatted.

            Your formatting will be used until...
               ... you stop indenting text.
            None of the *structured text* **commands** _work_ here.

         This is still indented.

      This is no longer preformatted.

To get this:

The next block of text will be formatted exactly the way I have typed it:

      This is all preformatted.

         Your formatting will be used until...
            ... you stop indenting text.
         None of the *structured text* **commands** _work_ here.

      This is still indented.

This is no longer preformatted.

  • Inlined preformatted text

Enter this:

      Some ordinary text here.  Some 'preformatted text here'.  More ordinary text.

to get this:

Some ordinary text here. Some preformatted text here. More ordinary text.

Tables

  • Tables

Enter this:

      |------------------------------------|
      | Fruit     | Nut        | Mammal    |
      |====================================|
      | Apple     | Peanut     | Squirrel  |
      |------------------------------------|
      | Orange    | Macadamia  | Woodchuck |
      |------------------------------------|
      | Banana    | Walnut     | Dolphin   |
      |------------------------------------|
      | This spans 2 columns!  | Cat       |
      |------------------------------------|
      | Pear      | This spans 2 columns!  |
      |------------------------------------|
      | This spans 3 columns!              |
      |------------------------------------|

to get this:

Fruit

Nut

Mammal

Apple

Peanut

Squirrel

Orange

Macadamia

Woodchuck

Banana

Walnut

Dolphin

This spans 2 columns!

Cat

Pear

This spans 2 columns!

This spans 3 columns!