[texhax] Placing data in margin

Philip Taylor P.Taylor at Rhul.Ac.Uk
Sat Aug 3 15:26:24 CEST 2013



Jerry wrote:

> 1. Enter Name: _____
> 2: Enter Address _____
> 3: City _____ State _____ Zip _____
> 4: Owner's Name: _____
> 5: Processed By: _____ Date: _____ Fee Paid: _____
> 
> The problem is that they want the item number, be it a number or
> letter, to be located in the margin on the left side of the form. 

Are the item numbers explicit (i.e., tagged) or implicit (e.g.,
generated by a \itemize environment or whatever) ?  If explicit,
try wrapping in :

	\leavevmode \llap {\hbox to <whatever> {\itemnumber \hfil}}

If implicit, you will need to read the documentation and/or code
for whatever generates them.

Philip Taylor


More information about the texhax mailing list