Changes between Version 2 and Version 3 of v01


Ignore:
Timestamp:
Mar 28, 2010, 10:31:56 AM (14 years ago)
Author:
Roman Mohr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • v01

    v2 v3  
    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 }}}
    9 To always use the newest version of the file bib.bib at the root of a svn repository:
    10 {{{
    11 [[BibAdd(bib.bib,head)]]
    12 }}}
    13 And 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 }}}
    38 
    39 == Requirements ==
    40 
    41 This plugin needs the [http://pybliographer.org/ python-bibtex] package:
    42 === Gentoo ===
    43 {{{
    44 emerge python-bibtex
    45 }}}
    46 === Debian/Ubuntu ===
    47 {{{
    48 apt-get install python-bibtex
    49 }}}
    50 
    51 === Source ===
    52  The source code is available on [https://sourceforge.net/project/showfiles.php?group_id=4825 Sourceforge].