Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-08 Thread Marcelo Reis

Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,

use \AddToShipoutPicture* and only the first produced page will have
the border.

  

Regards, and I don't want to bother you,



You're welcome.

  

It Worked like a charm...Thanks Again
:-)
Does the asterisk have a special meaning?!
Cause I know that with Part and Subsection the asterisk means that it 
will or will not be numbered parts or sections.


What would be the best way of discovering what the asterisk would do in 
this specific command? (It is just for information, learn about LATEX 
and LYX).


Marcelo


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-08 Thread Enrico Forestieri
On Mon, Jun 08, 2009 at 04:13:03PM -0300, Marcelo Reis wrote:

 Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,
  use \AddToShipoutPicture* and only the first produced page will have
  the border.
 

  Regards, and I don't want to bother you,
  
 
  You're welcome.
 

 It Worked like a charm...Thanks Again
 :-)
 Does the asterisk have a special meaning?!
 Cause I know that with Part and Subsection the asterisk means that it 
 will or will not be numbered parts or sections.

The asterix has no default meaning, it is up to the command itself how
to interpret it. Not all commands interpret the asterix in a special way.
In general, you have to check the command documentation.

 What would be the best way of discovering what the asterisk would do in 
 this specific command? (It is just for information, learn about LATEX 
 and LYX).

Try texdoc eso-pic in a terminal and, if the documentation for the eso-pic
package is installed, it will be shown. Otherwise you can read it here:
http://www.ctan.org/get/macros/latex/contrib/eso-pic/eso-pic.pdf

-- 
Enrico


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-08 Thread Marcelo Reis

Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,

use \AddToShipoutPicture* and only the first produced page will have
the border.

  

Regards, and I don't want to bother you,



You're welcome.

  

It Worked like a charm...Thanks Again
:-)
Does the asterisk have a special meaning?!
Cause I know that with Part and Subsection the asterisk means that it 
will or will not be numbered parts or sections.


What would be the best way of discovering what the asterisk would do in 
this specific command? (It is just for information, learn about LATEX 
and LYX).


Marcelo


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-08 Thread Enrico Forestieri
On Mon, Jun 08, 2009 at 04:13:03PM -0300, Marcelo Reis wrote:

 Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,
  use \AddToShipoutPicture* and only the first produced page will have
  the border.
 

  Regards, and I don't want to bother you,
  
 
  You're welcome.
 

 It Worked like a charm...Thanks Again
 :-)
 Does the asterisk have a special meaning?!
 Cause I know that with Part and Subsection the asterisk means that it 
 will or will not be numbered parts or sections.

The asterix has no default meaning, it is up to the command itself how
to interpret it. Not all commands interpret the asterix in a special way.
In general, you have to check the command documentation.

 What would be the best way of discovering what the asterisk would do in 
 this specific command? (It is just for information, learn about LATEX 
 and LYX).

Try texdoc eso-pic in a terminal and, if the documentation for the eso-pic
package is installed, it will be shown. Otherwise you can read it here:
http://www.ctan.org/get/macros/latex/contrib/eso-pic/eso-pic.pdf

-- 
Enrico


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-08 Thread Marcelo Reis

Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,

use \AddToShipoutPicture* and only the first produced page will have
the border.

  

Regards, and I don't want to bother you,



You're welcome.

  

It Worked like a charm...Thanks Again
:-)
Does the asterisk have a special meaning?!
Cause I know that with Part and Subsection the asterisk means that it 
will or will not be numbered parts or sections.


What would be the best way of discovering what the asterisk would do in 
this specific command? (It is just for information, learn about LATEX 
and LYX).


Marcelo


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-08 Thread Enrico Forestieri
On Mon, Jun 08, 2009 at 04:13:03PM -0300, Marcelo Reis wrote:

> Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,
> > use \AddToShipoutPicture* and only the first produced page will have
> > the border.
> >
> >   
> >> Regards, and I don't want to bother you,
> >> 
> >
> > You're welcome.
> >
> >   
> It Worked like a charm...Thanks Again
> :-)
> Does the asterisk have a special meaning?!
> Cause I know that with Part and Subsection the asterisk means that it 
> will or will not be numbered parts or sections.

The asterix has no default meaning, it is up to the command itself how
to interpret it. Not all commands interpret the asterix in a special way.
In general, you have to check the command documentation.

> What would be the best way of discovering what the asterisk would do in 
> this specific command? (It is just for information, learn about LATEX 
> and LYX).

Try "texdoc eso-pic" in a terminal and, if the documentation for the eso-pic
package is installed, it will be shown. Otherwise you can read it here:
http://www.ctan.org/get/macros/latex/contrib/eso-pic/eso-pic.pdf

-- 
Enrico


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-05 Thread Enrico Forestieri
On Thu, Jun 04, 2009 at 10:17:22PM -0300, Marcelo Reis wrote:
 Enrico Forestieri wrote:
  Marcelo Reis marceb...@... writes:
 

  SorryHere is the link to the image file (converted from a DOC file):
 
  http://img23.imageshack.us/img23/1791/bordern.png
 
 

  Hey Guys, No ideas?!?!
  
 
  Put the following lines in the preamble and adjust as needed.
 
  \usepackage{eso-pic}
  \newlength{\boxwidth}
  \newlength{\boxheight}
  \setlength{\boxwidth}{\paperwidth}
  \setlength{\boxheight}{\paperheight}
  \addtolength{\boxwidth}{-2cm}
  \addtolength{\boxheight}{-2cm}
  \AddToShipoutPicture{%
  \setlengt...@tempdimb}{1cm}%
  \setlengt...@tempdimc}{1cm}%
  \put(\st...@pt\@tempdimb,\st...@pt\@tempdimc){%
  \hbox{\fboxrule=3pt\fbox{\vbox to \boxheight{%
  \vss\hbox to \boxwidth{\hss}\vss%
  }
 

 Thank You SO MUCH Enrico Forestieri, Just seeing your e-mail address 
 seems like what I asked was kind of uncommon (your e-mail is @LYX.org).

I don't think that is so uncommon, maybe you simply didn't think that
your problem was related to watermarks and didn't search for the right
thing.

 I really appreciate you help! :-)
 I'm new on lyx and just learning a lot of things, but some times is 
 difficult to found a solution just on google :-)

It is a matter of using the right keywords. The following URL should help:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark

 I don't want to abuse, but if I'd like this border just on the first 
 page, would it be difficult to do?!

Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,
use \AddToShipoutPicture* and only the first produced page will have
the border.

 Regards, and I don't want to bother you,

You're welcome.

-- 
Enrico

PS: Please, also reply to the list as this may help others having the
same problem.


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-05 Thread Enrico Forestieri
On Thu, Jun 04, 2009 at 10:17:22PM -0300, Marcelo Reis wrote:
 Enrico Forestieri wrote:
  Marcelo Reis marceb...@... writes:
 

  SorryHere is the link to the image file (converted from a DOC file):
 
  http://img23.imageshack.us/img23/1791/bordern.png
 
 

  Hey Guys, No ideas?!?!
  
 
  Put the following lines in the preamble and adjust as needed.
 
  \usepackage{eso-pic}
  \newlength{\boxwidth}
  \newlength{\boxheight}
  \setlength{\boxwidth}{\paperwidth}
  \setlength{\boxheight}{\paperheight}
  \addtolength{\boxwidth}{-2cm}
  \addtolength{\boxheight}{-2cm}
  \AddToShipoutPicture{%
  \setlengt...@tempdimb}{1cm}%
  \setlengt...@tempdimc}{1cm}%
  \put(\st...@pt\@tempdimb,\st...@pt\@tempdimc){%
  \hbox{\fboxrule=3pt\fbox{\vbox to \boxheight{%
  \vss\hbox to \boxwidth{\hss}\vss%
  }
 

 Thank You SO MUCH Enrico Forestieri, Just seeing your e-mail address 
 seems like what I asked was kind of uncommon (your e-mail is @LYX.org).

I don't think that is so uncommon, maybe you simply didn't think that
your problem was related to watermarks and didn't search for the right
thing.

 I really appreciate you help! :-)
 I'm new on lyx and just learning a lot of things, but some times is 
 difficult to found a solution just on google :-)

It is a matter of using the right keywords. The following URL should help:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark

 I don't want to abuse, but if I'd like this border just on the first 
 page, would it be difficult to do?!

Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,
use \AddToShipoutPicture* and only the first produced page will have
the border.

 Regards, and I don't want to bother you,

You're welcome.

-- 
Enrico

PS: Please, also reply to the list as this may help others having the
same problem.


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-05 Thread Enrico Forestieri
On Thu, Jun 04, 2009 at 10:17:22PM -0300, Marcelo Reis wrote:
> Enrico Forestieri wrote:
> > Marcelo Reis  writes:
> >
> >   
> >>> SorryHere is the link to the image file (converted from a DOC file):
> >>>
> >>> http://img23.imageshack.us/img23/1791/bordern.png
> >>>
> >>>
> >>>   
> >> Hey Guys, No ideas?!?!
> >> 
> >
> > Put the following lines in the preamble and adjust as needed.
> >
> > \usepackage{eso-pic}
> > \newlength{\boxwidth}
> > \newlength{\boxheight}
> > \setlength{\boxwidth}{\paperwidth}
> > \setlength{\boxheight}{\paperheight}
> > \addtolength{\boxwidth}{-2cm}
> > \addtolength{\boxheight}{-2cm}
> > \AddToShipoutPicture{%
> > \setlengt...@tempdimb}{1cm}%
> > \setlengt...@tempdimc}{1cm}%
> > \put(\st...@pt\@tempdimb,\st...@pt\@tempdimc){%
> > \hbox{\fboxrule=3pt\fbox{\vbox to \boxheight{%
> > \vss\hbox to \boxwidth{\hss}\vss%
> > }
> >
> >   
> Thank You SO MUCH Enrico Forestieri, Just seeing your e-mail address 
> seems like what I asked was kind of uncommon (your e-mail is @LYX.org).

I don't think that is so uncommon, maybe you simply didn't think that
your problem was related to watermarks and didn't search for the right
thing.

> I really appreciate you help! :-)
> I'm new on lyx and just learning a lot of things, but some times is 
> difficult to found a solution just on google :-)

It is a matter of using the right keywords. The following URL should help:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark

> I don't want to abuse, but if I'd like this border just on the first 
> page, would it be difficult to do?!

Not at all. Just put an asterisk after \AddToShipoutPicture, i.e.,
use \AddToShipoutPicture* and only the first produced page will have
the border.

> Regards, and I don't want to bother you,

You're welcome.

-- 
Enrico

PS: Please, also reply to the list as this may help others having the
same problem.


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-04 Thread Marcelo Reis

Marcelo Reis wrote:

Manveru wrote:

2009/6/3 Marcelo Reis marceb...@yahoo.com.br:
 

Guys,

Can please someone help me on how to reproduce the page border of the
attached PDF File?
(I created it using MS Word)

I know about FancyBox, but I was not able to define the border the 
way I

want.
What I need is a large width (the same all aroung the page),and it is
squared. (The PDF file is exactly what I need)

Any Ideas of how to do it?



It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.

  

SorryHere is the link to the image file (converted from a DOC file):

http://img23.imageshack.us/img23/1791/bordern.png



Hey Guys, No ideas?!?!

10x
Marcelo






Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-04 Thread Enrico Forestieri
Marcelo Reis marceb...@... writes:

  SorryHere is the link to the image file (converted from a DOC file):
 
  http://img23.imageshack.us/img23/1791/bordern.png
 
 
 Hey Guys, No ideas?!?!

Put the following lines in the preamble and adjust as needed.

\usepackage{eso-pic}
\newlength{\boxwidth}
\newlength{\boxheight}
\setlength{\boxwidth}{\paperwidth}
\setlength{\boxheight}{\paperheight}
\addtolength{\boxwidth}{-2cm}
\addtolength{\boxheight}{-2cm}
\AddToShipoutPicture{%
\setlengt...@tempdimb}{1cm}%
\setlengt...@tempdimc}{1cm}%
\put(\st...@pt\@tempdimb,\st...@pt\@tempdimc){%
\hbox{\fboxrule=3pt\fbox{\vbox to \boxheight{%
\vss\hbox to \boxwidth{\hss}\vss%
}

-- 
Enrico



Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-04 Thread Marcelo Reis

Marcelo Reis wrote:

Manveru wrote:

2009/6/3 Marcelo Reis marceb...@yahoo.com.br:
 

Guys,

Can please someone help me on how to reproduce the page border of the
attached PDF File?
(I created it using MS Word)

I know about FancyBox, but I was not able to define the border the 
way I

want.
What I need is a large width (the same all aroung the page),and it is
squared. (The PDF file is exactly what I need)

Any Ideas of how to do it?



It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.

  

SorryHere is the link to the image file (converted from a DOC file):

http://img23.imageshack.us/img23/1791/bordern.png



Hey Guys, No ideas?!?!

10x
Marcelo






Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-04 Thread Enrico Forestieri
Marcelo Reis marceb...@... writes:

  SorryHere is the link to the image file (converted from a DOC file):
 
  http://img23.imageshack.us/img23/1791/bordern.png
 
 
 Hey Guys, No ideas?!?!

Put the following lines in the preamble and adjust as needed.

\usepackage{eso-pic}
\newlength{\boxwidth}
\newlength{\boxheight}
\setlength{\boxwidth}{\paperwidth}
\setlength{\boxheight}{\paperheight}
\addtolength{\boxwidth}{-2cm}
\addtolength{\boxheight}{-2cm}
\AddToShipoutPicture{%
\setlengt...@tempdimb}{1cm}%
\setlengt...@tempdimc}{1cm}%
\put(\st...@pt\@tempdimb,\st...@pt\@tempdimc){%
\hbox{\fboxrule=3pt\fbox{\vbox to \boxheight{%
\vss\hbox to \boxwidth{\hss}\vss%
}

-- 
Enrico



Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-04 Thread Marcelo Reis

Marcelo Reis wrote:

Manveru wrote:

2009/6/3 Marcelo Reis :
 

Guys,

Can please someone help me on how to reproduce the page border of the
attached PDF File?
(I created it using MS Word)

I know about FancyBox, but I was not able to define the border the 
way I

want.
What I need is a large width (the same all aroung the page),and it is
squared. (The PDF file is exactly what I need)

Any Ideas of how to do it?



It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.

  

SorryHere is the link to the image file (converted from a DOC file):

http://img23.imageshack.us/img23/1791/bordern.png



Hey Guys, No ideas?!?!

10x
Marcelo






Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-04 Thread Enrico Forestieri
Marcelo Reis  writes:

> > SorryHere is the link to the image file (converted from a DOC file):
> >
> > http://img23.imageshack.us/img23/1791/bordern.png
> >
> >
> Hey Guys, No ideas?!?!

Put the following lines in the preamble and adjust as needed.

\usepackage{eso-pic}
\newlength{\boxwidth}
\newlength{\boxheight}
\setlength{\boxwidth}{\paperwidth}
\setlength{\boxheight}{\paperheight}
\addtolength{\boxwidth}{-2cm}
\addtolength{\boxheight}{-2cm}
\AddToShipoutPicture{%
\setlengt...@tempdimb}{1cm}%
\setlengt...@tempdimc}{1cm}%
\put(\st...@pt\@tempdimb,\st...@pt\@tempdimc){%
\hbox{\fboxrule=3pt\fbox{\vbox to \boxheight{%
\vss\hbox to \boxwidth{\hss}\vss%
}

-- 
Enrico



Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-03 Thread Manveru
2009/6/3 Marcelo Reis marceb...@yahoo.com.br:
 Guys,

 Can please someone help me on how to reproduce the page border of the
 attached PDF File?
 (I created it using MS Word)

 I know about FancyBox, but I was not able to define the border the way I
 want.
 What I need is a large width (the same all aroung the page),and it is
 squared. (The PDF file is exactly what I need)

 Any Ideas of how to do it?

It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.


-- 
Manveru
jabber: manv...@manveru.pl
 gg: 1624001
   http://www.manveru.pl


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-03 Thread Marcelo Reis

Manveru wrote:

2009/6/3 Marcelo Reis marceb...@yahoo.com.br:
  

Guys,

Can please someone help me on how to reproduce the page border of the
attached PDF File?
(I created it using MS Word)

I know about FancyBox, but I was not able to define the border the way I
want.
What I need is a large width (the same all aroung the page),and it is
squared. (The PDF file is exactly what I need)

Any Ideas of how to do it?



It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.

  

SorryHere is the link to the image file (converted from a DOC file):

http://img23.imageshack.us/img23/1791/bordern.png

or

http://yfrog.com/0nbordernp

Marcelo



Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-03 Thread Manveru
2009/6/3 Marcelo Reis marceb...@yahoo.com.br:
 Guys,

 Can please someone help me on how to reproduce the page border of the
 attached PDF File?
 (I created it using MS Word)

 I know about FancyBox, but I was not able to define the border the way I
 want.
 What I need is a large width (the same all aroung the page),and it is
 squared. (The PDF file is exactly what I need)

 Any Ideas of how to do it?

It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.


-- 
Manveru
jabber: manv...@manveru.pl
 gg: 1624001
   http://www.manveru.pl


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-03 Thread Marcelo Reis

Manveru wrote:

2009/6/3 Marcelo Reis marceb...@yahoo.com.br:
  

Guys,

Can please someone help me on how to reproduce the page border of the
attached PDF File?
(I created it using MS Word)

I know about FancyBox, but I was not able to define the border the way I
want.
What I need is a large width (the same all aroung the page),and it is
squared. (The PDF file is exactly what I need)

Any Ideas of how to do it?



It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.

  

SorryHere is the link to the image file (converted from a DOC file):

http://img23.imageshack.us/img23/1791/bordern.png

or

http://yfrog.com/0nbordernp

Marcelo



Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-03 Thread Manveru
2009/6/3 Marcelo Reis :
> Guys,
>
> Can please someone help me on how to reproduce the page border of the
> attached PDF File?
> (I created it using MS Word)
>
> I know about FancyBox, but I was not able to define the border the way I
> want.
> What I need is a large width (the same all aroung the page),and it is
> squared. (The PDF file is exactly what I need)
>
> Any Ideas of how to do it?

It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.


-- 
Manveru
jabber: manv...@manveru.pl
 gg: 1624001
   http://www.manveru.pl


Re: [Fwd: FancyBox - Shadowbox - Page Border]

2009-06-03 Thread Marcelo Reis

Manveru wrote:

2009/6/3 Marcelo Reis :
  

Guys,

Can please someone help me on how to reproduce the page border of the
attached PDF File?
(I created it using MS Word)

I know about FancyBox, but I was not able to define the border the way I
want.
What I need is a large width (the same all aroung the page),and it is
squared. (The PDF file is exactly what I need)

Any Ideas of how to do it?



It seems that you PDF was abandoned at some stage of processing this
message. Consider putting it somewhere and give as an URL.

  

SorryHere is the link to the image file (converted from a DOC file):

http://img23.imageshack.us/img23/1791/bordern.png

or

http://yfrog.com/0nbordernp

Marcelo