Created
September 2, 2017 21:11
-
-
Save h-kitagawa/27fb063da4730164fd53042aae8f8b33 to your computer and use it in GitHub Desktop.
atbegshi.sty + 縦組クラス
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{tarticle} | |
\usepackage[word]{continue}% これは atbegshi 依存 | |
\usepackage{etoolbox} | |
\makeatletter | |
\patchcmd{\AtBegShi@Output}% | |
{\let\AtBegShi@OrgProtect\protect}% | |
{\setbox\z@\hbox\bgroup\yoko\let\AtBegShi@OrgProtect\protect}% | |
{}{} | |
\patchcmd{\AtBegShi@Output}% | |
{\AtBeginShipoutOriginalShipout\box\AtBeginShipoutBox}% | |
{\AtBeginShipoutOriginalShipout\box\AtBeginShipoutBox\egroup}% | |
{}{} | |
\AtBeginShipout{\AtBeginShipoutAddToBox{ほーげほーげ,ふが「ぴよ」}} | |
\begin{document} | |
あいうえお、かきくけこ。「さーしす:せそ?」 | |
\newpage | |
This is a pen. い | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
だいたい ok らしかったのですが,pdfpages パッケージ使用時にはエラーが出ました。