Prise en compte du bug dans Pandoc pour affichage de la forme longue dans la bibliographie
This commit is contained in:
4
Utilitaires/corrections-bugs-pandoc-citeproc.sh
Executable file
4
Utilitaires/corrections-bugs-pandoc-citeproc.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://github.com/jgm/citeproc/issues/99
|
||||
sed 's/{"t":"Str","c":"|"},{"t":"SmallCaps","c":\[{"t":"Str","c":"Long"}\]}/{"t":"Str","c":"|"},{"t":"SmallCaps","c":[{"t":"Str","c":"Auteur avec un nom long"}]}/' -
|
Reference in New Issue
Block a user