Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread John Was
: Saturday, May 13, 2017 12:59 PM To: xetex@tug.org Subject: Re: [XeTeX] Using tikz with plain XeTeX On 13/05/2017 12:49, Philip Taylor wrote: John Was wrote: Even if PS-Tricks and Tikz do clash, it doesn't seem to be PS-Tricks specifically that's causing this issue (I've tried commenting it out

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread Joseph Wright
On 13/05/2017 12:49, Philip Taylor wrote: > > > John Was wrote: >> Even if PS-Tricks and Tikz do clash, it doesn't seem to be PS-Tricks >> specifically that's causing this issue (I've tried commenting it out) - >> suspicion currently falls on Edmac, which I use for cropmarks and sometimes >>

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread John Was
running headlines (as well as adjusting the offset positions) while it was at it! John -Original Message- From: Philip Taylor Sent: Saturday, May 13, 2017 12:49 PM To: XeTeX (Unicode-based TeX) discussion. Subject: Re: [XeTeX] Using tikz with plain XeTeX John Was wrote: Even if PS

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread Philip Taylor
John Was wrote: > Even if PS-Tricks and Tikz do clash, it doesn't seem to be PS-Tricks > specifically that's causing this issue (I've tried commenting it out) - > suspicion currently falls on Edmac, which I use for cropmarks and sometimes > for other purposes (e.g. automatic line numbering of

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread John Was
: [XeTeX] Using tikz with plain XeTeX Wilfred van Rooijen wrote: As far as I know, tikz and pstricks should not be used simultaneous in a document. That may well be the case (I am not personally aware of this, but then I have never wanted to use pstricks) but if so, should not tikz and pstricks

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread John Was
A simple one-page file is fine: \input tikz \tikzpicture \path[draw=red] (0,0) -- (1,1) -- (2,1) circle (10pt); \endtikzpicture \bye The problem is evidently with something in the preamble to the articles (it's a periodical that comes out twice a year). Rather a gigantic run of

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread Wilfred van Rooijen
As far as I know, tikz and pstricks should not be used simultaneous in a document. Wilfred On Saturday, May 13, 2017 8:08 PM, Philip Taylor wrote: John Was wrote: > I get six lines of info in the output (the sort of thing I’d expect in the > log) Can you

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread Joseph Wright
On 13/05/2017 11:53, John Was wrote: > Dear All > > Apologies if this is the wrong list (but I’ve always found participants here > very helpful!). > > I have been sent some tikz code for diagrams to be included in a forthcoming > article. The author uses a version of LaTeX but tikz should

Re: [XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread Philip Taylor
John Was wrote: > I get six lines of info in the output (the sort of thing I’d expect in the > log) Can you please post the /full/ code that results in this ? Philip Taylor -- Subscriptions, Archive, and List information, etc.:

[XeTeX] Using tikz with plain XeTeX

2017-05-13 Thread John Was
Dear All Apologies if this is the wrong list (but I’ve always found participants here very helpful!). I have been sent some tikz code for diagrams to be included in a forthcoming article. The author uses a version of LaTeX but tikz should work OK in plain (Xe)TeX, I think – though I haven’t