次の2件が不具合のように思われました.
(1) クラスオプションで a5paper や b5paper を指定しても出来上がりのPDF外形寸法は A4 のままでした.
(2) 数式用に\usepackage{newtxtext,newtxmath}を登録すると,フォントエラー(ptex-ng :fatal: Invalid font: -1 (0))が出ます.PDFは表示できます.
よろしく,お願いします.
多くのユーザが試すことができるように,W32TeX バージョンを
あげていますが,ptex-ng はおそらく未だ実験的段階ではないか
と思います。私は開発者ではないので,よくわかりません。
\usepackage{newtxtext,newtxmath} が駄目なのは
おそらく仮想フォントをまだ使えないのでしょう。
用紙サイズ指定法についても知りません。フォーマットは
デフォルトで A4 になるようにしています。
以下のように直接 \pdfpagewidth と \pdfpageheight を
指定することは可能です:
%
% platex-ng test.tex
%
\documentclass[a5paper]{article}
\pdfpagewidth=148truemm
\pdfpageheight=210truemm
\begin{document}
This is a test.
\end{document}
あげていますが,ptex-ng はおそらく未だ実験的段階ではないか
と思います。私は開発者ではないので,よくわかりません。
\usepackage{newtxtext,newtxmath} が駄目なのは
おそらく仮想フォントをまだ使えないのでしょう。
用紙サイズ指定法についても知りません。フォーマットは
デフォルトで A4 になるようにしています。
以下のように直接 \pdfpagewidth と \pdfpageheight を
指定することは可能です:
%
% platex-ng test.tex
%
\documentclass[a5paper]{article}
\pdfpagewidth=148truemm
\pdfpageheight=210truemm
\begin{document}
This is a test.
\end{document}
(1) Using \pdfpagewidth and \pdfpageheight. See https://github.com/clerkma/ptex-ng/wiki/Overview-of-pTeX-ng
(2) These packages require Virtual Font. And Virtual Font's support will be added to pTeX-ng this weekend. See https://github.com/clerkma/ptex-ng/wiki/The-future-of-pTeX-ng
(2) These packages require Virtual Font. And Virtual Font's support will be added to pTeX-ng this weekend. See https://github.com/clerkma/ptex-ng/wiki/The-future-of-pTeX-ng