OSDN Git Service

luatexja-preset.sty: cleanup
[luatex-ja/luatexja.git] / test / test54a.sh
1 #!/bin/bash
2
3 platex -jobname test54a-p test54a-lltjext
4 dvipdfmx test54a-p
5 luajitlatex -jobname test54a-l test54a-lltjext
6
7 cat <<EOF > test54a-res.tex
8 \documentclass{article}
9 \pdfpageattr {/Group << /S /Transparency /I true /CS /DeviceRGB>>}
10 \pdfoptionpdfminorversion 7
11 \usepackage[a6paper,landscape,margin=0mm]{geometry}
12 \usepackage{xcolor,graphicx}
13 \usepackage{transparent}
14
15 \def\E#1{\newpage\leavevmode
16 \hbox to 0pt{\transparent{0.5}\textcolor{red}{%
17 \includegraphics[width=\textwidth,page=#1]{test54a-p.pdf}}\hss}%
18 \hbox to 0pt{\transparent{0.5}\textcolor{blue}{%
19 \includegraphics[width=\textwidth,page=#1]{test54a-l.pdf}}\hss}%
20 }
21
22 \begin{document}
23 \parindent0pt
24
25 \newcount\D
26 \D=1
27 \loop\ifnum\D<49
28   \E{\the\D}\advance\D1
29  \repeat
30
31 \end{document}
32 EOF
33
34 pdflatex test54a-res