User Tools

Site Tools


instructions

Instructions

Wiki Syntax and Usage

For help about the wiki sintax see here.

.

Page Writing

Equation

Use $\LaTeX$ for equations. For example in this way: $a=b+c$

Use  $\LaTeX$ for equations. For example in this way: $a=b+c$ 

or in this way: \begin{equation} a=b+c \end{equation}

or in this way:
\begin{equation}
a=b+c
\end{equation}

Now, equation numbering works!

\begin{equation} d=\frac{e}{f} \end{equation}

For more information about Latex in DokuWiki see here

Tables and Figures

For figures you can use caption, numbering and references as follows:

cropped-cropped-logo_uni.jpg
Figure 1: Figura di prova
<figure label>
{{ :wiki:cropped-cropped-logo_uni.jpg?200 }}
<caption>Figura di prova </caption>
</figure>

and refer it as follows: figure 1.

and refer it as follows: figure {{ref>label}}.

Pictures and Media File must be uploaded using the MediaManager and referred as follows:

{{ name.jpg }}

You can also use external pictures or media from another site in this way:

{{ http://radarlab.uniroma2.it/wordpress/wp-content/uploads/2016/02/logo_ricerca100-300x203-300x203.jpg }}  

radarlab.uniroma2.it_wordpress_wp-content_uploads_2016_02_logo_ricerca100-300x203-300x203.jpg

For table is the same, see Table 1:

Table 1: Table Caption.
Heading 1 Heading 2 Heading 3
Some text some more text some less text
no idea what to write in here
But still some idea for here
For table is the same, see Table {{ref>label2}}:
<table label2>
<caption>Table Caption.</caption> 
^ Heading 1 ^ Heading 2 ^ Heading 3 ^
| Some text | some more text | some less text |
| no idea what to write in here |||
| | But still some idea for here ||
 </table>

For more information about caption use see here

References

Always cite sources adding a Reference section. To do this you can use ref note:

Example. This is where the note is introduced the first time[1]. And yet another reference[1]. Or in this way[2]

Example. This is where the note is introduced the first time[(cite:name>This is a note.)].
And yet another reference[(cite:name)].
Or in this way[(cite:GangOfFour>>
title     : Design Patterns: Elements of Reusable Object-Oriented Software
authors   : Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
publisher : Addison-Wesley
published : 1994
pages     : 395
)]

For more information about the use of ref notes see here

Miscellaneous

  • Before starting use the headlines to produce a detailed Table of contents of your page. This will help you to organize the work.
  • Be careful to the copyright of the media and text.

Backup

This WiKi is running on an unstable and unsafe server. Please, periodically back-up your page locally.

In the future, the wiki will be moved to a stable and safe server.


1. a, b This is a note.
2. a Design Patterns: Elements of Reusable Object-Oriented Software
instructions.txt · Last modified: by mauro