KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › TeXworks로 latex+dvips+pspdf 경로 컴파일 문제입니다.

바다여행 | 2012.08.07 00:14:52 | 메뉴 건너뛰기 쓰기

윈도우 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

댓글 [2]

댓글 쓰기

목록 삭제

KTUG 한국 텍 사용자 그룹