reference:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
reference:start [Thursday, June 08, 2023 12:16 PM] – Nathan C. McGuire | reference:start [Friday, April 05, 2024 12:23 PM] (current) – removed Nathan C. McGuire | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Reference Library ====== | ||
- | ~~hide-parts hero~~ | ||
- | |||
- | In this namespace 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:// | ||
- | ---- | ||
- | </ | ||
reference/start.1686244591.txt.gz · Last modified: Thursday, June 08, 2023 12:16 PM by Nathan C. McGuire