| [ CnUnix ] in KIDS 글 쓴 이(By): guest (guest) <theo06.postech.a> 날 짜 (Date): 2003년 3월 30일 일요일 오후 04시 01분 08초 제 목(Title): tex에서 그림 삽입.. 이 안되네요..-_- 간단한 테스트로 한 파일도 컴파일이 안됩니다.. 제 파일은.. ------------------------------------------- \documentclass[12pt,a4paper]{article} \usepackage{graphics} \begin{document} \begin{figure}[thb] \includegraphics{fig_2_a.ps} \end{figure} \end{document} -------------------------------------------- 이구요.. 컴파일 결과는 This is TeX, Version 3.14159 (Web2C 7.3.1) (fig2.tex LaTeX2e <1999/12/01> patch level 1 Babel <v3.6Z> and hyphenation patterns for american, french, german, ngerman, i talian, portuges, russian, spanish, nohyphenation, loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 1999/09/10 v1.4a Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) (/usr/share/texmf/tex/latex/graphics/graphics.sty (/usr/share/texmf/tex/latex/graphics/trig.sty) (/usr/share/texmf/tex/latex/config/graphics.cfg) (/usr/share/texmf/tex/latex/graphics/dvips.def)) (fig2.aux)) Runaway argument? \end {figure} \end {document} ! File ended while scanning use of \Gread@parse@bb. <inserted text> \par <*> fig2.tex 이네요.. 텍스 파일 네임은 fig2.tex이구요.. 어디를 손 봐야하지요?.. 미리 감사드리며 부탁드립니다.. |