Removed Backslashs

This commit is contained in:
Homer S. 2022-01-25 00:29:55 +01:00
parent e49b40d33c
commit 6033eadec5
1 changed files with 14 additions and 14 deletions

View File

@ -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.