Here is how my so complicated document looks like :
Code: Select all
\documentclass[a4paper,11pt]{article}
\begin{document}
Long part I
Long part II
\end{document}
- be created a .dvi or .pdf file that contains only part I.
- be created another .dvi or .pdf file that contains both part I and II.
- this process is fast, cause I will compile several times.
Anyone has any idea how to manage that ?
I precise that I use Kile on Linux, which lets me set up custom terminal-like compile commands.