Biblio - fixed author-in-text citations so they don't double.
This commit is contained in:
parent
e95e6f3664
commit
1af2ebce43
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ processCite s cs (Cite t _) =
|
|||
then [Cite t $ renderPandoc s [x] ++
|
||||
if null xs
|
||||
then []
|
||||
else [Space, Cite t $ renderPandoc s xs]]
|
||||
else Space : renderPandoc s xs]
|
||||
else [Cite t $ renderPandoc s (x:xs)]
|
||||
_ -> [Str ("Error processing " ++ show t)]
|
||||
processCite _ _ x = [x]
|
||||
|
|
Loading…
Add table
Reference in a new issue