Updated README (since abstract will work, at least with default latex).
This commit is contained in:
parent
225bd8d599
commit
02e3b2afca
1 changed files with 3 additions and 8 deletions
11
README
11
README
|
@ -1843,11 +1843,9 @@ equivalent of the markdown in the `abstract` field:
|
|||
<p>This is the abstract.</p>
|
||||
<p>It consists of two paragraphs.</p>
|
||||
|
||||
Note: The example above will not work with the default templates.
|
||||
The `author` variable in the templates expects a simple list or string,
|
||||
and there is no `abstract` variable in most templates. To use these,
|
||||
you would need to use a custom template with appropriate variables.
|
||||
For example:
|
||||
Note: The `author` variable in the default templates expects a simple list or
|
||||
string. To use the structured authors in the example, you would need a
|
||||
custom template. For example:
|
||||
|
||||
$for(author)$
|
||||
$if(author.name)$
|
||||
|
@ -1857,9 +1855,6 @@ For example:
|
|||
$endif$
|
||||
$endfor$
|
||||
|
||||
$if(abstract)$
|
||||
Abstract: $abstract$
|
||||
$endif$
|
||||
|
||||
Backslash escapes
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue