[XeTeX] using xetex, leaflet and includegraphics

2011-09-15 Thread Marc Hohl
Hello list, I want to create a leaflet with some fancy font stuff (therefore using XeTeX) and some graphics (in png format) included. \documentclass[dvipdfm,12pt]{leaflet} \usepackage{fontspec,xunicode,xltxtra} \usepackage{graphicx} \begin{document} \includegraphics[width=3cm]{logo.png} This

Re: [XeTeX] using xetex, leaflet and includegraphics

2011-09-15 Thread Peter Dyballa
Am 15.09.2011 um 10:13 schrieb Marc Hohl: I used xdvi instead of dvipdfm How can you display an XDV (or PDF) file with xdvi? Dvipdfm is neither able to use an XDV file, the intermediary output format of XeTeX, which you usually do not see, because it's piped to xdvipdfmx, which produces

Re: [XeTeX] using xetex, leaflet and includegraphics

2011-09-15 Thread Zdenek Wagner
2011/9/15 Peter Dyballa peter_dyba...@web.de: Am 15.09.2011 um 10:13 schrieb Marc Hohl: I used xdvi instead of dvipdfm How can you display an XDV (or PDF) file with xdvi? Dvipdfm is neither able to use an XDV file, the intermediary output format of XeTeX, which you usually do not see,

Re: [XeTeX] using xetex, leaflet and includegraphics

2011-09-15 Thread Peter Dyballa
Am 15.09.2011 um 19:07 schrieb Zdenek Wagner: Remember that graphics inclusion is not a job of TeX but a job of the driver. I know. XeTeX does not produce such a message. It can easily handle PNG and others, without needing a BB or XBB file. This line comes from using dvipdfm. And dvipdfm

[XeTeX] selecting lucida sans oblique

2011-09-15 Thread Sébastien Mengin
Dear xelatex users, Do you observe the same behaviour as I do with the following code: \documentclass{book} \RequirePackage{fontspec} \RequirePackage{xunicode} \RequirePackage[french]{babel} \setmonofont{Lucida Sans Typewriter} \begin{document} \texttt{\emph{test}}

Re: [XeTeX] Longtable package

2011-09-15 Thread VAFA KHALIGHI
This is another attempt. It makes longtable RTL but also has some problems so I am not yet happy with it. test.tex Description: TeX document test.pdf Description: Adobe PDF document -- Subscriptions, Archive, and List information, etc.:

Re: [XeTeX] selecting lucida sans oblique

2011-09-15 Thread Steve Peter
On Sep 15, 2011, at 4:17 PM, Sébastien Mengin wrote: \documentclass{book} \RequirePackage{fontspec} \RequirePackage{xunicode} \RequirePackage[french]{babel} \setmonofont{Lucida Sans Typewriter} \begin{document} \texttt{\emph{test}} {\bfseries\texttt{\emph{test}}} \end{document}

Re: [XeTeX] Longtable package

2011-09-15 Thread VAFA KHALIGHI
This one is even better but I have to fix two problems: 1- why there is too much vertical space at the bottom of page 1? 2- Why the last \hline in page 1 is not shown? (I guess this is related to 1 too) test.tex Description: TeX document --