Changes between Initial Version and Version 1 of v01


Ignore:
Timestamp:
Jun 20, 2009, 11:25:10 AM (15 years ago)
Author:
Roman Mohr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • v01

    v1 v1  
     1== Tracbib - Version 0.1 ==
     2
     3=== Load a !BibTex File ===
     4
     5==== Loading from a repository: ====
     6{{{
     7[[BibAdd(path/to/bib.bib,<revision>)]]
     8}}}
     9To always use the newest version of the file bib.bib at the root of a svn repository:
     10{{{
     11[[BibAdd(bib.bib,head)]]
     12}}}
     13And for a git repository:
     14{{{
     15[[BibAdd(bib.bib,master)]]
     16}}}
     17
     18==== Loading from an attachment: ====
     19{{{
     20[[BibAdd(bib.bib)]]
     21}}}
     22
     23
     24=== Cite an article ===
     25{{{
     26[[BibCite(key)]]
     27}}}
     28
     29=== Add an article without citation ===
     30{{{
     31[[BibNoCite(key)]]
     32}}}
     33
     34=== Inserting the bibliography ===
     35{{{
     36[[BibRef]]
     37}}}