2020-11-20 22:39:00 +01:00
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
\cite[„Aber“]{key}
|
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ Para
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Cite
|
|
|
|
[ Citation
|
|
|
|
{ citationId = "key"
|
|
|
|
, citationPrefix = []
|
|
|
|
, citationSuffix = [ Str "\8222Aber\8220" ]
|
|
|
|
, citationMode = NormalCitation
|
|
|
|
, citationNoteNum = 0
|
|
|
|
, citationHash = 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
[ RawInline (Format "latex") "\\cite[\8222Aber\8220]{key}" ]
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
|
|
|
]
|
2020-11-20 22:39:00 +01:00
|
|
|
```
|