File: second.tex

package info (click to toggle)
whizzytex 1.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,536 kB
  • sloc: lisp: 3,668; sh: 1,768; makefile: 227
file content (25 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
%; whizzy-master main.tex

\documentclass[main.tex]{subfiles}
\begin{document}

\section {Another one, from the second slave}


\subsection {This is the second slave}

This is a test with multiple files.


If I edit the slave, it still works.

The master file is \verb"main.tex"

\section {Another slice in the slave}

The slave will only show its own slice and even 

\section {Another slice in the slave}


\end{document}