aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawnptdo_29LsbUxftV55P932hRZccivCtl0 <Matthias@web>2011-11-02 18:06:04 -0400
committeradmin <admin@branchable.com>2011-11-02 18:06:04 -0400
commitf5f96e87528b01b4cbef907867e653cf4caf6faf (patch)
treefebc2bf4a22271f86405e4275926906eb3794afd
parentc107a369426212ac2273fd7031630f6f6a8071dd (diff)
downloadikiwiki-f5f96e87528b01b4cbef907867e653cf4caf6faf.tar
ikiwiki-f5f96e87528b01b4cbef907867e653cf4caf6faf.tar.gz
-rw-r--r--doc/plugins/contrib/bibtex.mdwn34
1 files changed, 24 insertions, 10 deletions
diff --git a/doc/plugins/contrib/bibtex.mdwn b/doc/plugins/contrib/bibtex.mdwn
index 481b72c8e..76b738864 100644
--- a/doc/plugins/contrib/bibtex.mdwn
+++ b/doc/plugins/contrib/bibtex.mdwn
@@ -2,6 +2,10 @@
# bibtex for ikiwiki #
+(get me at [github]!)
+
+[github]: https://github.com/ihrke/iki-bibtex
+
This [ikiwiki]-plugin provides a
[[!bibtex ]]
@@ -9,17 +13,21 @@ This [ikiwiki]-plugin provides a
directive for [ikiwiki].
So far, it can display a raw or formatted bibtex-entry from a
-bibtex-file (either checked into ikiwiki, or not).
+bibtex-file (either checked into ikiwiki, or not) and display a
+list of all bibtex-keys used on a key.
[ikiwiki]: http://ikiwiki.info/
-Get it at [github].
-
-[github]: https://github.com/ihrke/iki-bibtex
-
Features:
+* three different output formats for citations:
+ + cite - Author (year)
+ + citation - Author1, Author2 (year): **Title.** *Journal*
+ vol(num). pp.
+ + raw - raw bibtex-entry preformatted
* supports websetup
+* bibliography
+
## Requirements ##
@@ -34,12 +42,18 @@ format (authors (year): journal. volume (number), pages.).
[[!bibtex file="mybib.bib" key="key1" format="citation"]]
-Combine with toggle-plugin to optionally display the raw bibtex
-(the extra \ in the toggle-directive is because it is expanded if it is not there)
+Combine with toggle-plugin to optionally display the raw bibtex
- [[!bibtex key="Ihrke2011"]] [\[!toggle id="bibtexentry" text="(entry)"]]
- [\[!toggleable id="bibtexentry" text="""
+ [[!bibtex key="Ihrke2011"]] [[!toggle id="bibtexentry" text="(entry)"]]
+ [[!toggleable id="bibtexentry" text="""
[[!bibtex key="Ihrke2011" format="raw"]]
- [\[!toggle id="bibtexentry" text="(hide)"]]
+ [[!toggle id="bibtexentry" text="(hide)"]]
"""]]
+Add a bibliography that includes all bibtex-directives from that page
+
+
+ ## Bibliography ##
+ [[!bibtex_bibliography ]]
+
+ ----