[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: [Solved] [Bit OT]: Latex Gurus?



Thanks Kevin, your example below worked perfectly. I didn't have a chance to
try yours Jim, because I liked the idea of not needing external packages.

Thanks again to everyone who helped out. Just marvellous ;-).

Byron Hillis


> From: Kevin Buhr
> 
> -----START OF EXAMPLE-----
> \documentclass{article}
> 
> \makeatletter
> \newlength\marginrulewidth
> \marginrulewidth=0.4pt
> \marginparsep=3em
> \let\oldoutputpage\@outputpage
> \def\@outputpage{\setbox\@outputbox\vbox{\hbox{\box\@outputbox
>       \kern.5\marginparsep\kern-.5\marginrulewidth
>       \vrule width\marginrulewidth
>       \kern.5\marginparsep\kern-.5\marginrulewidth}}\oldoutputpage}
> \makeatother
> 
> \begin{document}
> 
> \noindent
> Body Text Body Text Body Text Body Text Body Text Body Text 
> Body Text Body Text Body Text Body Text Body Text Body Text 
> Body Text Body Text% \marginpar{Marginpar} Body Text Body 
> Text Body Text Body Text Body Text Body Text Body Text Body 
> Text Body Text Body Text Body Text Body Text Body Text Body 
> Text Body Text Body Text Body Text Body Text
> 
> \end{document}
> -----END OF EXAMPLE-----
 




Reply to: