From your initial post it looks like you have 64bit windows?
Since sumatra and texniccenter will both be 32 bit you should try:
C:\Program Files (x86)\SumatraPDF\SumatraPDF.exe -inverse-search "\"C:\Program Files (x86)\TeXnicCenter\TeXnicCenter.exe\" /ddecmd \"[goto('%f','%l')]\""
Or something ...
Search found 9 matches
- Fri Oct 22, 2010 12:32 pm
- Forum: General
- Topic: Error When Trying to Show Output
- Replies: 25
- Views: 15996
- Thu Oct 14, 2010 11:22 am
- Forum: Viewers for PDF, PS, and DVI
- Topic: Opening compiled document at specific point
- Replies: 2
- Views: 5062
Re: Opening compiled document at specific point
I have since installed sumatraPDF and it's working a charm. I followed the tutorials on the links you posted but I can't get texniccenter to go to the point when I double click it in sumatra. I think this is because the full path to my tex document has spaces in it (...my documents/my dropbox ...
- Wed Oct 13, 2010 9:35 am
- Forum: Viewers for PDF, PS, and DVI
- Topic: Opening compiled document at specific point
- Replies: 2
- Views: 5062
Opening compiled document at specific point
Hi all,
I wasn't sure whether to put this in here or in the text editor section but anyway:
Like many I use the 'compile and view' feature of my text editor (TeXnicCenter) to compile and view my document in acrobat professional (straight to pdf). If I'm working on typesetting something difficult I ...
I wasn't sure whether to put this in here or in the text editor section but anyway:
Like many I use the 'compile and view' feature of my text editor (TeXnicCenter) to compile and view my document in acrobat professional (straight to pdf). If I'm working on typesetting something difficult I ...
- Wed Sep 08, 2010 3:15 pm
- Forum: Page Layout
- Topic: includepdf TOC numbers
- Replies: 2
- Views: 7535
includepdf TOC numbers
Ahh, I solved it. I'm not sure why it works (maybe someone could enlighten me) but if I change the includepdf option from:
\includepdf[addtotoc={1,subsection,3,Letter to the Dean,letter}]{./sections/deanletter.pdf}
to:
\includepdf[addtotoc={1,section,1,Letter to the Dean,letter}]{./sections ...
\includepdf[addtotoc={1,subsection,3,Letter to the Dean,letter}]{./sections/deanletter.pdf}
to:
\includepdf[addtotoc={1,section,1,Letter to the Dean,letter}]{./sections ...
- Wed Sep 08, 2010 7:32 am
- Forum: Page Layout
- Topic: includepdf TOC numbers
- Replies: 2
- Views: 7535
includepdf TOC numbers
After the titlepage of my report I want to have three pages before the contents page (letter, abstract, acknowledgements) with page numbers i, ii, iii. The letter page is a pdf included with \includepdf. I want the contents page to include all these sections (with their appropriate page numbers) but ...
- Fri Sep 03, 2010 8:05 am
- Forum: Document Classes
- Topic: \input letter
- Replies: 3
- Views: 1920
Re: \input letter
Ok thanks. I did think about doing it that way, just wondered if it was possible to include it without pre-compiling.
Cheers.
Cheers.
- Thu Sep 02, 2010 4:42 pm
- Forum: Document Classes
- Topic: \input letter
- Replies: 3
- Views: 1920
\input letter
Is it possible to use \input{filename} when you want filename.tex to be treated as as different document class? Specifically, what I want is to include a letter as a page in my report.
- Thu Jul 22, 2010 10:26 am
- Forum: Text Formatting
- Topic: text justify within description environment
- Replies: 2
- Views: 3324
Re: text justify within description environment
Hi Stefan,
Thanks for the welcome and the reply. In starting to create a MWE I realised the problem. I was using a document template someone else had set up and I failed to see the \raggedright command hidden in the preamble. Removing this fixed the problem and didn't introduce any for my document ...
Thanks for the welcome and the reply. In starting to create a MWE I realised the problem. I was using a document template someone else had set up and I failed to see the \raggedright command hidden in the preamble. Removing this fixed the problem and didn't introduce any for my document ...
- Tue Jul 20, 2010 10:09 am
- Forum: Text Formatting
- Topic: text justify within description environment
- Replies: 2
- Views: 3324
text justify within description environment
When using the description environment the paragraph text (after the item heading) is flushleft but raggedright. I want it to be fully justified (right and left). If I put the text in flushright environment the left side becomes jagged and including both flushright and flushleft does not work.
How ...
How ...