Re: [XeTeX] strange difference

2022-06-02 Thread Karl Berry
Can the list master take action If a tug list is being abused, please email postmas...@tug.org. I am not subscribed to every list. It's by chance that I happened to see your message and thus knew to look into what had been posted. The poster is already unsubscribed. I deleted his absurd attac

Re: [XeTeX] strange difference

2022-06-02 Thread René Jansen
Can the list master take action and inform the authorities? > On 2 Jun 2022, at 13:48, JW wrote:

Re: [XeTeX] strange difference

2022-06-02 Thread Ulrike Fischer
Am Wed, 1 Jun 2022 17:39:22 + (UTC) schrieb Apostolos Syropoulos via XeTeX: > Hi Julius, In different words: When I place an image in the middle > of an A4 page,the final PDF will be a A4 page but if turn the > same image, the final PDF will not fit inside an A4 page, right? It depends on th

Re: [XeTeX] strange difference

2022-06-01 Thread Jaxon Warner
UNSUBSCRIBE On Wed, Jun 1, 2022 at 1:41 PM Apostolos Syropoulos via XeTeX wrote: > >it may feel like a bug in this situation, but it is not, for the single > >reason that includegraphics cannot look inside the picture and decide > >which part of the picture is irrelevant. If you add a picture of

Re: [XeTeX] strange difference

2022-06-01 Thread Jaxon Warner
UNSUBSCRIBE On Wed, Jun 1, 2022 at 2:20 PM Zdenek Wagner wrote: > st 1. 6. 2022 v 19:40 odesílatel Apostolos Syropoulos via XeTeX > napsal: > > > > >it may feel like a bug in this situation, but it is not, for the single > > >reason that includegraphics cannot look inside the picture and decide

Re: [XeTeX] strange difference

2022-06-01 Thread Jaxon Warner
UNSUBSCRIBE On Wed, Jun 1, 2022 at 2:20 PM Zdenek Wagner wrote: > st 1. 6. 2022 v 19:40 odesílatel Apostolos Syropoulos via XeTeX > napsal: > > > > >it may feel like a bug in this situation, but it is not, for the single > > >reason that includegraphics cannot look inside the picture and decide

Re: [XeTeX] strange difference

2022-06-01 Thread Zdenek Wagner
st 1. 6. 2022 v 19:40 odesílatel Apostolos Syropoulos via XeTeX napsal: > > >it may feel like a bug in this situation, but it is not, for the single > >reason that includegraphics cannot look inside the picture and decide > >which part of the picture is irrelevant. If you add a picture of some > >

Re: [XeTeX] strange difference

2022-06-01 Thread Apostolos Syropoulos via XeTeX
>it may feel like a bug in this situation, but it is not, for the single>reason >that includegraphics cannot look inside the picture and decide >which part of the picture is irrelevant. If you add a picture of some >width and height, TeX makes sure it is completely inserted. If you turn >it by an

Re: [XeTeX] strange difference

2022-06-01 Thread Julius Müller
Hi Apostolos, it may feel like a bug in this situation, but it is not, for the single reason that includegraphics cannot look inside the picture and decide which part of the picture is irrelevant. If you add a picture of some width and height, TeX makes sure it is completely inserted. If you turn

Re: [XeTeX] strange difference

2022-05-31 Thread Apostolos Syropoulos via XeTeX
Hello, Thanks for having a look at this problem. I changed a bit the source files by replacing \documentclass[border=9,tikz]{standalone}  with \documentclass[a4paper,landscape]{article}  Also, I added the command \thispagestyle{empty} just before the  \end{document} Then  compiled the file

Re: [XeTeX] strange difference

2022-05-31 Thread Jaxon Warner
unsubscribe On Tue, May 31, 2022, 12:19 PM Heiko Oberdiek via XeTeX wrote: > > > On 2022-05-29 21:16, Apostolos Syropoulos via XeTeX wrote: > > > [...] The two files differ as follows: > > > > 28,29c28,29 > > < \node[inner sep=0pt] (light) at (1,2.1) > > < {\includegraphics[scale=0.1]{TR

Re: [XeTeX] strange difference

2022-05-31 Thread Heiko Oberdiek via XeTeX
On 2022-05-29 21:16, Apostolos Syropoulos via XeTeX wrote: [...] The two files differ as follows: 28,29c28,29 < \node[inner sep=0pt] (light) at (1,2.1) < {\includegraphics[scale=0.1]{TRAIN-crop.pdf}}; --- \node[inner sep=0pt] (light) at (5.2,3.5) {\includegraphics[scale=0.

[XeTeX] strange difference

2022-05-29 Thread Apostolos Syropoulos via XeTeX
Hello, I am trying to create an animation and each frame is an image created with TikZ. Thecode looks like this: \documentclass[border=9,tikz]{standalone} \usepackage{graphicx} \usepackage{xltxtra} \begin{document} \setmainfont[Mapping=tex-text,Ligatures=Common]{Minion Pro} \setsansfont[Scale=Matc