DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:odt:odt-demo-page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:odt:odt-demo-page [2017-02-24 20:49] – Added changemarks plugin LarsDW223plugin:odt:odt-demo-page [2024-03-08 07:07] (current) 2a03:6880:118c:df00:4cb8:8578:89aa:8a98
Line 202: Line 202:
  
 The changemarks plugin is used to mark portions of text as <ins This has been inserted.>inserted</ins>, <del This has been deleted.>deleted</del> or !!This has been highlighted.>highlighted!!. The changemarks plugin is used to mark portions of text as <ins This has been inserted.>inserted</ins>, <del This has been deleted.>deleted</del> or !!This has been highlighted.>highlighted!!.
 +
 +====== Chem plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:chem|Chem plugin]] to be installed :!:
 +
 +The Chem plugin is used to format a molecular formula. See some examples from the plugin page:
 +  * <chem>C2H6</chem>
 +  * <chem>Na2HPO4 12H2O</chem>
 +  * <chem>C2H5O2|-Na+</chem> 
 +  * <chem>Cl2H6N2Pt2+</chem>
 +  * <chem>Al2(SO4)3</chem>
 +
 +====== Color plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:color|Color plugin]] to be installed :!:
 +
 +The Color plugin is used to write text in different colors:
 +  * <color green>text</color>
 +  * <color blue/lightgrey>text</color>
 +  * <color #FF0000>text</color>
 +  * <color /#FFff00>text</color>
 +
 +====== Columns plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:columns|Columns plugin]] to be installed :!:
 +
 +The Columns plugin is used to place text in multiple columns:
 +<columns 100% 50% - ->
 +
 +First column text (50% width).
 +
 +<newcolumn>
 +
 +Second column text.
 +
 +<newcolumn>
 +
 +Third column text.
 +
 +</columns>
 +
 +====== Definition List plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:definitionlist|Definition List plugin]] to be installed :!:
 +
 +See an example of a simple definition list: 
 +  ; termA : definitionA
 +  ; termB : definitionB
 +  ; termC : definitionC
  
 ====== Emphasis plugin ====== ====== Emphasis plugin ======
Line 208: Line 257:
  
 Some examples for changing the font color with the emphasis plugin: ::This should be green:: :::and yellow::: ::::and red:::: (if the default color set is used). And now the same for the background colors: ;;This should be green;; ;;;and yellow;;; ;;;;and red;;;;. Some examples for changing the font color with the emphasis plugin: ::This should be green:: :::and yellow::: ::::and red:::: (if the default color set is used). And now the same for the background colors: ;;This should be green;; ;;;and yellow;;; ;;;;and red;;;;.
 +
 +====== Exttab3 plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:exttab3|exttab3 plugin]] to be installed :!:
 +
 +The exttab3 plugin makes it possible to change the look of your tables. Have a look at the example form the plugin page:
 +
 +{| title="Extended Table Example"
 +|+//Extended Table Example//
 +! style="width: 12em;"| A1 Header
 +! style="width: 10em;"| B1 Header
 +|- style="background-color: MistyRose;"
 +|
 +{| title="nested table"
 +|+ //nested table//
 +|
 +{{ wiki:dokuwiki-128.png?50&nolink}}
 +**Lorem** ipsum dolor sit amet, 
 +//consetetur// sadipscing elitr, 
 +sed diam nonumy eirmod tempor invidunt
 +ut labore et dolore magna aliquyam erat, 
 +sed diam voluptua.
 +|}
 +|
 +List in Cell
 +  * //italic// and **bold**
 +  * ''monospace''
 +  * [[:start|page link]]
 +
 +> quoting
 +
 +**ATTENTION:**\\
 +Needs an extra empty line 
 +after lists and quoting syntax!
 +|}
  
 ====== Filelist plugin ====== ====== Filelist plugin ======
Line 215: Line 299:
 The output generated by the filelist plugin is exported to ODT: The output generated by the filelist plugin is exported to ODT:
 {{filelist>lib/images/*&style=table&direct=1&preview=1&link=0}} {{filelist>lib/images/*&style=table&direct=1&preview=1&link=0}}
 +
 +====== Geotag plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:geotag|geotag plugin]] to be installed :!:
 +
 +The geotag plugin allows a user to annotate pages with a geotag:
 +{{geotag>lat:51.565696, lon:5.324596}}
  
 ====== Keyboard plugin ====== ====== Keyboard plugin ======
Line 223: Line 314:
  
 This displays the keys <key>ALT</key> + <key>H</key>. This displays the keys <key>ALT</key> + <key>H</key>.
 +
 +====== Math2/Mathpublish plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:mathpublish|mathpublish plugin]] to be installed :!:
 +
 +The mathpublish plugin can be used to insert mathematical formulae. See some examples from the plugin page:
 +
 +<m>S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}</m> 
 +
 +<m 8>delim{lbrace}{matrix{3}{1}{{3x-5y+z=0} {sqrt{2}x-7y+8z=0} {x-8y+9z=0}}}{ }</m>
 +
 +<m 32>delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3</m>
 +
 +
 +====== Mimetex plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:mimetex|mimetex plugin]] to be installed :!:
 +
 +The mimetex plugin can be used to insert formulas which are also exported to ODT. See some examples from the plugin page:
 +
 +<latex>
 +    \frac{3}{4 \pi}   \sqrt{4 \cdot x^2   12}\\
 +    \lim_{n \to \infty}
 +    \sum_{k=1}^n \frac{1}{k^2} = \frac{\pi^2}{6}\\
 +    \it{f}(x) = \frac{1}{\sqrt{x} x^2}\\
 +    e^{i \pi} + 1 = 0\;
 +</latex>
 +
 +====== Note plugin ======
 +
 +:!: This example requires the [[https://www.dokuwiki.org/plugin:note|note plugin]] to be installed :!:
 +
 +The note plugin can be used to write little notes of different kinds. See this examples from the plugin page:
 +<note>
 +This is my note ! Remember it!!
 +</note>
 +
 +<note important>
 +Warning ! You're about to lose your mind ;-)
 +</note>
 +
 +<note tip>
 +The clues are in the images.
 +</note>
 +
 +<note warning>
 +Beware of the cat when you open the door !!
 +</note>
 +
 +In ODT the notes are rendered as tables. This is why they loose their round corners after export to ODT.
  
 ====== Pagebreak plugin ====== ====== Pagebreak plugin ======
Line 247: Line 388:
 12,sas:case=close 12,sas:case=close
 </switchpanel> </switchpanel>
 +
 +{{ :template:arctic.png?600|}}
  
plugin/odt/odt-demo-page.1487965767.txt.gz · Last modified: 2017-02-24 20:49 by LarsDW223

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki