Warning: Undefined array key "userinfo" in /home/httpd/vhosts/wikicanaan.org/httpdocs/wiki/lib/tpl/lisps/main.php on line 58 Warning: Trying to access array offset on null in /home/httpd/vhosts/wikicanaan.org/httpdocs/wiki/lib/tpl/lisps/main.php on line 58 Warning: Undefined array key "REMOTE_USER" in /home/httpd/vhosts/wikicanaan.org/httpdocs/wiki/lib/tpl/lisps/main.php on line 59 Warning: Undefined array key "REMOTE_USER" in /home/httpd/vhosts/wikicanaan.org/httpdocs/wiki/lib/tpl/lisps/main.php on line 61 Warning: Undefined array key "REMOTE_USER" in /home/httpd/vhosts/wikicanaan.org/httpdocs/wiki/lib/tpl/lisps/main.php on line 63
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| ref:a_lire [2013/04/01 23:43] – effacée admin | ref:a_lire [2013/04/03 21:25] (Version actuelle) – [Dataentry example] admin | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== References ====== | ||
| + | |||
| + | On this page you can define commonly used notes for [[doku> | ||
| + | |||
| + | * Group a number of notes into single data table (// | ||
| + | * Use separate table for each note (//card//). The table should have two columns where the first column is used to specify the field names. | ||
| + | * Define notes using [[wp> | ||
| + | * Store one note per page as [[doku> | ||
| + | |||
| + | For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and '' | ||
| + | |||
| + | |||
| + | ===== Note sheet example ===== | ||
| + | |||
| + | ^ Note name ^ Note text ^ | ||
| + | ^ : | ||
| + | ^ : | ||
| + | ^ : | ||
| + | |||
| + | |||
| + | ===== Note card example ===== | ||
| + | |||
| + | ^ Note name ^ : | ||
| + | ^ Author | ||
| + | ^ Title | The Art of Computer Programming, | ||
| + | ^ Edition | ||
| + | ^ Published | 1997 | | ||
| + | ^ Publisher | Addison-Wesley | | ||
| + | ^ Pages | xiv + 762 pp. | | ||
| + | ^ ISBN | 0-201-89684-2 | | ||
| + | ^ URL | http:// | ||
| + | |||
| + | |||
| + | ===== BibTeX example ===== | ||
| + | |||
| + | <code bibtex> | ||
| + | @Comment{refnotes, | ||
| + | namespace = " | ||
| + | } | ||
| + | |||
| + | @Book{GangOfFour, | ||
| + | author | ||
| + | author-ref = " | ||
| + | title = " | ||
| + | publisher | ||
| + | year = 1994, | ||
| + | address | ||
| + | pages = 395, | ||
| + | isbn = " | ||
| + | url = " | ||
| + | } | ||
| + | |||
| + | @Article{: | ||
| + | author | ||
| + | title = " | ||
| + | journal | ||
| + | volume | ||
| + | year = 1985, | ||
| + | month = " | ||
| + | publisher = " | ||
| + | pages = " | ||
| + | issn = " | ||
| + | url = " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== Dataentry example ===== | ||
| + | |||
| + | The dataentry below is wrapped into ''< | ||
| + | |||
| + | < | ||
| + | ---- dataentry refnotes ---- | ||
| + | note-name : : | ||
| + | authors | ||
| + | title : The Pragmatic Programmer: From Journeyman to Master | ||
| + | published : 1999 | ||
| + | publisher : Addison-Wesley Professional | ||
| + | pages : 352 | ||
| + | isbn : 0-201-61622-X | ||
| + | url : http:// | ||
| + | ---- | ||
| + | </ | ||
| + | |||
| + | |||
| + | <code bibtex> | ||
| + | @book{: | ||
| + | title={Le journal intime d'un chrétien chaotique (âge 37...)}, | ||
| + | author={Plass, | ||
| + | isbn={9782940081080}, | ||
| + | year={1993}, | ||
| + | publisher={Librairie chrétienne Carrefour} | ||
| + | } | ||
| + | |||
| + | </ | ||