I have the following profile:
1. In preprocessor I'm creating a tmp folder under my project folder.
2. All the compiled files (including the pdf file) are complied into the tmp folder.
3. My viewer parameters are:
exe path:
Code: Select all
D:\GoogleDrive\Programs\SumatraPDF\SumatraPDF.exe -inverse-search "\"C:\Program Files\TeXnicCenter\TeXnicCenter.exe\" /ddecmd \"[goto('%f','%l')]\""
Code: Select all
"%dm\tmp\%tm.pdf"
Code: Select all
[ForwardSearch("%dm\tmp\%tm.pdf","%pc",%l,0,0,1)]
Code: Select all
[goto('"%n"','%l')]
Code: Select all
[goto('%n','%l')]
Any ideas how to do that?