From: William H. <wil...@gm...> - 2007-04-25 04:31:52
|
Hi there, I am doing some work for a client modifying templates. A few of questions: 1) Is it possible to put the salesperson's (<%employee%> telephone number in as a variable? I could not find anything in the manual for this other than the company phone number (other than customer and ship to that is) 2) I have built up a letterhead with address details etc in it and I am having trouble getting image into table. What have I done wrong? Refer code below. 3) How can I get the table to take up the whole width of the page? 4) I wanted to use the <%address%> variable in the letterhead but comes out all in one row even though there are a number of lines in the entry. Can I get it printing as it has been entered into the system? 5) Is there a better way of doing this? tia W <letterhead.tex> \begin{tabular}{lr} \multirow{2}includegraphics[scale=0.2]{../<%templates%>/logo}& Tel <%tel%> (International)\\ & Fax <%fax%> (International)\\ <%address%>\\ &Tel 1234 34 1234 (local)\\ &Fax 1234 34 1234 (local)\\ Relationship Manager&<%employee%> - <%tel%>\\ \end{tabular} </letterhead.tex> |