Re: [NTG-context] LuaLaTeX + fontspec: cannot compare documents with Acrobat

2012-06-09 Thread Jörg Weber
I use the identical font (TeX Gyre Pagella) when compiling with LuaLaTeX. 

I don't see how it can be a font issue:
- TeX Gyre Pagella: works with ConTeXt, works with XeLaTeX, does not work with 
LuaLaTeX
- Dejavu Sans (and any other font I tried): Works with XeLaTeX but not with 
ConTeXt or LuaLaTeX.


-Original Message-
From: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] On Behalf 
Of Aditya Mahajan
Sent: Friday, June 08, 2012 7:27 PM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] LuaLaTeX + fontspec: cannot compare documents with 
Acrobat

On Fri, 8 Jun 2012, Jörg Weber wrote:

 Some further testing showed that the simple document with palatino 
 compares fine, but with dejavu it is not comparable. With XeLaTeX, 
 setting palatino as the main font, still does not work.

ConTeXt uses TeX Gyre Pagella rather than true Palatino. That might be a source 
of difference.

Aditya

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] LuaLaTeX + fontspec: cannot compare documents with Acrobat

2012-06-08 Thread Jörg Weber
(This is an issue I originally posted here: 
http://tex.stackexchange.com/questions/58760/lualatex-fontspec-cannot-compare-documents-with-acrobat
 and I cross-posted on the LuaTeX User Mailing list)



I use the option compare documents in Adobe Acrobat Pro a lot to highlight 
changes between revisions. What I just noticed is, if I compile a simple 
document such as the one below with LuaLaTeX + fontspec, Acrobat is unable to 
perform the comparison, giving a unspecific error message (cannot compare 
document...). Compiling the same document without fontspec allows the 
comparison, as does XeLaTeX + fontspec.



I tried with TeX Live 2012 and the current MikTeX, without success. Ulrike 
Fischer suggested \usepackage{luaotfload} \font\test=Arial \pagestyle{empty} 
and \test after \begin{document} instead of fontspec, but the error remains. 
Does anyone know what is going on and of a possible fix?



\documentclass{article}

\usepackage{fontspec}

\usepackage{lipsum}



\begin{document}



\lipsum



\end{document}



Best,

Jörg

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] LuaLaTeX + fontspec: cannot compare documents with Acrobat

2012-06-08 Thread Jörg Weber
Hans' MWE is not comparable, but Aditya's example (with 
\setupbodyfont[palatino]) compares just fine!


-Ursprüngliche Nachricht-
Von: Hans Hagen [mailto:pra...@wxs.nl] 
Gesendet: Freitag, 8. Juni 2012 16:57
An: mailing list for ConTeXt users
Cc: Jörg Weber
Betreff: Re: [NTG-context] LuaLaTeX + fontspec: cannot compare documents with 
Acrobat

On 8-6-2012 17:26, Jörg Weber wrote:
 (This is an issue I originally posted here:
 http://tex.stackexchange.com/questions/58760/lualatex-fontspec-cannot-
 compare-documents-with-acrobat and I cross-posted on the LuaTeX User 
 Mailing list)

 I use the option compare documents in Adobe Acrobat Pro a lot to 
 highlight changes between revisions. What I just noticed is, if I 
 compile a simple document such as the one below with LuaLaTeX + 
 fontspec, Acrobat is unable to perform the comparison, giving a 
 unspecific error message (cannot compare document...). Compiling the 
 same document without fontspec allows the comparison, as does XeLaTeX 
 + fontspec.

 I tried with TeX Live 2012 and the current MikTeX, without success.
 Ulrike Fischer suggested \usepackage{luaotfload} \font\test=Arial 
 \pagestyle{empty} and \test after \begin{document} instead of 
 fontspec, but the error remains. Does anyone know what is going on and 
 of a possible fix?

 \documentclass{article}

 \usepackage{fontspec}

 \usepackage{lipsum}

 \begin{document}

 \lipsum

 \end{document}

I can't process that here. This is a easier test:

\nopdfcompression

\setupbodyfont[dejavu]

\startTEXpage[offset=10pt]
 a % a
\stopTEXpage

Even such a minimal document cannot be compared. I have no clue how the compare 
is supposed to work but if a simple 'a' vs 'aa' document does not work while 
the files preflight ok it's probably an acrobat issue.

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] LuaLaTeX + fontspec: cannot compare documents with Acrobat

2012-06-08 Thread Jörg Weber
Some further testing showed that the simple document with palatino compares 
fine, but with dejavu it is not comparable. With XeLaTeX, setting palatino as 
the main font, still does not work.

-Original Message-
From: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] On Behalf 
Of Jörg Weber
Sent: Friday, June 08, 2012 5:17 PM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] LuaLaTeX + fontspec: cannot compare documents with 
Acrobat

Hans' MWE is not comparable, but Aditya's example (with 
\setupbodyfont[palatino]) compares just fine!


-Ursprüngliche Nachricht-
Von: Hans Hagen [mailto:pra...@wxs.nl]
Gesendet: Freitag, 8. Juni 2012 16:57
An: mailing list for ConTeXt users
Cc: Jörg Weber
Betreff: Re: [NTG-context] LuaLaTeX + fontspec: cannot compare documents with 
Acrobat

On 8-6-2012 17:26, Jörg Weber wrote:
 (This is an issue I originally posted here:
 http://tex.stackexchange.com/questions/58760/lualatex-fontspec-cannot-
 compare-documents-with-acrobat and I cross-posted on the LuaTeX User 
 Mailing list)

 I use the option compare documents in Adobe Acrobat Pro a lot to 
 highlight changes between revisions. What I just noticed is, if I 
 compile a simple document such as the one below with LuaLaTeX + 
 fontspec, Acrobat is unable to perform the comparison, giving a 
 unspecific error message (cannot compare document...). Compiling the 
 same document without fontspec allows the comparison, as does XeLaTeX
 + fontspec.

 I tried with TeX Live 2012 and the current MikTeX, without success.
 Ulrike Fischer suggested \usepackage{luaotfload} \font\test=Arial 
 \pagestyle{empty} and \test after \begin{document} instead of 
 fontspec, but the error remains. Does anyone know what is going on and 
 of a possible fix?

 \documentclass{article}

 \usepackage{fontspec}

 \usepackage{lipsum}

 \begin{document}

 \lipsum

 \end{document}

I can't process that here. This is a easier test:

\nopdfcompression

\setupbodyfont[dejavu]

\startTEXpage[offset=10pt]
 a % a
\stopTEXpage

Even such a minimal document cannot be compared. I have no clue how the compare 
is supposed to work but if a simple 'a' vs 'aa' document does not work while 
the files preflight ok it's probably an acrobat issue.

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net archive  : 
http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___