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 조회 수:1373

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


텍라이브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 231885
451 bookcover관련 질문입니다/ [2] file 김종열 2017.03.12 1367
450 c:/texlive/2016/texmf-dist/tex/latex/memoir/mem10.clo 이후 컴파일이 진행되지 않습니다 [2] file 시아닌 2017.03.01 1376
449 \xetex_if_engine:T ??? [31] 구름저편에 2017.02.02 2560
448 listing 패키지의 한글 주석 색넣기 [9] 김소원 2017.02.15 7285
447 컴파일 에러 ('kjas_kor.sty') [2] file dropoff 2017.02.08 1355
446 koTeX 설치 에러 [4] file user 2017.02.08 2009
445 LaTeX Error: No counter 'Hfootnote' defined. [2] 초보자 2017.02.06 1374
444 exsheets에서 1. 을 문제1로 변형하는 방법이 궁금요 [2] 이용도 2017.02.04 1353
443 latex으로 만든 한글pdf 파일의 copy-paste 문제 [8] aud 2011.09.15 8316
442 Miktex에서 한글사용 관련된 질문입니다. [2] 아캔트맥유럽 2017.01.12 1377
441 miktex 은글꼴 에러 [1] 한글어려워 2016.12.31 1367
440 ko.TeX과 hyperref [1] file sylvian 2016.12.15 4692
439 Font shape `EU1/NanumGothic(0)/m/it' undefined [1] 장태수 2016.12.21 2788
438 Texworks 컴파일중 에러 Improper alphabetic constant. [3] 쿨한선비 2016.12.07 14475
437 Texlive2016, WinEdt 10.1에서 한글 사용 문제 문의드립니다. [3] file 흑석컨트롤 2016.10.07 1361
» ko.TeXLive 설치 후 컴파일이 안됩니다. [2] file EQMaker 2016.09.29 1373
435 kotex 설치중 계속 이런상태네요. [10] file 초보자 2016.09.20 1382
434 TOC 스타일에 대한 질문입니다. [9] 불량양파 2016.09.09 1357
433 ttf2kotexfont 관련 [2] 초보 2016.09.18 1363
432 수식 입력 방법별 줄 간격 차이 [4] file 김준용 2016.09.13 2147



XE Login