Rosen wrote:
> 
> At 1/4/01, you wrote:
> >> I tried fancy pages, read all documentation
> >> about fancy package, but nothing for me. Is it
> >
> >it's no problem for me to put a frame with fancypage.
> >you can also try package pstricks with \psframe ...
> >
> >> possible to insert a simple table in the header?
> >
> >yes
> >
> >
> >Herbert
> OK , how could I put table in the header? What about

for example in preamble or in text in texmode (red)
and with package fancyhdr

\newcommand\myTable{%
\begin{tabular}{|c|c|}\hline
a & b \\\hline
c & d\\\hline
\end{tabular}%
}
\fancyhead[LE,LO]{\myTable\hfill\thepage}

> making margins of the page visible, I mean making
> them borders of the page? Should I put TeX code

which margins? the textarea? textarea with headers?

with fancybox and chapter 9 in the doc:
9 Framing a whole page

\thisfancypage{\fbox}{}

gives a box around the textarea.


Herbert


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

Reply via email to