Dekel Tsur wrote: > > On Thu, Apr 11, 2002 at 09:24:12PM +0900, R. Lahaye wrote: > > > I beleive that the solution is to add > > > PassThru 1 > > > > > > to the layouts Author_URL and Author_Email in revtex4.layout > > > > I have modified the line as follows: > > > > [...] > > Style Author_Email > > PassThru 1 > > CopyStyle Affiliation > > LatexName email > > LabelString "Electronic Address: " > > Put the PassThru after the CopyStyle command.
BINGO - thanks Dekel! Please apply attached patch. Regards, Rob.
Index: lib/ChangeLog =================================================================== RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v retrieving revision 1.204 diff -u -r1.204 ChangeLog --- lib/ChangeLog 2002/04/10 14:07:10 1.204 +++ lib/ChangeLog 2002/04/11 13:00:14 @@ -1,4 +1,8 @@ -2002-04-10 Herbert Voss <[EMAIL PROTECTED]> +2002-04-11 Rob Lahaye <[EMAIL PROTECTED]> + + * layouts/revtex4.layout: fix tilde-output in URL and Email insets. + +2002-04-10 Herbert Voss <[EMAIL PROTECTED]> * CREDITS: correct email Index: lib/layouts/revtex4.layout =================================================================== RCS file: /cvs/lyx/lyx-devel/lib/layouts/revtex4.layout,v retrieving revision 1.4 diff -u -r1.4 revtex4.layout --- lib/layouts/revtex4.layout 2001/04/18 10:19:59 1.4 +++ lib/layouts/revtex4.layout 2002/04/11 13:00:16 @@ -181,6 +181,7 @@ Style Author_Email CopyStyle Affiliation + PassThru 1 LatexName email LabelString "Electronic Address: " @@ -195,6 +196,7 @@ Style Author_URL CopyStyle "Author Email" + PassThru 1 LatexName homepage LabelString "URL: " End