Say, using pdfpages package?
I would like to specify 4 numbers:1st two numbers are upper and bottom
size of the space,respectively and similarly 3rd and 4th numbers are the sizes of borders
from the left and right hand side.
I can also provide you with a pdf file just by using ps2pdf command.
So that
=0pt
=0pt
=0pt
=0pt
will exploit WHOLE OF A4 page
while
=10pt
=0pt
=0pt
=0pt
will start printing at 10pt from above edge of the paper.
Best, Jan
Here is the manual page, which I do not understand at all:
http://texdoc.net/texmf-dist/doc/latex/ ... fpages.pdf
Here is a TOY example, not containing anything useful, except for
Code: Select all
\documentclass{article}
\usepackage{enumitem,bbding,etoolbox,calc,pdfpages}
\begin{document}
\begin{itemize}[label=\HandRight]
\item abc
\item[\PencilRight] def
111
\end{itemize}
\end{document}