KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › tnxtex로 수학관련 문서 작성중 definition 뒤 번호 매기기 관해 질문이 있습니다.

Xaviere | 2012.09.22 02:09:35 | 메뉴 건너뛰기 쓰기

\documentclass{book}

\usepackage{kotex}

\begin{document}

\chapter{Test}

\section{Test1}

\newtheorem{definition}{Definition}

\newtheorem{thm}{Theorem}[chapter]

\newtheorem{lm}[thm]{Lemma}

\begin{definition}

f is differentiable if there exists

\end{definition}

\begin{thm}

Don't hide in the witness box

\end{thm}

\begin{lm}[The Twelve]

It could be you!

\end{lm}

\end{document}


그냥 test를 해보기 위해 문서를 짜봤습니다.

원하는 것은 definition 뒤에는 번호가 붙지 않는 것인데...

\newtheorem*를 하면

\* 는 이미 정의가 되었다고 나오면서 컴파일이 되질않습니다...

다른 패키지를 설치하고 불러와야 하는 것인지요?

아님 뭔가 다른 방법이 있는지요?

댓글 [3]

댓글 쓰기

목록 삭제

KTUG 한국 텍 사용자 그룹