[Insight-users] Re: a problem to download the latex t empl ate for InsightJournal

Luis Ibanez luis.ibanez at kitware.com
Fri Aug 11 15:30:22 EDT 2006


Hi Kurt,

It seems that you are doing this from Cygwin...

Please try the following


Remove lines 46 to 56 (inclusive) and line 66.

After the removal, the command:

        svn diff ArticleExample.tex

should show you this:


-\newif\ifpdf
-\ifx\pdfoutput\undefined
-  \pdffalse
-\else
-  \pdfoutput=1
-  \pdftrue
-\fi
-
-
-\ifpdf
-\else
    %
    % Commands for including Graphics when using latex
    %
@@ -63,7 +52,6 @@
    \DeclareGraphicsRule{.tiff}{eps}{.tiff.bb}{`convert #1 eps:-}
    \DeclareGraphicsRule{.bmp}{eps}{.bmp.bb}{`convert #1 eps:-}
    \DeclareGraphicsRule{.png}{eps}{.png.bb}{`convert #1 eps:-}
-\fi



Those lines where there for dealing with pdflatex.
Then seem to be problematic with the Latex installation
in Cygwin.



Once you remove those line, you can type "make" and the
PDF file should build.



   Please let us know if that works for you



     Thanks


       Luis



------------
kurt wrote:
> Hi guys,
> 
> Thanks a lot for your reply.
> 
> Luis,
> 
> I svn checkouted the template, use "make" to run the Makefile, but I 
> still cann't get the figure in the pdf.
> 
> I enclosed the log file.
> 
> Thanks a lot!
> 
> Regards
> Kurt
> 



More information about the Insight-users mailing list