Thanks a lot Karl,
That new .sh file works like a charm. I'll also dig the ifthen part.
Search found 3 matches
- Thu May 22, 2014 7:19 pm
- Forum: General
- Topic: Double/partial compilation, create two files at once
- Replies: 4
- Views: 4409
- Thu May 08, 2014 4:18 pm
- Forum: General
- Topic: Double/partial compilation, create two files at once
- Replies: 4
- Views: 4409
Re: Double/partial compilation, create two files at once
Thanks for your help kaiserkarl13.
This works pretty well, even though I dont understand everything !
Now isn't there a way not to use \include ? I'd like to avoid having to put my part I and II in different files, it screws up my organization.
Something like telling latex to compile :
1) only ...
This works pretty well, even though I dont understand everything !
Now isn't there a way not to use \include ? I'd like to avoid having to put my part I and II in different files, it screws up my organization.
Something like telling latex to compile :
1) only ...
- Tue May 06, 2014 4:51 pm
- Forum: General
- Topic: Double/partial compilation, create two files at once
- Replies: 4
- Views: 4409
Double/partial compilation, create two files at once
Hello all,
Here is how my so complicated document looks like :
\documentclass[a4paper,11pt]{article}
\begin{document}
Long part I
Long part II
\end{document}
I would like to "double/partial" compile this document such that :
- be created a .dvi or .pdf file that contains only part I ...
Here is how my so complicated document looks like :
\documentclass[a4paper,11pt]{article}
\begin{document}
Long part I
Long part II
\end{document}
I would like to "double/partial" compile this document such that :
- be created a .dvi or .pdf file that contains only part I ...