[XeTeX] generating a booklet pdf a4 to a5 in XeLaTeX

NMPOST7 nmpost7 at gmail.com
Mon Dec 2 23:23:23 CET 2013


On 02/12/2013 09:22, Axel Kielhorn wrote:
> You can redefine the font KOMA uses for sections etc. with:
> 
> \setkomafont{disposition}{\malayalamfont}
> 
> in the preamble.
> 
> If you want to see the chaptername, you have to specify
> 
> chapterprefix=on
> 
> in the documentclass command.

That did the trick. Thank you, Axel. You solved the problem of the sectioning.

The only remaining problem : the margin. The pages on the right (and the cover)
run off the margins.

Regarding pdfpages: I had a quick look at the documentation. I shall read it
again, when I have a bit more energy.I shall be grateful for your explanation on
how to use your file below:

%!TEX TS-program = pdflatex
%!TEX encoding = UTF-8 Unicode
\documentclass[a4paper,11pt]{article}
\usepackage{geometry}
\geometry{verbose,a4paper,top=0mm,bottom=0mm,inner=0mm,twoside,nofoot,pdftex}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages={-},
landscape,
%nup=1x2,
%openright,
signature=32,
noautoscale,
scale=1,
%frame
]{A5.pdf}
\end{document}



BR
suren
-------------- next part --------------
A non-text attachment was scrubbed...
Name: final.pdf
Type: application/pdf
Size: 147401 bytes
Desc: not available
URL: <http://tug.org/pipermail/xetex/attachments/20131202/da10f133/attachment-0002.pdf>
-------------- next part --------------
#makefile for booklets
XLTX	=	xelatex
PFPS		=	pdf2ps
PSBK	=	psbook
MKBK	=	psnup -Pa4 -Pa5 -2
PSPF		=	ps2pdf13
#filenames 
FN		=	sample
FB		=	samplebk
FC		=	final
all:
	$(XLTX)  $(FN).tex
	$(PFPS)	$(FN).pdf  
	$(PSBK)	$(FN).ps  $(FB).ps
	$(MKBK)	$(FB).ps $(FC).ps
	$(PSPF)	$(FC).ps 
clean:
	rm *.aux *.log *.ps
-------------- next part --------------
A non-text attachment was scrubbed...
Name: malayalamnumerals.tec
Type: application/octet-stream
Size: 242 bytes
Desc: not available
URL: <http://tug.org/pipermail/xetex/attachments/20131202/da10f133/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sample.pdf
Type: application/pdf
Size: 32201 bytes
Desc: not available
URL: <http://tug.org/pipermail/xetex/attachments/20131202/da10f133/attachment-0003.pdf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sample.tex
Type: application/x-tex
Size: 30749 bytes
Desc: not available
URL: <http://tug.org/pipermail/xetex/attachments/20131202/da10f133/attachment-0001.tex>


More information about the XeTeX mailing list