aboutsummaryrefslogtreecommitdiff
path: root/test/command/sub-file-chapter-1.tex
diff options
context:
space:
mode:
authorschrieveslaach <schrieveslaach@online.de>2017-03-27 21:20:27 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-27 21:20:27 +0200
commit49d72444d7223afe8730e1d7fe2ad881cc132b9c (patch)
tree23a4688a01be0c844c9322f7190f0158a4234ed2 /test/command/sub-file-chapter-1.tex
parente3472f0df545e37344deff87d7ba1197e651ae8d (diff)
downloadpandoc-49d72444d7223afe8730e1d7fe2ad881cc132b9c.tar.gz
LaTeX reader: add support for LaTeX subfiles package.
Closes #3530.
Diffstat (limited to 'test/command/sub-file-chapter-1.tex')
-rw-r--r--test/command/sub-file-chapter-1.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/sub-file-chapter-1.tex b/test/command/sub-file-chapter-1.tex
new file mode 100644
index 000000000..9b3f38f58
--- /dev/null
+++ b/test/command/sub-file-chapter-1.tex
@@ -0,0 +1,8 @@
+\documentclass[main.tex]{subfiles}
+\begin{document}
+
+\section{Chapter 1}
+
+This is Chapter 1, provided in a sub file.
+
+\end{document}