Was this page helpful?

Nice Features!
Nice Features!Edit

    L'édition de texte est simple, l'insertion d'images se fait sans problème (^C, ^V), mais il y a plus...

    Ce Wiki permet d'utiliser des liaisons dynamiques vers des services externes.
    Certains exemples sont listés ci dessous.
    Pour accéder à la liste des extensions intégrées dans ce wiki, allez dans 'Extensions' (dans la barre de l'éditeur), puis testez par vous-même leur utilisation...

    Si vous souhaitez intégrer une nouvelle extension, contactez l'admin. La liste est disponible sur le serveur de Mindtouch.

    • google maps:

    google.map(address: str)

    • google search:


    google.search()

    • feuille de math (personalisée - voir le site instacalc):

    math.sheet(sheet : uri, width : num, height : num)

    •  insérer des équations (au format latex):


    math.formula(formula : str)

    ou

      refer Here for a Math guide for latex

    • afficher (pas éditer) des documents office

    thinkfree.viewer(document : uri, width : num, height : num, type : str)

    type= "write" (word), "calc" (excel), or "show" (powerpoint) 

    example:

     

    •  inclure des pages html:

    unsafe.iframe(uri : uri, width : num, height : num, border : bool, marginwidth : num, marginheight : num, scrolling : bool)

    How do you use Extensions?

    The most common way to include a feature is to push the 'extension' button on the editor, and choose which service you want.
    It is also possible to type directly within a page a call to a service, but you need to know the syntax for it. To tell the site to interpret your command as a code, you need to put it inside double-curly brace. For instance, the following function will include a page called "My Page".
    To get to know it, try a copy paste of the code below into your own page; you will have to remove the "pre" html balist in order for it to be recognized as a code.
    You can also choose the style: DekiScript in the editor toolbar ('Insert' -> 'Dekiscript' ), but then don't use the double-curly braces.

    {{wiki.page("My page")}} 
    Type d'argument:
    str : string (à mettre entre " ". Tout argument entre " " sera considéré comme str)
    uri: the url of the page you want to link to, with http:// ....
    num: entier ou float
    bool: 0 ou 1
    Was this page helpful?
    Mots clés (Modifier les mots clés)
    • No tags

    Fichiers 1

    FichierTailleDateAttaché par 
     short-math-guide-latex.pdf
    latex math guide
    531.67 Ko12:54, 3 Mar 2008AdminActions
    Vous devez être connecté pour poster un commentaire.
    Propulsé par MindTouch Core