From: C. D. H. <Du...@Du...> - 2006-10-23 17:02:30
|
We don't print invoices landscape, but we do print labels that way. Here's what one of our landscape tex files looks like: \documentclass[oneside]{scrartcl} \documentstyle[rotate]{article} \usepackage[latin1]{inputenc} \usepackage[english]{babel} \usepackage{rotating} \usepackage{array} \usepackage{pstricks,tabularx} \usepackage{pst-barcode} \usepackage[absolute, overlay]{textpos} \usepackage[paperwidth=4in,paperheight=2.25in,margin=0.125]{geometry} \usepackage{graphicx} \usepackage{hyperref} \setlength\parindent{0pt} \setlength\arrayrulewidth{0.1mm} \begin{document} \fontfamily{phv}\fontsize{18pt}{18pt}\selectfont \pagestyle{myheadings} \begin{sideways} \begin{minipage}{2in} \vspace{1in} \begin{hyphenrules}{nohyphenation} \begin{center} \textbf{<%notes%>} \vspace{.5in} \fontfamily{phv}\fontsize{8pt}{8pt}\selectfont {\Tiny <%invnumber%>} \end{center}\end{hyphenrules} \end{center}\end{hyphenrules} \end{minipage} \end{sideways} \end{document} That should give you an idea of what you need to do, but an even easier way of dealing with this is to just create a CUPS queue that only prints landscape. Dunc Stroller wrote: > Hi there, > > Is anyone printing their invoices in a landscape format, please? I > have a supplier that sends me their invoices laid out in this way and > because I usually have few items on an invoice I'd like to do the > same - I'd like the extra space for item descriptions & notes offered > by the additional width. > > I seem to be having some problems changing invoice.tex to landscape > format, however, and sending it to a CUPS printer. Emailed PDFs seem > to come out fine. > > I'll be glad to give more details but I don't think there's much > point unless there's someone else on the list who's either using > landscape format printing from SL or who happens to be a CUPS expert. > Please let me know if you are and I'll explain my problems. > > Thanks for reading, > > Stroller. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > |