1
0
Fork 0

Fix bug #57330: In Beamer export to Pdf or Ps the citation is not generated correctly

This commit is contained in:
Joris van der Hoeven 2020-10-30 14:37:39 +00:00
parent 53e8f55242
commit 41baa803d3
1 changed files with 64 additions and 0 deletions

View File

@ -6666,6 +6666,70 @@ source code.
<scm|int>.
</explain>
<\explain>
<scm|(get-reference <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|get_ref> which returns
<scm|tree>.
</explain>
<\explain>
<scm|(set-reference <scm-arg|string> <scm-arg|content>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|set_ref> which returns
<scm|void>.
</explain>
<\explain>
<scm|(reset-reference <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|reset_ref> which returns
<scm|void>.
</explain>
<\explain>
<scm|(list-references)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|list_refs> which returns
<scm|array_string>.
</explain>
<\explain>
<scm|(get-auxiliary <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|get_aux> which returns
<scm|tree>.
</explain>
<\explain>
<scm|(set-auxiliary <scm-arg|string> <scm-arg|content>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|set_aux> which returns
<scm|void>.
</explain>
<\explain>
<scm|(reset-auxiliary <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|reset_aux> which returns
<scm|void>.
</explain>
<\explain>
<scm|(list-auxiliaries)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|list_auxs> which returns
<scm|array_string>.
</explain>
<\explain>
<scm|(get-attachment <scm-arg|string>)>
<explain-synopsis|no synopsis>