Removed Backslashs
This commit is contained in:
parent
e49b40d33c
commit
6033eadec5
28
README.md
28
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**:
|
Alternatively to the pybtex methods you can use the following **jinja_env globals**:
|
||||||
|
|
||||||
citation\_authors\_short(entry)
|
citation_authors_short(entry)
|
||||||
citation\_authors\_full(entry)
|
citation_authors_full(entry)
|
||||||
citation\_editors\_short(entry)
|
citation_editors_short(entry)
|
||||||
citation\_editors\_full(entry)
|
citation_editors_full(entry)
|
||||||
citation\_pubYear(entry)
|
citation_pubYear(entry)
|
||||||
citation\_edition(entry)
|
citation_edition(entry)
|
||||||
citation\_publisher(entry)
|
citation_publisher(entry)
|
||||||
citation\_title(entry)
|
citation_title(entry)
|
||||||
citation\_url(entry)
|
citation_url(entry)
|
||||||
citation\_issbn(entry)
|
citation_issbn(entry)
|
||||||
citation\_pages(entry)
|
citation_pages(entry)
|
||||||
citation\_note(entry)
|
citation_note(entry)
|
||||||
|
|
||||||
### In-text Cites
|
### In-text Cites
|
||||||
To cite a certain entry in your texts you can use the **jinja_env globals**:
|
To cite a certain entry in your texts you can use the **jinja_env globals**:
|
||||||
|
|
||||||
citation\_full\_cite(id, link="")
|
citation_full_cite(id, link="")
|
||||||
citation\_full\_citeNP(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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue