Skip to content
Snippets Groups Projects
Commit 18b0a4c0 authored by tuhe's avatar tuhe
Browse files

Fixed test suite

parent 23f6aadb
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ def fix_citations(lines, references, strict=True, file=None):
return lines
def fix_aux_special(lines, aux, command='\\nref', output='\cite[%s]{my_bibtex_entry}'):
def fix_aux_special(lines, aux, command='\\nref', output='\\cite[%s]{my_bibtex_entry}'):
# out = output %
daux = {name: {'nicelabel': output % v['nicelabel'] } for name, v in aux.items()}
l2 = fix_single_reference(lines, aux=daux, cmd=command, strict=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment