``` % pandoc -f latex -t native \subfile{command/sub-file-chapter-1} \subfile{command/sub-file-chapter-2} ^D [ Header 1 ( "chapter-1" , [] , [] ) [ Str "Chapter 1" ] , Para [ Str "This is Chapter 1, provided in a sub file." ] , Header 1 ( "chapter-2" , [] , [] ) [ Str "Chapter 2" ] , Para [ Str "This is Chapter 2, provided in a second sub file." ] ] ``` ``` % pandoc -flatex+raw_tex -t native \subfile{command/sub-file-chapter-1} \subfile{command/sub-file-chapter-2} ^D [ RawBlock (Format "latex") "\\subfile{command/sub-file-chapter-1}" , RawBlock (Format "latex") "\\subfile{command/sub-file-chapter-2}" ] ```