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 230464
1704 reference 뒤로 그림 넣기 [3] nari 2013.10.14 3201
1703 XeLaTeX으로 인도어 쓰기 충돌 문제 [2] file 김인동 2019.12.22 3199
1702 데비안의 'texlive-lang-korean' 패키지? [1] stephen422 2014.06.21 3198
1701 polyglossia와 일본어 [4] yihoze 2020.12.23 3194
1700 ! You can't use `\relax' after \the. [4] file 판돌이 2020.02.13 3194
1699 세로쓰기 조판 질문입니다. [2] file doran 2018.11.25 3185
1698 List of figures에서 그림 페이지를 잘못 가르킵니다. [16] nocturn 2014.12.17 3180
1697 파일 내 한글 깨짐 현상 [1] file 자비에 2015.03.23 3178
1696 index (찾아보기)에서 page가 update되지 않아요. [2] file kmchoi 2014.01.18 3178
1695 같은 줄에서 왼쪽 정렬, 오른쪽 정렬 나누는 법 [6] file 길쭉 2020.12.04 3172
1694 그림 가로로 정렬 [5] file fortune 2014.10.01 3171
1693 중국어와 중국어병음 동시표기방법을 알고 싶습니다. [4] file 하늘연 2014.07.02 3171
1692 표에서 열 정렬 ; 급해요! [1] 서재현 2012.02.08 3168
1691 paragraph 처럼 만들었는데 이상한 현상 [1] file 궁금이 2012.06.05 3167
1690 (워크숍 과제?) mdframe 적용을 lyx과 연관지어서 시도해보았습니다. xelatex 문제가 발생해서 여쭤봅니다. [3] file 하늘연 2013.11.10 3163
1689 xelatex에서 한글과 영어 자간 조절 [3] file 고구마라떼 2014.05.29 3160
1688 book 에서 chapter1이라는 글과 section번호 1.1등이 안보이도록 하는 방법 [6] 용아 2017.06.16 3147
1687 Chicago citation 스타일 [1] 쿨가이짱구 2013.10.15 3147
1686 bidi 에서 footnote 번호 문제 [2] file 큰바위 2020.03.20 3146
1685 Font 가 Not loadable 하다네요 [6] file 김민규 2013.12.05 3136



XE Login