Skip to content

Commit 9ab2666

Browse files
authored
Rename get_latex function
1 parent 77fb683 commit 9ab2666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ <h4>Functions</h4>
403403
<li>declare(key: string, value: string, args: object): void [this function allows user-edited pages to pass information to templates]</li>
404404
<li>escape_latex(text: string): string [escapes LaTeX special characters]</li>
405405
<li>format_date(dateStr: string, options: object): string [formats dates in a human-readable format]</li>
406+
<li>gen_latex(markdown: string, footnotes: array[array[string]], options: object): string [converts Markdown to LaTeX]</li>
406407
<li>get_authors(ref: object): array[string] [returns the authors in a reference object]</li>
407-
<li>get_latex(markdown: string, footnotes: array[array[string]], options: object): string [converts Markdown to LaTeX]</li>
408408
<li>get_py(ref: object): string [returns the publication year in a reference object]</li>
409409
<li>get_tags(ref: object, tags: array): array[array] [it receives an array with the desired tags (note: this array may contain arrays with tags that function as synonyms. For example: [["VL", "VO", "T3"], "IS", "SP"]. If "VL" is found, the function will not search for the other tags within the internal array. The function returns an array with an array for each tag found. In this array, there are three elements (the tag itself, a label for the tag and the value found)]</li>
410410
<li>get_title(ref: object): string [returns the title in a reference object]</li>

0 commit comments

Comments
 (0)