Q&A 마당은 텍 관련 질문/답변을 위해 만들었습니다.

  • 로그인 없이 자유롭게 글을 읽고 쓸 수 있는 철학은 처음과 같이 계속됩니다.
  • 질문 전에 아래를 읽어 보세요. 좋은 질문이 좋은 답을 받을 수 있는 좋은 방법입니다.
    • 질문에 맞는 제목을 붙이세요. 질문의 내용과 관련없는 "고수님", "긴급질문", "도와주세요"와 같은 제목은 답이 잘 올라오지 않습니다. 이 게시판에 올라오는 모든 글은 질문입니다. 굳이 [질문], [Q]를 적으실 필요도 없습니다.
    • 내용을 충실히 적어 주시고, 같은 상황을 재현할 수 있는 최소한의 예제가 같이 있어야 합니다.
    • 최소 예제는 "Minimal working example"을 읽어 보세요.
  • 파일을 첨부하실 때에는 가능한 압축하여 파일 크기를 줄여서 올려주시길 바랍니다.
  • 개인적으로 사용하신 글꼴이 들어 있는 경우, preparefont.sty에 관한 답변을 참조하세요.
  • 스팸 글을 막기 위하여 짧은 시간 내에 다시 글이 등록되는 IP를 막거나, 광고 글을 막기 위하여 금지어로 .com, .net 등을 설정하고 있습니다. 다소간의 불편함이 있으시더라도 양해 바랍니다.
    • 금지어에서 stackexchange, stackoverflow, ctan, overleaf, , github, google.com, gmail.com, .org, .io, sil.org, wiki.com, tistory.com등은 해제하였습니다.
  • MathJax를 이용한 수식조판을 사용하실 수 있습니다. 여기를 참조하세요.
  • 사용하는 편집기는 CKeditor입니다.
    • 편집기에서 [enter]를 누르면 <p> 태그가 들어가고, 문단으로 생각하고 한 줄을 비웁니다.
    • 글줄만 바꾸려면 [shift-enter]를 누르면 <BR> 태그가 들어가므로 용도에 맞게 나누어 쓸 수 있습니다.
    • 수식를 문서내에 삽입하시려면 에디터를 툴바에서 [소스]를 눌러 HTML로 입력할 수 있게 바꾸신 후 <pre> </pre> tag를 사용하셔서 <pre> 여러 줄의 수식 </pre>처럼 입력하시면 좋습니다.

그림올리기 에러

2015.03.04 17:07

bobo 조회 수:1574


\begin{figure}

\centering

\includegraphics[scale=1.5]{picapica}

\caption{picture}

\end{figure}



바탕화면에 있는 picapica 라는 그림을 넣고싶어서요..

근데 처음에는 화면에 떴었는데



This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/W32TeX) (preloaded format=pdflatex)

restricted \write18 enabled.

entering extended mode

(./�ִٺ�.tex

LaTeX2e <2014/05/01>

Babel <3.9l> and hyphenation patterns for 79 languages loaded.

(c:/texlive/2014/texmf-dist/tex/latex/base/article.cls

Document Class: article 2014/09/29 v1.4h Standard LaTeX document class

(c:/texlive/2014/texmf-dist/tex/latex/base/size10.clo))

(c:/texlive/2014/texmf-dist/tex/latex/cjk-ko/kotex.sty

(c:/texlive/2014/texmf-dist/tex/latex/kotex-utf/kotex.cfg)

(c:/texlive/2014/texmf-dist/tex/latex/kotex-utf/kotexutf.sty

(c:/texlive/2014/texmf-dist/tex/latex/base/inputenc.sty

(c:/texlive/2014/texmf-dist/tex/latex/base/utf8. def

(c:/texlive/2014/texmf-dist/tex/latex/base/t1enc.dfu)

(c:/texlive/2014/texmf-dist/tex/latex/base/ot1enc.dfu)

(c:/texlive/2014/texmf-dist/tex/latex/base/omsenc.dfu)))

(c:/texlive/2014/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex)

(c:/texlive/2014/texmf-dist/tex/latex/kotex-utf/lucenc.dfu)

(c:/texlive/2014/texmf-dist/tex/latex/cjk-ko/kolabels-utf.sty)))

(c:/texlive/2014/texmf-dist/tex/latex/graphics/graphicx.sty

(c:/texlive/2014/texmf-dist/tex/latex/graphics/keyval.sty)

(c:/texlive/2014/texmf-dist/tex/latex/graphics/graphics.sty

(c:/texlive/2014/texmf-dist/tex/latex/graphics/trig.sty)

(c:/texlive/2014/texmf-dist/tex/latex/latexconfig/graphics.cfg)

(c:/texlive/2014/texmf-dist/tex/latex/pdftex-def/pdftex. def

(c:/texlive/2014/texmf-dist/tex/generic/oberdiek/infwarerr.sty)

(c:/texlive/2014/texmf-dist/tex/generic/oberdiek/ltxcmds.sty)))) (./�ִٺ�.aux

! Missing \endcsname inserted.

<to be read again>

\unih@ngulpoint

l.3 \newlabel{ㅎ:label}{{1}{1}}

?



콘솔출력에 갑자기 이런 메세지가 뜨면서 실행이 안돼요..

Errors:1 이라는데



3

Missing \endcsname inserted.
<to be read again>
                   \unih@ngulpoint
l.3 \newlabel{ㅎ:label}{{1}{1}}




이렇게 뜨구요..


어떻게해야하죠...?

번호 제목 글쓴이 날짜 조회 수
공지 Minimal Working Example을 첨부해주세요 [4] nanim 2015.06.23 230405
1915 ko.tex에서 한자는 어떻게 써지는지 궁금합니다. [1] 반디뿌리 2017.12.07 1367
1914 TeX Live command-line 어떻게 열어요??? [4] file 반디뿌리 2017.12.06 1388
1913 TexLive 2017 전체 삭제는 어떻게 하나요? [8] 안암동 2017.12.06 1825
1912 Beamer로 보노보노 넣기 [4] 보노보노 2017.12.06 17635
1911 여러 언어를 사용할 때, 장이나 절의 본문의 첫 글자를 한글로 쓸 경우 앞에 빈 공간이 생기는 문제 [11] file 이기문 2017.12.05 5790
1910 Compile Error가 나는데 도와주실 수 있나요..ㅠ [2] file 오키도키요 2017.12.03 2017
1909 문서 전제에서 줄간격을 동일하게 유지하려면, 문서 전체에서 식자되는 수직 위치를 고정하려면 [1] 이기문 2017.12.03 1351
1908 색인 개수 세기 [5] 하늘연 2017.12.01 5396
1907 Itemize에서 Underline과 줄 바꿈의 충돌 [10] 김준용 2017.11.30 1407
1906 Noto Serif CJK KR 글꼴에 뭔가 문제가 있을까요? [12] Dennis 2017.11.28 4419
1905 Expl3 안에서의 ampersand 기호 사용 [2] file 베이드프즈 2017.11.26 2773
1904 beamer + luatex 사용시 pdf viewer의 bookmark와 pdf title이 깨져보이는 현상 [3] sm 2017.11.25 1353
1903 \singlespacing에 단락 바꾸기가 삽입되는 문제 [5] 이기문 2017.11.23 1357
1902 [보고] kotex을 얹을 때 listings 패키지에서 showspace 옵션이 무력화 되는 현상 [2] file Progress 2017.11.23 1349
1901 소스코드를 verbatim 등을 이용해 삽입한 경우 자동 줄바꿈이 안됩니다. [4] 또리띠리 2017.11.22 1435
1900 찾아보기 한글 영문 순서 [5] XeLaTeX 초보자 2017.11.19 4415
1899 (초보질문) 표의 크기와 모양을 조절하는 방법을 모르겠습니다. [2] 오르만세 2017.11.15 3736
1898 한글이 쓰여진 tex파일을 lyx으로 변환할 때 글자 깨짐 [2] 낙지울음소리 2017.11.14 1350
1897 yap error [8] file asdf 2017.11.07 1366
1896 그림 세개 넣으려면 어떻게 해야하나요.? [1] file 코텍 2017.10.30 10667



XE Login