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

TeXworks로 latex+dvips+pspdf 경로 컴파일 문제입니다.

2012.08.07 00:14

바다여행 조회 수:35436

윈도우 7 64비트에 TeXLive 2012 + ko.tex 설치를 완료하고 테스트를 해본 결과

TeXworks에서 latex+dvips+pspdf 경로로 컴파일이 되지 않습니다.

 

소스 파일은 아래와 같습니다. (test.tex)

% !TEX TS-program = latex+dvips+pspdf

% !TEX encoding = UTF-8 Unicode

\documentclass[11pt]{article} % use larger type; default would be 10pt

\title{Brief Article}

\author{The Author}

%\date{} % Activate to display a given date or no date (if empty),

% otherwise the current date is printed

\begin{document}

\maketitle

\section{First section}

Your text goes here.

\subsection{A subsection}

Hello. My name is xxx.

\end{document}

콘솔 출력은 아래와 같습니다. 무엇이 문제일까요?

 

This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/W32TeX)

restricted \write18 enabled.

entering extended mode

(./test.tex

LaTeX2e <2011/06/27>

Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge

rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi

c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis

h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis

h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h

ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma

rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian,

kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,

polish, portuguese, romanian, romansh, russian, sanskrit, serbian, serbianc, s

lovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian,

welsh, loaded.

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

Document Class: article 2007/10/19 v1.4h Standard LaTeX document class

(c:/texlive/2012/texmf-dist/tex/latex/base/size11.clo)) (./test.aux) [1]

(./test.aux) )

Output written on test.dvi (1 page, 620 bytes).

SyncTeX written on test.synctex.gz.

Transcript written on test.log.

This is dvips(k) 5.992 Copyright 2012 Radical Eye Software (www.radicaleye.com)

dvips: ! Bad DVI file: first byte not preamble

Error: /undefinedfilename in (test.ps)

Operand stack:


Execution stack:

%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push

Dictionary stack:

--dict:1169/1684(ro)(G)-- --dict:0/20(G)-- --dict:77/200(L)--

Current allocation mode is local

Last OS error: No such file or directory

GPL Ghostscript 9.05: Unrecoverable error, exit code 1

번호 제목 글쓴이 날짜 조회 수
공지 Minimal Working Example을 첨부해주세요 [4] nanim 2015.06.23 230435
1256 \nrightarrow 크게 할려면 [1] 박준행 2014.12.19 1879
1255 기묘한 chapter/page style [5] puzzlist 2014.12.19 2451
1254 List of figures에서 그림 페이지를 잘못 가르킵니다. [16] nocturn 2014.12.17 3180
1253 목차... 장과 절이 겹치는데... [2] file xwmooc 2014.12.16 2197
1252 cases 환경에서 rbrace [3] file 처음처럼 2014.12.15 1794
1251 kswrapfig 에서 caption 알림 삭제 [5] file 처음처럼 2014.12.13 1886
1250 맥 요세미티에서 한글 MacTex 설치 [2] 김명기 2014.12.12 2029
1249 페이지 번호를 새로 시작하거나 특정 번호부터 시작하고 싶습니다. [1] odoltosy 2014.12.12 9845
1248 그림삽입좀 도와주세요..... [1] file algebra 2014.12.11 1540
1247 enumerate 환경에서 kswrapfig 사용 [7] file 처음처럼 2014.12.11 20020
1246 hfont.sty 와 kotex에 관해서.. [2] 갱갱 2014.12.10 1652
1245 epsfig.sty 에 관해서.. [1] file 갱갱 2014.12.09 1349
1244 authblk 패키지를 사용하는 도중 두 번째 \maketitle에서 에러가 발생합니다. [2] 위대한 서씨 2014.12.06 1629
1243 Undefined control sequence 에러인데 뭐가 문제인지 모르겠습니다 [2] file ponic 2014.12.05 7545
1242 소제목 및 각주 문의드립니다 [1] 모모 2014.12.05 1709
1241 tex 책의 영문 chapter 를 장으로 변경 [1] xwmooc 2014.12.03 1679
1240 TeXWorks에서 Arara를 쓸 때 프로세스 종료 문제 [2] Dennis 2014.12.03 1354
1239 각주와 페이지번호가 겹치는 문제 [7] file 송재현 2014.12.02 4054
1238 수학 논문을 한글로 쓸 때 정리 내부 글꼴을 무엇으로 하는 게 맞나요? [7] file 위대한 서씨 2014.12.02 8030
1237 TeXLive 2014 그림 삽입 [5] file 유저스 2014.12.02 1900



XE Login