Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Created October 6, 2012 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zr-tex8r/3845085 to your computer and use it in GitHub Desktop.
Save zr-tex8r/3845085 to your computer and use it in GitHub Desktop.
standalone クラスは dvipdfmx でも使えるような気がする
% 普通に platex して dvipdfmx したら
% 切り出した形の PDF が作れる
\documentclass{standalone}
\usepackage{plext} % わざわざ縦書きにしてみる
\begin{document}
\begin{minipage}<t>{6zw}
あきらめたら\\
そこで\\
試合終了だよ
\end{minipage}
\end{document}
% もっとも、切り出した「画像PDF」を作るのは
% standalone パッケージの本来の目的ではないようだが…。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment