KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › tcolorbox 상자에서 제목 앞뒤 간격

yihoze | 2015.10.21 14:51:32 | 메뉴 건너뛰기 쓰기
\documentclass{oblivoir} 
\usepackage{tcolorbox}
\tcbuselibrary{breakable,skins}
\tcbset{enhanced}

\newtcolorbox{TabBox}[1][]{
enhanced,
before skip=0pt, after skip=0pt,
boxrule=0.5pt, colframe=gray, colback=white, arc=0.5ex,
boxsep=.5ex, top=1.5ex, bottom=0.5ex, left=0.5em, right=0.5em,
colbacktitle=white, coltitle=black,
attach boxed title to top left={xshift=.5cm, yshift=-3mm},
boxed title style={enhanced, boxrule=0.25pt, colframe=white},
fonttitle=\bfseries, title=#1
}

\begin{document} 
\begin{TabBox}[참고]
이 매뉴얼에서 삽화들은 시스템 구성의 이해를 돕기 위한 것이고, 현장의 실제 시스템과 다를 수 있다.
\end{TabBox}

\end{document}
newtcolorbox_tab.PNG

tcolorbox 설명서를 뒤져 봤지만, 제목인 "참고" 앞뒤 간격을 조정할 수 있는 옵션을 찾지 못했습니다.

어찌 하면 될까요?


첨부 [1]

댓글 [2]

댓글 쓰기

목록

KTUG 한국 텍 사용자 그룹