差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
refnotes:math [2024/06/03 13:29] – 创建 oakfire | refnotes:math [2024/06/03 13:48] (当前版本) – [表] oakfire | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== | + | ====== |
- | On this page you can define commonly used notes for [[doku> | + | ^ Note name ^ Note text ^ |
+ | ^ :math: | ||
+ | ^ : | ||
+ | ^ :ref: | ||
+ | | : | ||
+ | | : | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
- | * 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:// | ||
- | ---- | ||
- | </ | ||