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>처럼 입력하시면 좋습니다.

ko.TeXLive 설치 후 컴파일이 안됩니다.

2016.09.29 14:54

EQMaker 조회 수:1359

어제 처음 레이텍을 접한 쌩 초짜 입니다.


텍라이브2016 을 설치하여 튜토리얼을 하나씩 해 보다가, 한글을 입력한 부분은 PDF로 출력되지 않아서 ko.TeXLive를 설치했습니다.

ko.TeXLive 를 설치한 다음, 다시 컴파일을 해 보니, 컴파일 진행이 되지 않고 에러 메세지가 출력됩니다.


1. 제가 ko.TeXLive를 제대로 설치한 것인지 한번 봐주셨으면 합니다.

캡처.PNG




2. TeXworks 에서 pdfLaTeX를 선택한 후 조판버튼을 누르면 아래와 같은 콘솔 메세지가 출력되는데 다음으로 넘어가려면 어떻게 해야 할지요?

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

restricted \write18 enabled.

entering extended mode

(./letter.tex

LaTeX2e <2016/03/31> patch level 3

Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.

(c:/texlive/2016/texmf-dist/tex/latex/base/latex209.d ef


Entering LaTeX 2.09 COMPATIBILITY MODE

*************************************************************

!!WARNING!! !!WARNING!! !!WARNING!! !!WARNING!!

This mode attempts to provide an emulation of the LaTeX 2.09

author environment so that OLD documents can be successfully

processed. It should NOT be used for NEW documents!

New documents should use Standard LaTeX conventions and start

with the \documentclass command.

Compatibility mode is UNLIKELY TO WORK with LaTeX 2.09 style

files that change any internal macros, especially not with

those that change the FONT SELECTION or OUTPUT ROUTINES.

Therefore such style files MUST BE UPDATED to use

Current Standard LaTeX: LaTeX2e.

If you suspect that you may be using such a style file, which

is probably very, very old by now, then you should attempt to

get it updated by sending a copy of this error message to the

author of that file.

*************************************************************


(c:/texlive/2016/texmf-dist/tex/latex/base/tracefnt. sty)

(c:/texlive/2016/texmf-dist/tex/latex/base/latexsym. sty))

(c:/texlive/2016/texmf-dist/tex/latex/base/letter.cls

Document Class: letter 2014/09/29 v1.2z Standard LaTeX document class

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


! LaTeX Error: LaTeX2e command \usepackage in LaTeX 2.09 document.


See the LaTeX manual or LaTeX Companion for explanation.

Type H <return> for immediate help.

...

l.2 \usepackage

{kotex}

?

 


아래는 컴파일 하려 하는 소스 입니다.

\documentstyle{letter}

\usepackage{kotex}

\begin{document}


\address{서울시 양천구 목동서로 201 (목동)}

\signature{R. (Ma) Dillo \\ Director of Cuisine}

\begin{letter}{G. Natheniel Picking \\

Acme Exterminators \\

Illinois}


\opening{Dear Nat,}


abc abc fafel.

I did More thi.....


한글로 된 본분 내용


.... Beasts this time.


\closing{Best Regards,}

\cc{Jimmy Carter\\Richard M. Nixon}

\end{letter}


\end{document}

 




번호 제목 글쓴이 날짜 조회 수
공지 Minimal Working Example을 첨부해주세요 [4] nanim 2015.06.23 230465
258 tnx_tex 1.4.5 에러 문의 [1] tex_초보자 2017.06.05 1349
257 문서중간에 한글 폰트 변경하기 [2] file roseq 2017.02.26 4356
256 \xetex_if_engine:T ??? [31] 구름저편에 2017.02.02 2549
255 한글폰트 추가 사용 [8] roseq 2017.02.08 2784
254 컴파일 에러 ('kjas_kor.sty') [2] file dropoff 2017.02.08 1351
253 LaTeX Error: No counter 'Hfootnote' defined. [2] 초보자 2017.02.06 1364
252 문의 드립니다. 새로 설치한 tex에서 구 문서 조판 에러 발생 [5] file roseq 2017.01.04 1349
251 miktex 은글꼴 에러 [1] 한글어려워 2016.12.31 1357
250 최근 업데이트 이후에 일어난 에러 [1] Dennis 2016.12.21 1342
249 Texworks 컴파일중 에러 Improper alphabetic constant. [3] 쿨한선비 2016.12.07 14408
248 TeXShop 문제 해결되었습니다. 느림보 2016.12.03 1350
247 psfig vs includegraphics [1] 껌프 2016.11.24 1356
246 CTAN newtx 패키지 설치 관련 문의 드립니다 [2] jfh 2016.11.14 1402
245 도와주세요....학회에서 배포하는 샘플 latex이 실행이 안됩니다.ㅠㅠ [2] ㅎㅎ 2016.11.04 1363
» ko.TeXLive 설치 후 컴파일이 안됩니다. [2] file EQMaker 2016.09.29 1359
243 Latex tabu 질문입니다. [1] table 2016.09.27 1346
242 분수 표현에 대해 질문이 있습니다. [7] 불량양파 2016.09.25 1354
241 includegraphics 의 파일이름에 특수기호는 어떻게 처리하면 되나요? [2] 불량양파 2016.09.03 1359
240 xelatex를 이용하면서 bibtex를 사용하는법 [6] 핵뉴비 2016.04.11 1516
239 fontspec error: "font-not-found"는 어떻게 해결해야하나요? [1] 박기현 2016.08.11 1392



XE Login