From 49d72444d7223afe8730e1d7fe2ad881cc132b9c Mon Sep 17 00:00:00 2001 From: schrieveslaach Date: Mon, 27 Mar 2017 21:20:27 +0200 Subject: LaTeX reader: add support for LaTeX subfiles package. Closes #3530. --- test/command/sub-file-chapter-1.tex | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/sub-file-chapter-1.tex (limited to 'test/command/sub-file-chapter-1.tex') 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} -- cgit v1.2.3