[XeTeX] The arcs package

2013-08-25 Thread Arash Zeini
Hello,

Since the upgrade to TeX Live 2013, the arcs package behaves strangely. It
draws the desired arc under the respective characters, but a string like
5.0pt will always precede the characters with the arc. Has anyone else
noticed this problem?

I have tried this MWE with two different fonts on two computers running
Debian unstable and a vanilla TL 2013:

\documentclass[a4paper,12pt]{article}

\usepackage{xltxtra}

\setromanfont[Mapping=tex-text]{Junicode}
\usepackage{arcs}

\begin{document}
An underarc: \underarc{ab}. And now an overarc: \overarc{ab}.

\end{document}

Best wishes,
Arash


--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] The arcs package

2013-08-25 Thread Arash Zeini
Thanks, Joseph and Rembrandt, for confirming this little bug.

On 25 August 2013 16:58, Rembrandt Wolpert r.f.wolp...@gmail.com wrote:

 Yes, I can confirm this on MacOS 10.7.5 and up-to-date TL 2013. (It gave
 me 6.0pt, just to be slightly different). The same happens when using
 lualatex, and also with straight forward latex; so it seems a problem
 with the arcs package?

 Rembrandt


 On 8/25/13 9:42 AM, Arash Zeini wrote:
  Hello,
 
  Since the upgrade to TeX Live 2013, the arcs package behaves strangely.
It
  draws the desired arc under the respective characters, but a string like
  5.0pt will always precede the characters with the arc. Has anyone else
  noticed this problem?
 
  I have tried this MWE with two different fonts on two computers running
  Debian unstable and a vanilla TL 2013:
 
  \documentclass[a4paper,12pt]{article}
 
  \usepackage{xltxtra}
 
  \setromanfont[Mapping=tex-text]{Junicode}
  \usepackage{arcs}
 
  \begin{document}
  An underarc: \underarc{ab}. And now an overarc: \overarc{ab}.
 
  \end{document}
 
  Best wishes,
  Arash
 
 
 
 
 
  --
  Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
 

 --
 人生䘮亂世 無君欲誰仕
  - 劉因 (1249-1293)


--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] The arcs package

2013-08-25 Thread François Patte
Le 25/08/2013 17:58, Rembrandt Wolpert a écrit :
 Yes, I can confirm this on MacOS 10.7.5 and up-to-date TL 2013. (It gave
 me 6.0pt, just to be slightly different). The same happens when using
 lualatex, and also with straight forward latex; so it seems a problem
 with the arcs package?
 
 Rembrandt
 
 
 On 8/25/13 9:42 AM, Arash Zeini wrote:
 Hello,

 Since the upgrade to TeX Live 2013, the arcs package behaves strangely. It
 draws the desired arc under the respective characters, but a string like
 5.0pt will always precede the characters with the arc. Has anyone else
 noticed this problem?

 I have tried this MWE with two different fonts on two computers running
 Debian unstable and a vanilla TL 2013:

 \documentclass[a4paper,12pt]{article}

 \usepackage{xltxtra}

 \setromanfont[Mapping=tex-text]{Junicode}
 \usepackage{arcs}

 \begin{document}
 An underarc: \underarc{ab}. And now an overarc: \overarc{ab}.

 \end{document}

 Best wishes,
 Arash


Same here with 6.0pt added I looked at the package arcs from tl2012,
no changes have been done to this package...



-- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte



signature.asc
Description: OpenPGP digital signature


--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] The arcs package

2013-08-25 Thread Herbert Schulz

On Aug 25, 2013, at 10:58 AM, Rembrandt Wolpert r.f.wolp...@gmail.com wrote:

 Yes, I can confirm this on MacOS 10.7.5 and up-to-date TL 2013. (It gave
 me 6.0pt, just to be slightly different). The same happens when using
 lualatex, and also with straight forward latex; so it seems a problem
 with the arcs package?
 
 Rembrandt
 
 
 On 8/25/13 9:42 AM, Arash Zeini wrote:
 Hello,
 
 Since the upgrade to TeX Live 2013, the arcs package behaves strangely. It
 draws the desired arc under the respective characters, but a string like
 5.0pt will always precede the characters with the arc. Has anyone else
 noticed this problem?
 
 I have tried this MWE with two different fonts on two computers running
 Debian unstable and a vanilla TL 2013:
 
 \documentclass[a4paper,12pt]{article}
 
 \usepackage{xltxtra}
 
 \setromanfont[Mapping=tex-text]{Junicode}
 \usepackage{arcs}
 
 \begin{document}
 An underarc: \underarc{ab}. And now an overarc: \overarc{ab}.
 
 \end{document}
 
 Best wishes,
 Arash


Howdy,

The date in the arcs.sty file is:

\ProvidesPackage {arcs}[2004/05/09]

so it hasn't been touched in many years.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)






--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] The arcs package

2013-08-25 Thread Michael Sharpe

On Aug 25, 2013, at 7:42 AM, Arash Zeini arash.ze...@gmail.com wrote:

 Hello,
 
 Since the upgrade to TeX Live 2013, the arcs package behaves strangely. It 
 draws the desired arc under the respective characters, but a string like 
 5.0pt will always precede the characters with the arc. Has anyone else 
 noticed this problem?
 
 I have tried this MWE with two different fonts on two computers running 
 Debian unstable and a vanilla TL 2013:
 
 \documentclass[a4paper,12pt]{article}
 
 \usepackage{xltxtra}
 
 \setromanfont[Mapping=tex-text]{Junicode}
 \usepackage{arcs}
 
 \begin{document}
 An underarc: \underarc{ab}. And now an overarc: \overarc{ab}.
 
 \end{document}
 
 Best wishes,
 Arash

The arcs package depends on the relsize package which did change a few months 
ago in a way that requires a small change in the arcs package. You need to add 
the line (just after \RequirePackage{relsize} is a good place}

\long\def \@gobblethree #1#2#3{}

and then change the line

\let \rs@size@warning = \@gobbletwo

to

\let \rs@size@warning = \@gobblethree

because, in relsize.sty, the macro \rs@size@warning is now defined to have 
three arguments, the last of which (6.0pt) was being left as printable text. 
This problem is a LaTeX issue and has nothing particular to XeTeX.

Michael




--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] The arcs package

2013-08-25 Thread Joseph Wright
On 25/08/2013 15:42, Arash Zeini wrote:
 Hello,
 
 Since the upgrade to TeX Live 2013, the arcs package behaves strangely. It
 draws the desired arc under the respective characters, but a string like
 5.0pt will always precede the characters with the arc. Has anyone else
 noticed this problem?
 
 I have tried this MWE with two different fonts on two computers running
 Debian unstable and a vanilla TL 2013:
 
 \documentclass[a4paper,12pt]{article}
 
 \usepackage{xltxtra}
 
 \setromanfont[Mapping=tex-text]{Junicode}
 \usepackage{arcs}
 
 \begin{document}
 An underarc: \underarc{ab}. And now an overarc: \overarc{ab}.
 
 \end{document}
 
 Best wishes,
 Arash

Nothing to do with XeTeX: it's due to relsize and shows up with a demo
for pdfTeX. Inside arcs.sty you find

\let \rs@size@warning = \@gobbletwo
\relsize{-10}%

but in the latest relsize (dated 2013-03-29) \rs@size@warning takes
three arguments. Thus arcs needs adjusting (probaly should just leave
the relsize code alone): I've CC'd the arcs author.
-- 
Joseph Wright


--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] The arcs package

2013-08-25 Thread Joseph Wright
On 25/08/2013 16:00, Joseph Wright wrote:
 Nothing to do with XeTeX: it's due to relsize and shows up with a demo
 for pdfTeX. Inside arcs.sty you find
 
 \let \rs@size@warning = \@gobbletwo
 \relsize{-10}%
 
 but in the latest relsize (dated 2013-03-29) \rs@size@warning takes
 three arguments. Thus arcs needs adjusting (probaly should just leave
 the relsize code alone): I've CC'd the arcs author.

Message to the arcs author bounced. I'll raise this on c.t.t.: the
package is LPPL so a change can be sorted out if he can't be found.
-- 
Joseph Wright


--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] pstricks / pst-labo and xelatex

2013-08-25 Thread Lammert, Richard
Dear Michael and all,

I reran your example, and it now works (see attached pdf). pstricks was
recently updated (2013/08/20 v2.46) and it apparently fixed the bug that
you noticed (as it fixed a bug with psclip that I had recently noticed).

Richard Lammert


On Wed, Jul 17, 2013 at 2:47 PM, Michael Ring ri...@gmx.de wrote:

 Dear all,

 I have a problem using pst-labo with XeLaTeX.
 Here is a minimal example:

 \documentclass{minimal}
 \usepackage{pstricks,pst-labo}

 \begin{document}
 \begin{pspicture}
 \pstTubeEssais
 \end{pspicture}
 \end{document}

 I get the error message I posted below. A PDF is produced, but only the
 liquid in the tube is rendered, not the tube itself.
 It works fine with latex-dvips-ps2pdf, but I prefer using XeLaTeX for
 several reasons.
 I have already added the -dNOSAFER option in dvipdfmx.cfg and made the gs
 link point to gs-noX11, but the problem persists.

 By the way: I´m using MacTeX 2013 on Snow Leopard, and it used to work
 with earlier versions of MacTeX.

 What may be the problem?

 Thank you very much in advance,
 Michael




 Error: /undefined in tx@TextPathDict
 Operand stack:

 Execution stack:
%interp_exit   .runexec2   --nostringval--   --nostringval--
 --nostringval--   2   %stopped_push   --nostringval--   --nostringval--
 --nostringval--   false   1   %stopped_push   1900   1   3   %oparray_pop
 1899   1   3   %oparray_pop   1883   1   3   %oparray_pop   1771   1   3
 %oparray_pop   --nostringval--   %errorexec_pop   .runexec2
 --nostringval--   --nostringval--   --nostringval--   2   %stopped_push
 --nostringval--
 Dictionary stack:
--dict:1168/1684(ro)(G)--   --dict:0/20(G)--   --dict:116/200(L)--
 Current allocation mode is local
 Current file position is 627
 GPL Ghostscript 9.07: Unrecoverable error, exit code 1

 ** WARNING ** Filtering file via command --rungs -q -dNOSAFER -dNOPAUSE
 -dBATCH -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=1.5
 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode
 -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='
 */var/folders/Lz/LzZojHfrHr8dA1zNTzZscU+++TI/*-Tmp-//dvipdfmx.iGTHjGYS' '*
 /var/folders/Lz/LzZojHfrHr8dA1zNTzZscU+++TI/*-Tmp-//dvipdfmx.seJM4EOH' -c
 quit-- failed.
 ** WARNING ** Image format conversion for PSTricks failed.
 ** WARNING ** Interpreting special command pst: (ps:) failed.
 ** WARNING **  at page=1 position=(134.445, 486.426) (in PDF)
 ** WARNING **  xxx pst:  tx@Dict begin STP newpath /ArrowA { moveto }
 def /ArrowB 
  )









 --
 Subscriptions, Archive, and List information, etc.:
   http://tug.org/mailman/listinfo/xetex




-- 

Rev. Richard A. Lammert   e-mail: richard.lamm...@ctsfw.edu
Technical Services Librarian   mail: 6600 N. Clinton St.
Systems Librarian Fort Wayne, IN 46825-4916
Walther Library phone: 260-452-3148
Concordia Theological Seminary


pst-labo-test.pdf
Description: Adobe PDF document


--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex