W32TeX で以下のようなソースをタイプセットして
% pLaTeX
\documentclass[a3paper]{jsarticle}
\begin{document}
\noindent{}あ\hfill{}い
\vfill
\mbox{}\hfill 真ん中\hfill\mbox{}
\vfill
\noindent{}わ\hfill{}ん
\end{document}
dvipdfmx で A4 横置きになることを期待して
C:\Users\tony\Documents>dvipdfmx -p a4 -l -o hoge-a.pdf hoge
hoge -> hoge.pdf
[1]
1990 bytes written
としますが出来上がったpdfファイル(添付したもの)は a4 縦置きになってしまいます。
Landscape モードの -l オプションが効いていない印象です。
dvipdfmx のバージョンは以下の通りです。
C:\Users\tony\Documents>dvipdfmx --version
This is dvipdfmx Version 20181008 by the DVIPDFMx project team,
modified for TeX Live,
an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.
Copyright (C) 2002-2018 the DVIPDFMx project team
Copyright (C) 2006-2018 SIL International.
This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
何か見落としがあるのでしょうか?
以下のバージョンでfixされました。
ありがとうございました。
C:\Users\tony>dvipdfmx --version
This is dvipdfmx Version 20181012 by the DVIPDFMx project team,
modified for TeX Live,
an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.
Copyright (C) 2002-2018 the DVIPDFMx project team
Copyright (C) 2006-2018 SIL International.
This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
ありがとうございました。
C:\Users\tony>dvipdfmx --version
This is dvipdfmx Version 20181012 by the DVIPDFMx project team,
modified for TeX Live,
an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.
Copyright (C) 2002-2018 the DVIPDFMx project team
Copyright (C) 2006-2018 SIL International.
This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.