ご質問はこちらへ
dvipdfmx の -l オプションが効かない?
% 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.
何か見落としがあるのでしょうか?
1 MathJaxがベスト? 2 MathJaxで\multicolumn
context(mkiv)でコンパイル不具合
foo.tex
-----------------------------
\starttext
\setupbodyfont[ipaex,10pt]
\startscript[nihongo]
吾輩は猫である.名前はまだ無い.
\stopscript
\stoptext
-----------------------------
context foo でコンパイルすると
次のwarningが出ました.
-------------------------------------------------------
warning (pdf backend): unexpected use of \pdfvariable
! Missing number, treated as zero.
<to be read again>
\edef
l.1126 \edef
\pdfpagebox {\pdfvariable pagebox} \pdfpag...
?
!!!!: Your luatex binary is too old, you need at least version 1.08!
-------------------------------------------------------
Postscript10ptで40字ベタ組をしたい
改訂第7版LaTeX2e美文書作成入門
macOS High Sierra においてヒラギノフォントを使う
kanji-config-updmap statusをターミナルで入力すると
「Cannot find ptex-fontmaps-macos-data.dat, skipping!
CURRENT family for ja: ipaex
Standby family : ipa」
と表示されます.また,kanji-config-updmap-sys hiraginoを入力すると,
「Cannot find ptex-fontmaps-macos-data.dat, skipping!
hiragino not available, falling back to auto!
CURRENT family for ja: ipaex
Standby family : ipa
Setting up ... ptex-ipaex.map
updmap will read the following updmap.cfg files (in precedence order):
/usr/local/texlive/2018/texmf-config/web2c/updmap.cfg
/usr/local/texlive/2018/texmf-dist/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
/usr/local/texlive/2018/texmf-config/web2c/updmap.cfg
updmap: Directory "/usr/local/texlive/2018/texmf-var/fonts/map/dvips/updmap" isn't writable: at /Library/TeX/texbin/updmap line 1449.」と表示されます.
対処法を教えて頂けないでしょうか?
texmakerでbeamerが使えない
今回、texmaker の設定が終わりBeamer を使って、試しに以下のスライドを実行したところエラーが発生しました。
\documentclass{beamer}
\begin{document}
\begin{frame}
Hello!
\end{frame}
\end{document}
Error line2 undifined control sequence.
beamerに必要なパッケージはダウンロードしたつもりですが、保存先の指定が不十分なのでしょうか。 どのように保存すれば正常に動くようになるよでしょうか。エラーの原因を特定できません。
ダウンロードしたファイルは
latex-Beamer-3.07.tar.gz
pgf-2.01.tar.gz
xcolor211.cab
の三つです。