看板 LaTeX 關於我們 聯絡資訊
謝謝你準確的回答,馬上試過了,可用 另外發問裡面有一些錯誤,更正後如下: ============================================================================= \documentclass[12pt,a4paper]{report} \usepackage{fancybox,pstricks} \newcommand{\titledbox}[2] {\boxput*(-0.6,1){\psframebox*{ #1 }} {\psframebox[framesep=12pt] {\begin{minipage}[t]{0.92\textwidth}#2\end{minipage}}} } \begin{document} \fontsize{12}{18pt}\selectfont \newcounter{icount} \renewcommand{\theicount}{\addtocounter{icount}{1}\arabic{icount}} \begin{list}{}{ \usecounter{icount} \renewcommand{\makelabel}[1]{\titledbox{ 狀況 \theicount }{#1}}} \item [狀況的內文] \item [狀況的內文] \end{list} \end{document} ============================================================================= 以上確實可以寫出想要的格式~ 萬分的感謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.194.25