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 231875
2295 설치 중 에러 문의 [6] file Danny 2017.08.13 1368
2294 표 작성 관련 .... [12] 아마추어 2017.09.25 1368
2293 XeLaTeX 목차 질문입니다. [1] coelus 2018.02.12 1368
2292 luatexko 에러 메시지 [4] yihoze 2018.04.18 1368
2291 align 식 간격 [2] file 하늘연 2015.02.22 1369
2290 텍스트 조판 관련 질문드립니다.. [6] file 이상민 2015.04.27 1369
2289 log 값 출력 함수 [14] puzzlist 2015.06.18 1369
2288 \bigskip 이 수평간 간격조절이 아닌가요? [1] file 초보tex 2015.07.05 1369
2287 오류가 계속 나네요 도와주세요(파일첨부했습니다) [1] file 2015.10.10 1369
2286 쪽번호를 가운데 아랫부분에 달고싶습니다.도와주세요 [1] 미공 2016.04.08 1369
2285 일반 평문인데.. 이상하게 띄어져서 나옵니다...-.-; [6] file 불량양파 2016.04.08 1369
2284 이런 행렬식은 수식을 어떻게 입력해야 하나요? [2] file tnttex 2016.04.09 1369
2283 TexWorks editor에서 어떤 텍을 선택해야 하나요? [10] file 한인기 2016.08.31 1369
2282 includegraphics 의 파일이름에 특수기호는 어떻게 처리하면 되나요? [2] 불량양파 2016.09.03 1369
2281 tabu 에 대해 질문이 있습니다. [7] 불량양파 2016.09.04 1369
2280 psfig vs includegraphics [1] 껌프 2016.11.24 1369
2279 책의 형식에 대한 질문입니다. [2] 불량양파 2016.12.09 1369
2278 perl.exe 응용프로그램오류 [1] file 나나난난 2017.03.08 1369
2277 차례(목차) 형식에 관한 질문 [2] file 최수열 2018.03.08 1369
2276 TexShop에서 스펠링 잘못 가르쳤을때 [1] TexShop 유저 2021.05.20 1369



XE Login