[Insight-users] Re: [Insight-developers] Insight Journal Submission : TEMPLATE

Gaetan Lehmann gaetan.lehmann at jouy.inra.fr
Mon Dec 19 14:13:13 EST 2005


On Monday 19 December 2005 18:20, you wrote:
> Hi Gaetan,
>
> Thanks for pointing this out.
>
> It seems that there is a difference between your configuration
> and ours, since we don't have any problem with the pdfinfo tags.
>
> Here is what we are using:
>
>
>     Debian Linux
>

Mandriva Linux

>   uname -a  =
>      Linux zion 2.4.27-2-686-smp #1
>      SMP Mon May 16 16:55:31 JST 2005 i686 GNU/Linux

[gaetan at hop ~]$ uname -a
Linux hop.gleh.dyndns.org 2.6.12-12mdk #1 Fri Sep 9 17:26:56 CEST 2005 x86_64 
AMD Athlon(tm) 64 Processor 2800+ unknown GNU/Linux

>
>   dvips --version  = dvips(k) 5.92b,  kpathsea version 3.4.5

[gaetan at hop ~]$ dvips --version
dvips(k) 5.95a
kpathsea version 3.5.4

>   latex --version  = e-TeX (Web2C 7.4.5) 3.14159-2.1

[gaetan at hop ~]$ latex --version
pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4)
kpathsea version 3.5.4

>   bibtex --version = BibTeX (Web2C 7.4.5) 0.99c

[gaetan at hop ~]$ bibtex --version
BibTeX 0.99c (Web2C 7.5.4)
kpathsea version 3.5.4

>   gs --version     = 8.15

[gaetan at hop ~]$ gs --version
8.15.1

>
>
>
> Please let us know if you find any hint on what
> the difference may come from.
>

I'm a full beginner in latex. All what I can do, is report problem and give 
the info asked to me 

>
>
>     Thanks
>
>
>       Luis
>
>
>
> -------------------------
>
> Gaetan Lehmann wrote:
> > On Saturday 17 December 2005 19:27, you wrote:
> >>Hi Gaetan,
> >>
> >>Are you using the Makefile ?
> >>What command are you using ?
> >>
> >>
> >>It should be enough to just type "make"...
> >
> > I just run make.
> >
> >
> > I have fixed the problem by commenting the corresponding code in
> > InsightArticle.cls (see patch below).
> > Fore sure the patch also disable a feature.
> >
> > I also had to use
> >
> >  \bibliography{InsightJournal}
> >
> > instead of
> >
> >  \bibliography{Insight}
> >
> > to build the article.
> >
> >
> > Finally, I have modified the Makefile to convert image to eps (the
> > commands were stollen from http://www.wlug.org.nz/LatexMakefiles)
> > Here is the modified Makefile:
> > http://voxel.jouy.inra.fr/darcs/contrib-itk/template/article/Makefile
> >
> > Gaetan
> >
> > *** InsightJournal/SubmissionTemplate/Document/LaTeX/InsightArticle.cls
> > 2005-12-17 21:38:19.000000000 +0100
> > --- /home/gaetan/src/template/article/InsightArticle.cls       
> > 2005-12-16 23:32:41.000000000 +0100
> > ***************
> > *** 92,101 ****
> >       % changes \\ to ', ' (comma-space), making it pass muster for
> >       % generating document info in the PDF file.
> >       \def\\{, }
> > !     \pdfinfo{
> > !       /Author (\@author)
> > !       /Title (\@title)
> > !     }
> >     }}
> >     \begin{flushright}
> >       {\rm\Huge\itk at HeaderFamily \@title} \par
> > --- 92,101 ----
> >       % changes \\ to ', ' (comma-space), making it pass muster for
> >       % generating document info in the PDF file.
> >       \def\\{, }
> > ! %     \pdfinfo{
> > ! %       /Author (\@author)
> > ! %       /Title (\@title)
> > ! %     }
> >     }}
> >     \begin{flushright}
> >       {\rm\Huge\itk at HeaderFamily \@title} \par
> >
> >>Please let us know
> >>
> >>
> >>  Thanks
> >>
> >>
> >>    Luis
> >>
> >>
> >>----------------------
> >>
> >>Gaetan Lehmann wrote:
> >>>Hi Luis,
> >>>
> >>>I can't build the example article. I get the following error message:
> >>>
> >>>pdfTeX error (ext1): \pdfinfo used while \pdfoutput is not set.
> >>><argument> { \def \\{, } \pdfinfo
> >>>                                  { /Author (\@author ) /Title (\@title
> >>> ) } } l.42 \maketitle
> >>>
> >>>I have missed something ?
> >>>
> >>>Gaetan
> >>>
> >>>On Friday 16 December 2005 17:48, Luis Ibanez wrote:
> >>>>Hi Hans,
> >>>>
> >>>>A Template for an Insight Journal submission is
> >>>>available in the Wiki page:
> >>>>
> >>>>http://www.insightsoftwareconsortium.org/wiki/index.php/IJ-Article-Temp
> >>>>la te
> >>>>
> >>>>You can download it directly from
> >>>>
> >>>>ftp://public.kitware.com/pub/itk/InsightJournal/InsightJournalSubmissio
> >>>>nT em plate.tgz
> >>>>
> >>>>or from the NAMIC Sandbox subversion repository:
> >>>>
> >>>>  http://www.na-mic.org:8000/svn/NAMICSandBox/trunk/InsightJournal
> >>>>
> >>>>It contains
> >>>>
> >>>>* Example of a LaTeX submission
> >>>>** LaTeX Style
> >>>>** BiBTeX Style
> >>>>** Sample article
> >>>>
> >>>>* Example of source code
> >>>>** Cxx file with an algorithm
> >>>>** CMakeLists.txt file for configuring and testing
> >>>>** ImageCompare.cxx for validating the outputs
> >>>>** IJMacros.txt for commonly used CMake macros
> >>>>** Input image for the algorithm.
> >>>>
> >>>>
> >>>>Note that the LaTeX Style here is no longer the Springer LCNS format.
> >>>>Instead we are using a variation of the Style of the ITK Software
> >>>> Guide, which includes macros for pointing to ITK Doxygen
> >>>> documentation, and for citing code in verbatim. The format also
> >>>> supports hyperref, and uses Bibtex for bibliography.
> >>>>
> >>>>
> >>>>--
> >>>>
> >>>>Information about the Insight Journal is available at
> >>>>
> >>>>http://www.insightsoftwareconsortium.org/wiki/index.php/Insight-Journal
> >>>>
> >>>>
> >>>>Information about the procedure for contributing algorithms to ITK
> >>>>via publications in the Insight Journal is available at
> >>>>
> >>>>http://www.itk.org/Wiki/ITK_Procedure_for_Contributing_New_Classes_and_
> >>>>Al go rithms
> >>>>
> >>>>
> >>>>Please send us any suggestions for improving this format.
> >>>>
> >>>>
> >>>>  Thanks
> >>>>
> >>>>
> >>>>    Luis
> >>>>
> >>>>
> >>>>---------------------
> >>>>
> >>>>Hans Johnson wrote:
> >>>>>Insight Journal Folks,
> >>>>>
> >>>>>I am helping a colleague on an application submission to the insight
> >>>>>journal.  This will include a short document (latex), the application
> >>>>>(ITK), and a test suite (ctest).  Has the reference journal submission
> >>>>>templates discussed a few weeks ago been created yet?  I've looked at
> >>>>>the WIKI, but could not find the reference material.
> >>>>>
> >>>>>Thanks,
> >>>>>Hans
> >>>>>
> >>>>>_______________________________________________
> >>>>>Insight-developers mailing list
> >>>>>Insight-developers at itk.org
> >>>>>http://www.itk.org/mailman/listinfo/insight-developers
> >>>>
> >>>>_______________________________________________
> >>>>Insight-developers mailing list
> >>>>Insight-developers at itk.org
> >>>>http://www.itk.org/mailman/listinfo/insight-developers
> >>>>
> >>>>
> >>>>-----------------------------------------------------------------------
> >>>>-
> >>>>
> >>>>_______________________________________________
> >>>>Insight-developers mailing list
> >>>>Insight-developers at itk.org
> >>>>http://www.itk.org/mailman/listinfo/insight-developers
> >>>>
> >>>>
> >>>>-----------------------------------------------------------------------
> >>>>-
> >>>>
> >>>>_______________________________________________
> >>>>Insight-developers mailing list
> >>>>Insight-developers at itk.org
> >>>>http://www.itk.org/mailman/listinfo/insight-developers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/insight-users/attachments/20051219/50470ce7/attachment.pgp


More information about the Insight-users mailing list