diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-10 19:41:39 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-10 19:41:39 -0700 |
commit | 434909799033af7141201860292e684e83f5f8d8 (patch) | |
tree | c26ed6a7c150614d4ea84ee22f43cc124e01eb86 /tests | |
parent | 31435ad3f50ed4c3ab8dcb3bceb40a25846db45e (diff) | |
download | pandoc-434909799033af7141201860292e684e83f5f8d8.tar.gz |
LaTeX reader: Better support for citation commands.
* Make `\cite` etc. an AuthorInText.
* Make `\footcite` etc. into citations in notes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/latex-reader.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/latex-reader.native b/tests/latex-reader.native index b7cf39bc3..67a4e9011 100644 --- a/tests/latex-reader.native +++ b/tests/latex-reader.native @@ -260,7 +260,7 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite"], docA ,HorizontalRule ,Header 1 [Str "LaTeX"] ,BulletList - [[Para [Cite [Citation {citationId = "smith.1899", citationPrefix = [], citationSuffix = [Str ",",Space,Str "22-23"], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 0}] [RawInline "latex" "\\cite[22-23]{smith.1899}"]]] + [[Para [Cite [Citation {citationId = "smith.1899", citationPrefix = [], citationSuffix = [Str ",",Space,Str "22-23"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 0}] [RawInline "latex" "\\cite[22-23]{smith.1899}"]]] ,[Para [RawInline "latex" "\\doublespacing"]] ,[Para [Math InlineMath "2+2=4"]] ,[Para [Math InlineMath "x \\in y"]] |