Dekel Tsur wrote:
> 
> On Thu, Apr 11, 2002 at 12:42:59PM +0900, R. Lahaye wrote:
> >
> > Hi,
> >
> > I'm using article (REVTeX 4) class layout with up-to-date LyX-CVS.
> >
> > RevTeX4 allows "Author Email" and "Author URL" insets.
> >
> > When a tilde (~) appears in one of these insets, it is typeset
> > in the DVI and PostScript output as "\textasciitilde{}".
> > (see attachment).
> 
> I beleive that the solution is to add
>   PassThru           1
> 
> to the layouts Author_URL and Author_Email in revtex4.layout

Dekel,

I have modified the line as follows:

[...]
Style Author_Email
  PassThru              1
  CopyStyle             Affiliation
  LatexName             email
  LabelString           "Electronic Address: "

  TextFont
    Family              Typewriter
  EndFont
  LabelFont
# override Typewriter
    Family              Roman
  EndFont
End

Style Author_URL
  PassThru              1
  CopyStyle             "Author Email"
  LatexName             homepage
  LabelString           "URL: "
End
[...]

To no avail :(.

I still get the litteral text "\textasciitilde{}" in my final output.
I also tried with "Typewriter" replaced by "Roman", but also that
did not help.

Any other ideas?

Thanks,
Rob.

Reply via email to