ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Interaction and accented letters
@ 2008-09-19 17:00 Flavien Lambert
  2008-09-19 20:20 ` Alan BRASLAU
       [not found] ` <200809192006.58839.braslau@free.fr>
  0 siblings, 2 replies; 5+ messages in thread
From: Flavien Lambert @ 2008-09-19 17:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 563 bytes --]

Dear all, is there a way to put accented letters in the interaction command
? I tried
\setupinteraction[state=start,
  author={Flavien Lambert},
  title={Optique géométrique},
  date={Septembre 2008}]

and

\setupinteraction[state=start,
  author={Flavien Lambert},
  title={Optique g\'eom\'etrique},
  date={Septembre 2008}]

but both trials led to strange things in Acrobat Reader and Evince.

-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 688 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Interaction and accented letters
  2008-09-19 17:00 Interaction and accented letters Flavien Lambert
@ 2008-09-19 20:20 ` Alan BRASLAU
       [not found] ` <200809192006.58839.braslau@free.fr>
  1 sibling, 0 replies; 5+ messages in thread
From: Alan BRASLAU @ 2008-09-19 20:20 UTC (permalink / raw)
  To: ntg-context

On Friday 19 September 2008 19:00:42 Flavien Lambert wrote:
> Dear all, is there a way to put accented letters in the interaction command
> ? I tried
> \setupinteraction[state=start,
>   author={Flavien Lambert},
>   title={Optique géométrique},
>   date={Septembre 2008}]
>
> and
>
> \setupinteraction[state=start,
>   author={Flavien Lambert},
>   title={Optique g\'eom\'etrique},
>   date={Septembre 2008}]
>
> but both trials led to strange things in Acrobat Reader and Evince.

\enableregime[utf]
\mainlanguage[fr]
% before \placebookmarks :
\input spec-tst % to prevent turning accented characters
                % into their unaccented counterparts
\placebookmarks[chapter,section,subsection][chapter,section]
\setupinteraction[state=start, % make hyperlinks active, etc.
option=bookmark,
title={Titre accentué},
subtitle={etc...},
author={moi-même},
keyword={français}]

Works with acroread and okular...

The "\input spec-tst" trick is somewhere in the documentation or wiki...


___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Interaction and accented letters
       [not found] ` <200809192006.58839.braslau@free.fr>
@ 2008-09-20  9:19   ` Flavien Lambert
  2008-09-23  1:54     ` Mojca Miklavec
  0 siblings, 1 reply; 5+ messages in thread
From: Flavien Lambert @ 2008-09-20  9:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1577 bytes --]

In fact, I have just checked that this options are not necessary. I forgot
to say that I was using XeTeX. It seems that, even with these options,
accented letters are not printed properly in the properties of the document.
There is no problems with standard ConTeXt (MKII).

2008/9/19 Braslau & Rachline <braslau@free.fr>

> On Friday 19 September 2008 19:00:42 Flavien Lambert wrote:
> > Dear all, is there a way to put accented letters in the interaction
> command
> > ? I tried
> > \setupinteraction[state=start,
> >   author={Flavien Lambert},
> >   title={Optique géométrique},
> >   date={Septembre 2008}]
> >
> > and
> >
> > \setupinteraction[state=start,
> >   author={Flavien Lambert},
> >   title={Optique g\'eom\'etrique},
> >   date={Septembre 2008}]
> >
> > but both trials led to strange things in Acrobat Reader and Evince.
>
> \enableregime[utf]
> \mainlanguage[fr]
> % before \placebookmarks :
> \input spec-tst % to prevent turning accented characters
>                % into their unaccented counterparts
> \placebookmarks[chapter,section,subsection][chapter,section]
> \setupinteraction[state=start, % make hyperlinks active, etc.
> option=bookmark,
> title={Titre accentué},
> subtitle={etc...},
> author={moi-même},
> keyword={français}]
>
> Works with acroread and okular...
>
> The "\input spec-tst" trick is somewhere in the documentation or wiki...
>
>


-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 2113 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Interaction and accented letters
  2008-09-20  9:19   ` Flavien Lambert
@ 2008-09-23  1:54     ` Mojca Miklavec
  2008-09-23  6:47       ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Mojca Miklavec @ 2008-09-23  1:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Heiko Oberdiek

On Sat, Sep 20, 2008 at 11:19 AM, Flavien Lambert wrote:
> In fact, I have just checked that this options are not necessary. I forgot
> to say that I was using XeTeX. It seems that, even with these options,
> accented letters are not printed properly in the properties of the document.
> There is no problems with standard ConTeXt (MKII).

See the thread
      [Dev-luatex] Unicode in \pdfinfo

----------
> I suspected that, since hyperrref with latex does this, but I found that
> xetex supports Unicode pdfinfo directly and thought luatex should do
> this too.

Yes, hyperref with LaTeX does this, but I recommend looking at _how_ it
does this.  It is another case of "code nobody but Heiko would come up
with and very few people would be able to maintain".
----------

I fear that not many people are able to help, but you can still try to
bribe Hans (who doesn't use XeTeX himself) or Taco.

Mojca (who cannot sleep)


> 2008/9/19 Braslau & Rachline wrote:
>>
>> On Friday 19 September 2008 19:00:42 Flavien Lambert wrote:
>> > Dear all, is there a way to put accented letters in the interaction
>> > command
>> > ? I tried
>> > \setupinteraction[state=start,
>> >   author={Flavien Lambert},
>> >   title={Optique géométrique},
>> >   date={Septembre 2008}]
>> >
>> > and
>> >
>> > \setupinteraction[state=start,
>> >   author={Flavien Lambert},
>> >   title={Optique g\'eom\'etrique},
>> >   date={Septembre 2008}]
>> >
>> > but both trials led to strange things in Acrobat Reader and Evince.
>>
>> \enableregime[utf]
>> \mainlanguage[fr]
>> % before \placebookmarks :
>> \input spec-tst % to prevent turning accented characters
>>                % into their unaccented counterparts
>> \placebookmarks[chapter,section,subsection][chapter,section]
>> \setupinteraction[state=start, % make hyperlinks active, etc.
>> option=bookmark,
>> title={Titre accentué},
>> subtitle={etc...},
>> author={moi-même},
>> keyword={français}]
>>
>> Works with acroread and okular...
>>
>> The "\input spec-tst" trick is somewhere in the documentation or wiki...
>>
>
>
>
> --
> Flavien.
> ----------------------------
> "Quantum objects are completely crazy but, at least, they are all crazy in
> the same way." R.P. Feynman.
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Interaction and accented letters
  2008-09-23  1:54     ` Mojca Miklavec
@ 2008-09-23  6:47       ` Taco Hoekwater
  0 siblings, 0 replies; 5+ messages in thread
From: Taco Hoekwater @ 2008-09-23  6:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Heiko Oberdiek


Hi,

Mojca Miklavec wrote:
> On Sat, Sep 20, 2008 at 11:19 AM, Flavien Lambert wrote:
>> In fact, I have just checked that this options are not necessary. I forgot
>> to say that I was using XeTeX. It seems that, even with these options,
>> accented letters are not printed properly in the properties of the document.
>> There is no problems with standard ConTeXt (MKII).
> 
> See the thread
>       [Dev-luatex] Unicode in \pdfinfo

> 
> I fear that not many people are able to help, but you can still try to
> bribe Hans (who doesn't use XeTeX himself) 

> ... or Taco.

Who also doesn't use XeTeX himself, normally.

Anyway, the simple question is what has go into xetex at the lowest
level. If that is clear, it should not be hard to add support for Unidoc
encoding to the dvipdfmx backend.

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-23  6:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-19 17:00 Interaction and accented letters Flavien Lambert
2008-09-19 20:20 ` Alan BRASLAU
     [not found] ` <200809192006.58839.braslau@free.fr>
2008-09-20  9:19   ` Flavien Lambert
2008-09-23  1:54     ` Mojca Miklavec
2008-09-23  6:47       ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).