[solved] Re: [cups.general] strange offset

Stephan stephan at lukits.de
Thu Oct 25 23:15:47 PDT 2007


Johannes Meixner schrieb:
> Or does it also happen when you print for example plain text
> with a border line so that you can see where the printed
> area is, for example
> echo "Hello" | lp -d a6-kartei -o page-border=single
> 

Inspired by this I tried:

% File a6test.tex
\documentclass[12pt]{article}
\usepackage[a6paper,landscape,showframe,includeheadfoot,margin=7mm]{geometry}

\begin{document}
\noindent Hello \LaTeX
\end{document}

printig with

lp -d a6-kartei -o page-border=single a6test.pdf

I got:

----Paper-Frame--------------------------------------------------
|                             -----Driver-Frame---------------  |
|                             |                              |  |
|                             |                              |  |
|                             |                              |  |
|        --LaTeX-Frame--------+------------------------------+--+
|        | Hello LaTeX        |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
|        |                    |                              |  |
---------+--------------------+------------------------------+---

Thus removing the "Dest a6-kartei orientation-requested=4"
option from lpoptions solved the problem.
But I'm sure that I had to have with my SuSE9.1 System both the
LaTeX-File and the printer driver set to landscape.

Anyway thanks for your help and best regards
Stephan Lukits




More information about the cups mailing list