Jeremy C. Reed wrote:

> Maybe you can tell me what pstricks is and where I can get it, so I can
> try it myself.
> 
> The document I am working on is US letter (8.5in x 11in). When I use your
> A4 grid, it doesn't start flush in the corner, i.e. the 0x0 coordinates
> are actually starting at over 1 inch in. Your centimeter grid at 5 x 5 is
> actually at 8.7 x 6.2 cm. (I am trying to figure out how to get 0x0 to be
> flush in the top left corner.)


it's only a "oneliner" and I therefore I use latex:

------------------snip-----------------
\documentclass[]{article}
\usepackage{geometry}
\geometry{verbose,landscape,a4paper,tmargin=0cm,bmargin=0cm,lmargin=0cm,rmargin=0cm}
\usepackage{pstricks}
\begin{document}
\thispagestyle{empty}
%\psset{xunit=1in,yunit=1in}
\begin{pspicture}(0,0)(0.95\textwidth,0.95\textheight)
\psgrid[subgriddiv=1](0,0)(29,20)
\end{pspicture}
\end{document}
------------------snip-----------------

you can use \documentclass[usletter]{article} and play around
with the values of psgrid. For a grid in inches delete the
"%" before psset

> 
> (If anyone is interested in the LyX file for my tri-fold brochure, let me
> know. I'll make it available via http.)


I'm interested.


Herbert



-- 
http://www.lyx.org/help/

Reply via email to