After I run and typesetting a document with command+R, TM shows me an overview of the appeard errors. At the bottom left of this window, there is a link for previewing the document. Now I have 2 question:
1. How could I achieve that the document is automatically displayed for preview?
2. I instaled the file pdfsync.sty in the following directory: ~/ Library/texmf/tex/latex/pdfsync.sty. In the document I called the packaged with \usepackage{pdfsync}. How do I use pdfsync now?
Thanks Christian
Am 23.12.2006 um 00:36 schrieb Christian Burk:
After I run and typesetting a document with command+R, TM shows me an overview of the appeard errors. At the bottom left of this window, there is a link for previewing the document. Now I have 2 question:
- How could I achieve that the document is automatically displayed
for preview?
- I instaled the file pdfsync.sty in the following directory: ~/
Library/texmf/tex/latex/pdfsync.sty. In the document I called the packaged with \usepackage{pdfsync}. How do I use pdfsync now?
EDIT Now it nearly works. I can jump from the pdf to the source code. But how could I jump from the code to the corresponding position in the pdf on pdfview?
When I do a run with the document, the opened warning an derror window shows me at the bottom no link for previewing but the following: "Error locating external viewer: /Applications/LaTeX/PDFView"
How could I solve this issue?
Thanks Christian
On Dec 23, 2006, at 3:38 AM, Christian Burk wrote:
Now it nearly works. I can jump from the pdf to the source code. But how could I jump from the code to the corresponding position in the pdf on pdfview?
Use the "Show in PDF Viewer" command ( I guess this is only available in the subversion version of the bundle. Or you can create the command described in the PDFView home page. )
When I do a run with the document, the opened warning an derror window shows me at the bottom no link for previewing but the following: "Error locating external viewer: /Applications/LaTeX/PDFView"
How could I solve this issue?
The value of the variable TM_LATEX_VIEWER should be PDFView, not / Applications/LaTeX/PDFView. Have you by any chance used the longer version?
Haris
Am 23.12.2006 um 04:33 schrieb Charilaos Skiadas:
On Dec 23, 2006, at 3:38 AM, Christian Burk wrote:
Now it nearly works. I can jump from the pdf to the source code. But how could I jump from the code to the corresponding position in the pdf on pdfview?
Use the "Show in PDF Viewer" command ( I guess this is only available in the subversion version of the bundle. Or you can create the command described in the PDFView home page. )
I already created that command descriped here. But it only works if you start from the main.tex-file and not from one of the files integrated with the include command.
When I do a run with the document, the opened warning an derror window shows me at the bottom no link for previewing but the following: "Error locating external viewer: /Applications/LaTeX/PDFView"
How could I solve this issue?
The value of the variable TM_LATEX_VIEWER should be PDFView, not / Applications/LaTeX/PDFView.
Now it works and after typesetting the document it jumps straight pdfview.
Christian
On Dec 23, 2006, at 2:19 PM, Christian Burk wrote:
Use the "Show in PDF Viewer" command ( I guess this is only available in the subversion version of the bundle. Or you can create the command described in the PDFView home page. )
I already created that command descriped here. But it only works if you start from the main.tex-file and not from one of the files integrated with the include command.
Yes, Andrea hasn't fixed that part yet. But he is working on it.
Haris
Am 23.12.2006 um 13:58 schrieb Charilaos Skiadas:
On Dec 23, 2006, at 2:19 PM, Christian Burk wrote:
Use the "Show in PDF Viewer" command ( I guess this is only available in the subversion version of the bundle. Or you can create the command described in the PDFView home page. )
I already created that command descriped here. But it only works if you start from the main.tex-file and not from one of the files integrated with the include command.
Yes, Andrea hasn't fixed that part yet. But he is working on it.
Ok, I will have a lock at this...
Christian