summaryrefslogtreecommitdiff
path: root/test/command/sub-file-chapter-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/sub-file-chapter-2.tex')
-rw-r--r--test/command/sub-file-chapter-2.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/sub-file-chapter-2.tex b/test/command/sub-file-chapter-2.tex
new file mode 100644
index 000000000..88e8a0ecc
--- /dev/null
+++ b/test/command/sub-file-chapter-2.tex
@@ -0,0 +1,8 @@
+\documentclass[main.tex]{subfiles}
+\begin{document}
+
+\section{Chapter 2}
+
+This is Chapter 2, provided in a second sub file.
+
+\end{document}