Ah, I suppose the problem is partially solved now. I can make the same document and use dvips with -pp option to specify which pages should be converted to PS to get separate PS files. And then convert the resulting PS files to PDF.
The disadvantage is that \maketitle in doc2.tex doesn't seem to ...
Search found 3 matches
- Tue Apr 22, 2008 3:46 pm
- Forum: General
- Topic: Cross-referencing files
- Replies: 3
- Views: 2132
- Tue Apr 22, 2008 2:44 pm
- Forum: General
- Topic: Cross-referencing files
- Replies: 3
- Views: 2132
Re: Cross-referencing files
The problem is that I want each of them to result in two independent PDF files. If you have a way for both of them to be the subsidiary of the same file and compile into two independent PDFs (say, by toggling a flag) and not result in any broken cross-references, then that would be just as good.
- Tue Apr 22, 2008 7:22 am
- Forum: General
- Topic: Cross-referencing files
- Replies: 3
- Views: 2132
Cross-referencing files
Say I have two documents doc1.tex and doc2.tex and they are complementary. I want each document to be able to refer to the other documents figures/equations by label. For example, doc1.tex has
\begin{figure}
...
\label{fig:fig1}
\end{figure}
I want doc2.tex to be able to use
...(see Figure ...
\begin{figure}
...
\label{fig:fig1}
\end{figure}
I want doc2.tex to be able to use
...(see Figure ...