Re: Diacritical and cropmarks

2000-12-28 Thread Herbert Voss

"Dr. Antonio Botelho de Sousa" wrote:
> 
> One more time i need your help. I'm writing a book on medical statistics, and
> my print bureau wants me to send the files in PDF format, with crop marks.
> How can i insert crop marks in the post-script output of a Lyx file?

in latex preamble

\usepackage[cam,a4center]{crop}

this makes only sense if your document size is less than a4. otherwise
you can't see the marks.

> Other question:
> How can i insert diacritical marks, like y-hat or x with a little bar over,
> like the sample mean?

\^y and $\overline{y}$

both in tex(red). overline is a little bit better than \bar,
where the line is too short.

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Diacritical and cropmarks

2000-12-27 Thread Oscar

"Dr. Antonio Botelho de Sousa" wrote:
> 
> One more time i need your help. I'm writing a book on medical statistics, and
> my print bureau wants me to send the files in PDF format, with crop marks.
> How can i insert crop marks in the post-script output of a Lyx file?

You can use the crop package. This is the description from CTAN:

Support for cropmarks.
A package providing corner marks for camera alignment as well as for
trimming paper stacks, and additional page information on every page if
required. Most
macros are easily adaptable to personal preferences.

Look at:

CTAN/macros/latex/contrib/supported/crop/


> Other question:
> How can i insert diacritical marks, like y-hat or x with a little bar over,
> like the sample mean?

You can try to type in math mode

\hat (space) y \bar (space) x


Hope it helps


> Thank for your help.
> 
> Dr. Antonio Botelho de Sousa
> Portugal