diff --git a/README.md b/README.md index b1863ba..68a4fc4 100644 --- a/README.md +++ b/README.md @@ -69,24 +69,24 @@ Of course you can also use citation\_entry without a loop and put any id of your Alternatively to the pybtex methods you can use the following **jinja_env globals**: - citation\_authors\_short(entry) - citation\_authors\_full(entry) - citation\_editors\_short(entry) - citation\_editors\_full(entry) - citation\_pubYear(entry) - citation\_edition(entry) - citation\_publisher(entry) - citation\_title(entry) - citation\_url(entry) - citation\_issbn(entry) - citation\_pages(entry) - citation\_note(entry) + citation_authors_short(entry) + citation_authors_full(entry) + citation_editors_short(entry) + citation_editors_full(entry) + citation_pubYear(entry) + citation_edition(entry) + citation_publisher(entry) + citation_title(entry) + citation_url(entry) + citation_issbn(entry) + citation_pages(entry) + citation_note(entry) ### In-text Cites To cite a certain entry in your texts you can use the **jinja_env globals**: - citation\_full\_cite(id, link="") - citation\_full\_citeNP(id, link="") + citation_full_cite(id, link="") + citation_full_citeNP(id, link="") Both methods create a complete hyperlink inside your text for the entry with _id_. You may give it any url to the _link_ parameter to e.g. link it to your bibliography page. The NP in the second stands for _No Parantheses_. So you'll receive e.g.