emath saloon

新規発言一覧最新記事過去一覧検索HOME

No.1391  emath BBS #13193 関連
発言者: 飯島 徹
発言日: 2016 12/01 05:40
tcolorboxの\newtcolorbox命令を用いて定義しており
auto counterでtcbReidai環境が出力されるたびに自動でカウンタがインクリメントされます

%#!ptex2pdf -l -u temp
\documentclass[dvipdfmx,uplatex]{jsarticle}
\usepackage{bxjalipsum,tcolorbox}
\tcbuselibrary{breakable,skins}
\newdimen\zw
\newdimen\zh
\zw=1zw
\zh=1zh
\newtcolorbox[auto counter]{tcbReidai}[1][]{%
 breakable,enhanced,before upper={\parindent=1\zw},%
 overlay={%
  \node[text width=16mm,align=center,text=white,font=\bfseries,shift={(8mm,0)}]
       at(frame.north west)[below,yscale=1.5]{例題\thetcbcounter};%
 },%
 overlay first={%
  \node[text width=16mm,align=center,text=white,font=\bfseries,shift={(8mm,0)}]
       at(frame.north west)[below,yscale=1.5]{例題\thetcbcounter};%
 },%
 overlay middle={%
  \node[text width=16mm,align=center,text=gray,font=\bfseries,shift={(8mm,0)}]
       at(frame.west)[yscale=1.5]{続くよ};%
 },%
 overlay last={%
  \node[text width=16mm,align=center,text=white,font=\bfseries,shift={(8mm,0)}]
       at(frame.south west)[above,yscale=1.5]{終わり};%
 },%
 leftrule=16mm}
\begin{document}
\begin{tcbReidai}
 \jalipsum{preamble}
\end{tcbReidai}
\begin{tcbReidai}
 \jalipsum{hatsukoi}
\end{tcbReidai}
\begin{tcbReidai}
 \jalipsum{jugemuP}
\end{tcbReidai}
\begin{tcbReidai}
 \jalipsum{preamble}
\end{tcbReidai}
\begin{tcbReidai}
 \jalipsum{preamble}

 \jalipsum{hatsukoi}

 \jalipsum{jugemuP}

 \jalipsum[1-8]{wagahai}
\end{tcbReidai}
\end{document}

▼関連発言

1391:emath BBS #13193 関連 [飯島 徹] 12/01 05:40
 └1392:Re:emath BBS #13193 関連 [飯島 徹] 12/01 05:46<-last

Pass 保存


CGIROOM