\documentclass[letterpaper]{report}

 

\newcounter{parag}

\renewcommand\theparag{\arabic{parag}.}

 

\makeatletter

\newcommand\parag{\@startsection{parag}{2}{\z@}%

{3.25ex \@plus1ex \@minus.2ex}%

{-1em}%

{\normalfont\normalsize\bfseries}}

\makeatother

 

\begin{document}

\paragraph{(A Problem)} $ax + b = 0$

\parag{(A Problem)} $ax + b = 0$

\end{document}

 

이렇게 정의했습니다. report.cls 에서 \paragraph 정의를 그대로 가져와서 level 만 바꾸었는데요, heading 이 두 번 찍히네요.

뭘 잘못했는지 알려주시면 감사하겠습니다.

6-5-2012 12-39-46 PM.jpg