|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Including pgf/tikz with my tex sourcesHi all,
I have a latex paper I have to submit and it uses pgf/tikz 2.0 which the submission server is not using. It seems to be using an older version and can't typeset my paper returning the code: (/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarytikzmatrix.code.tex) ! I can't find file `pgflibrarytikzpositioning.code.tex'. <argument> ...t pgflibrarytikz\pgf@temp .code.tex \catcode `\@ =\csname tikz... l.14 ...trix,positioning,decorations.pathmorphing} How can I submit the correct pgf version with my paper and make sure pdflatex when typesets the paper uses the pgf version I submitted instead of the one installed in the system? Cheers, Paulo Matos -- Paulo Jorge Matos - pocmatos at gmail.com http://www.pmatos.net ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
|
|
Re: Including pgf/tikz with my tex sourcesOn Mon, Sep 21, 2009 at 05:26:28PM +0100, Paulo J. Matos wrote:
> > I have a latex paper I have to submit and it uses pgf/tikz 2.0 which > the submission server is not using. It seems to be using an older > version and can't typeset my paper returning the code: I don't expect the average journal's office to have a tikz software that is compatible with mine. Therefore I remove all tikz code before submitting an article. See "Externalizing Graphics" in the tikz manual on how to extract tikz graphics into external files. -- Rouben Rostamian ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
|
|
Re: Including pgf/tikz with my tex sourcesIt happened to me last spring, and telling the editors about it was enough to make them fix the problem. Cheers, Tom On 22 sept. 09, at 04:33, Rouben Rostamian wrote: > On Mon, Sep 21, 2009 at 05:26:28PM +0100, Paulo J. Matos wrote: >> >> I have a latex paper I have to submit and it uses pgf/tikz 2.0 which >> the submission server is not using. It seems to be using an older >> version and can't typeset my paper returning the code: > > I don't expect the average journal's office to have a tikz > software that is compatible with mine. Therefore I remove all > tikz code before submitting an article. See "Externalizing > Graphics" in the tikz manual on how to extract tikz graphics > into external files. > > -- > Rouben Rostamian > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > pgf-users mailing list > pgf-users@... > https://lists.sourceforge.net/lists/listinfo/pgf-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
|
|
Re: Including pgf/tikz with my tex sourcesOn Tue, Sep 22, 2009 at 8:05 AM, Tom Hirschowitz
<tom.hirschowitz@...> wrote: > > It happened to me last spring, and telling the editors about it was > enough to make them fix the problem. > I had no luck with the conference software guys that automatically try to typeset the paper. I converted the graphics to PDF and used includegraphics. Worked wonderfully. Thanks, Paulo Matos > Cheers, > Tom > > On 22 sept. 09, at 04:33, Rouben Rostamian wrote: > >> On Mon, Sep 21, 2009 at 05:26:28PM +0100, Paulo J. Matos wrote: >>> >>> I have a latex paper I have to submit and it uses pgf/tikz 2.0 which >>> the submission server is not using. It seems to be using an older >>> version and can't typeset my paper returning the code: >> >> I don't expect the average journal's office to have a tikz >> software that is compatible with mine. Therefore I remove all >> tikz code before submitting an article. See "Externalizing >> Graphics" in the tikz manual on how to extract tikz graphics >> into external files. >> >> -- >> Rouben Rostamian >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart >> your >> developing skills, take BlackBerry mobile applications to market and >> stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> pgf-users mailing list >> pgf-users@... >> https://lists.sourceforge.net/lists/listinfo/pgf-users > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > pgf-users mailing list > pgf-users@... > https://lists.sourceforge.net/lists/listinfo/pgf-users > -- Paulo Jorge Matos - pocmatos at gmail.com http://www.pmatos.net ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
|
|
Re: Including pgf/tikz with my tex sourcesOn Tue, Sep 22, 2009 at 3:33 AM, Rouben Rostamian <rostamian@...> wrote:
> On Mon, Sep 21, 2009 at 05:26:28PM +0100, Paulo J. Matos wrote: >> >> I have a latex paper I have to submit and it uses pgf/tikz 2.0 which >> the submission server is not using. It seems to be using an older >> version and can't typeset my paper returning the code: > > I don't expect the average journal's office to have a tikz > software that is compatible with mine. Therefore I remove all > tikz code before submitting an article. See "Externalizing > Graphics" in the tikz manual on how to extract tikz graphics > into external files. > Thanks, that route solved the problem. > -- > Rouben Rostamian > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > pgf-users mailing list > pgf-users@... > https://lists.sourceforge.net/lists/listinfo/pgf-users > -- Paulo Jorge Matos - pocmatos at gmail.com http://www.pmatos.net ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
| Free embeddable forum powered by Nabble | Forum Help |