Bibtex: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
==Embedding bibtex==
==Embedding bibtex==
The installed Exhibit extension understands bibtex format so can allow you to create easily searchable bibliographies using sites like [http://citeulike.org citeulike]. For example, look at [[Synthetic Biology:Articles]] which is dynamically updated from the citeulike based on articles tagged with syntheticbiology.
The installed Exhibit extension understands bibtex format so can allow you to create easily searchable bibliographies using sites like [http://citeulike.org citeulike]. For example, look at [[Synthetic Biology:Articles]] which is dynamically updated from the citeulike based on articles tagged with syntheticbiology.
To use, all you need to do is:
<pre>
{{exhibit bibtex}}
<bibtex file="http://citeulike.org/bibtex/tag/whatever"></bibtex>
</pre>
The formatting of each article line is entirely customizable. See the [[Template:Exhibit_bibtex|template]] and read the documentation for [http://simile.mit.edu/wiki/Exhibit Exhibit]


==LaTeXdoc==
==LaTeXdoc==
These bibtex style files are meant to be used with LaTeXdoc for collaborating on entire LaTeX documents on the wiki.
These bibtex style files are meant to be used with LaTeXdoc for collaborating on entire LaTeX documents on the wiki.
* [[/plainurl.bst/]]: add url support to standard 'plain' bibtex style
* [[/plainurl.bst/]]: add url support to standard 'plain' bibtex style

Latest revision as of 16:58, 10 September 2007

Embedding bibtex

The installed Exhibit extension understands bibtex format so can allow you to create easily searchable bibliographies using sites like citeulike. For example, look at Synthetic Biology:Articles which is dynamically updated from the citeulike based on articles tagged with syntheticbiology.

To use, all you need to do is:

{{exhibit bibtex}}
<bibtex file="http://citeulike.org/bibtex/tag/whatever"></bibtex>

The formatting of each article line is entirely customizable. See the template and read the documentation for Exhibit

LaTeXdoc

These bibtex style files are meant to be used with LaTeXdoc for collaborating on entire LaTeX documents on the wiki.