現在の pTeX では、ソース上の行が[和字]+[1 個以上の開きまたは閉じの
ブレース]で終わっている場合、行端由来の空白は入らないようですが、
これって仕様なのでしょうか?
pTeX の配布に含まれるドキュメント類を探しても、
$texmfmain/doc/ptex/base/jtexdoc.tex に、
欧文の場合、改行は単語間のスペースとして取り扱われますが、
日本語の場合、原稿内では自由な箇所で改行が行えたほうが便利です。\\
そこで日本語\TeX では、1行の終わりが1バイトコードの場合はスペーサー
の挿入を行い、2バイトコードの場合は何も行わないようになっています。
とあるだけで、[和文字]+[ブレース]が更なる例外であるというような
記述は見つかりません。『改訂第 7 版 LaTeX2e 美文書作成入門』§3.10 の
記述も同様ですし、他の書籍類でも見た覚えがありません。
一方、実際の pTeX は、相当昔からから、このような場合には行端は単に
無視されるという動作をしてきたものと記憶しています。
※ 私が最初に気付いたのは、MS-DOS 上で動作する East Wind 版と
呼ばれるものだったと思います。
ずっと気にはなっていたものの、実際上の問題になることはなかろうと考えて
特にどこにも報告せずにいた(ひょっとすると、TeX Q & A(ここの
旧掲示板)あたりでちらっと言及したような気もします)のですが、
https://okumuralab.org/tex/mod/forum/discuss.php?d=2667&parent=15619 の
最後の「なぜ」は、この点に由来するわけで、この際はっきり確かめておきたく、
質問させていただく次第です。
以下、確認用のソースです。
------------------------------------------------------------------------
\documentclass{jarticle}\relax
\def\testA#1#2{%
\def\tempA{#1}%
\futurelet\tempAA\testAA
}
\def\testAA{%
\typeout{\tempA: \meaning\tempAA:}%
}
\def\testB#1#2#3{%
\def\tempA{#3}%
\typeout{#1: \meaning\tempA:}%
}
\begin{document}
\testA{01}{和X}
Y% % “01: blank space :”と表示される(行端が空白に変換される)
\testA{02}{{和X}}
Y% % “02: blank space :”と表示される(行端が空白に変換される)
%
\testA{03}{和}
Y% % “03: the letter Y:”と表示される(行端は無視される)
\testA{04}{{和}}
Y% % “04: the letter Y:”と表示される(行端は無視される)
\testA{05}{和}
Y% % “05: the letter Y:”と表示される(行末の空白も行端も無視される)
\testA{06}{和} %
Y% % “06: blank space :”と表示される。
% これは行末由来ではなく、% の直前のスペースがそのまま
% 空白として認識されたものと思われる。
% 05 の結果とは対照的だが、期待どおりの動作。
\testA{07}{\和}
Y% % “07: blank space :”と表示される(ブレースの直前が和文字でも、それが
% コントロール・シーケンス名の一部なら行端が空白に変換される)
% これも期待どおりの動作。
\testB{08}X{
Y}% % “08: macro:-> Y:”と表示される(行端が空白に変換される)
\testB{09}X{{
Y}}%% “09: macro:->{ Y}:”と表示される(行端が空白に変換される)
\testB{10}和{
Y}% % “10: macro:->Y:”と表示される(行端は無視される)
\testB{11}和{{
Y}}%% “11: macro:->{Y}:”と表示される(行端は無視される)
\message{^^J}
\end{document}
ご質問はこちらへ
質問用フォーラムです。ご質問の前に質問のしかたをご覧ください。
arxivへの投稿方法
- 大田 靖 の投稿
arxivへ投稿段階で以下のエラーで進みません。原因がわかる方は教えていただければ助かります。よろしくお願いいたします。
[verbose]: *** Using TeX Live 2016 ***
[verbose]: Calling arXiv submission AutoTeX process
[verbose]: TeX/AutoTeX.pm: admin_timeout = minion
[verbose]: <lalaland_para.pdf> is of type 'PDF'.
[verbose]: <natbib.sty> is of type 'TeX auxiliary'.
[verbose]: <compe.pdf> is of type 'PDF'.
[verbose]: <honkirin_para.pdf> is of type 'PDF'.
[verbose]: <pure_water.pdf> is of type 'PDF'.
[verbose]: <pure_water_para.pdf> is of type 'PDF'.
[verbose]: <honkirin.pdf> is of type 'PDF'.
[verbose]: <beautiful_harmony.pdf> is of type 'PDF'.
[verbose]: <cupnoodle.pdf> is of type 'PDF'.
[verbose]: <paperboom.tex> is of type 'PDFLATEX'.
[verbose]: <beautiful_harmony_para.pdf> is of type 'PDF'.
[verbose]: <lalaland.pdf> is of type 'PDF'.
[verbose]: <cupnoodle_para.pdf> is of type 'PDF'.
[verbose]: ~~~~~~~~~~~ Processing file 'paperboom.tex'
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running hpdflatex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && pdflatex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./paperboom.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/texlive/2016/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/texlive/2016/texmf-dist/tex/latex/base/size12.clo))
(/texlive/2016/texmf-dist/tex/latex/psnfss/times.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/texlive/2016/texmf-dist/tex/latex/amsmath/amstext.sty
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/texlive/2016/texmf-dist/tex/latex/amscls/amsthm.sty)
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/texlive/2016/texmf-dist/tex/latex/float/float.sty)
(/texlive/2016/texmf-dist/tex/latex/caption/subcaption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption3.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty))))
(/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty)
(/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
! LaTeX Error: Unknown option `pdflatex' for package `graphics'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.91 \if
!\Gin@driver!
?
! Emergency stop.
...
l.91 \if
!\Gin@driver!
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on paperboom.log.
[verbose]: pdflatex 'paperboom.tex' failed.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running pdflatex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && pdflatex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./paperboom.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/texlive/2016/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/texlive/2016/texmf-dist/tex/latex/base/size12.clo))
(/texlive/2016/texmf-dist/tex/latex/psnfss/times.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/texlive/2016/texmf-dist/tex/latex/amsmath/amstext.sty
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/texlive/2016/texmf-dist/tex/latex/amscls/amsthm.sty)
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/texlive/2016/texmf-dist/tex/latex/float/float.sty)
(/texlive/2016/texmf-dist/tex/latex/caption/subcaption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption3.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty))))
(/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty)
(/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
! LaTeX Error: Unknown option `pdflatex' for package `graphics'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.91 \if
!\Gin@driver!
?
! Emergency stop.
...
l.91 \if
!\Gin@driver!
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on paperboom.log.
[verbose]: pdflatex 'paperboom.tex' failed.
[verbose]: 'htex' is not a valid TeX format; will ignore.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running htex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && tex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.14159265 (TeX Live 2016) (preloaded format=tex)
(./paperboom.tex
! Undefined control sequence.
l.1 \documentclass
[12pt,twoside]{article}
?
! Emergency stop.
l.1 \documentclass
[12pt,twoside]{article}
No pages of output.
Transcript written on paperboom.log.
[verbose]: tex 'paperboom.tex' failed.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running tex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && tex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.14159265 (TeX Live 2016) (preloaded format=tex)
(./paperboom.tex
! Undefined control sequence.
l.1 \documentclass
[12pt,twoside]{article}
?
! Emergency stop.
l.1 \documentclass
[12pt,twoside]{article}
No pages of output.
Transcript written on paperboom.log.
[verbose]: tex 'paperboom.tex' failed.
[verbose]: We failed utterly to process the TeX file 'paperboom.tex'
[error]: Unable to sucessfully process tex files.
*** AutoTeX ABORTING ***
[verbose]: AutoTeX returned error: Unable to sucessfully process tex files.
[verbose]: $autotex->process failed $@: $?: 0 $!: Inappropriate ioctl for device
[verbose]: Error running AutoTeX process:
TeX log appears below
[verbose]: Creating arXiv submission AutoTeX object[verbose]: *** Using TeX Live 2016 ***
[verbose]: Calling arXiv submission AutoTeX process
[verbose]: TeX/AutoTeX.pm: admin_timeout = minion
[verbose]: <lalaland_para.pdf> is of type 'PDF'.
[verbose]: <natbib.sty> is of type 'TeX auxiliary'.
[verbose]: <compe.pdf> is of type 'PDF'.
[verbose]: <honkirin_para.pdf> is of type 'PDF'.
[verbose]: <pure_water.pdf> is of type 'PDF'.
[verbose]: <pure_water_para.pdf> is of type 'PDF'.
[verbose]: <honkirin.pdf> is of type 'PDF'.
[verbose]: <beautiful_harmony.pdf> is of type 'PDF'.
[verbose]: <cupnoodle.pdf> is of type 'PDF'.
[verbose]: <paperboom.tex> is of type 'PDFLATEX'.
[verbose]: <beautiful_harmony_para.pdf> is of type 'PDF'.
[verbose]: <lalaland.pdf> is of type 'PDF'.
[verbose]: <cupnoodle_para.pdf> is of type 'PDF'.
[verbose]: ~~~~~~~~~~~ Processing file 'paperboom.tex'
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running hpdflatex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && pdflatex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./paperboom.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/texlive/2016/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/texlive/2016/texmf-dist/tex/latex/base/size12.clo))
(/texlive/2016/texmf-dist/tex/latex/psnfss/times.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/texlive/2016/texmf-dist/tex/latex/amsmath/amstext.sty
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/texlive/2016/texmf-dist/tex/latex/amscls/amsthm.sty)
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/texlive/2016/texmf-dist/tex/latex/float/float.sty)
(/texlive/2016/texmf-dist/tex/latex/caption/subcaption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption3.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty))))
(/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty)
(/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
! LaTeX Error: Unknown option `pdflatex' for package `graphics'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.91 \if
!\Gin@driver!
?
! Emergency stop.
...
l.91 \if
!\Gin@driver!
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on paperboom.log.
[verbose]: pdflatex 'paperboom.tex' failed.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running pdflatex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && pdflatex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./paperboom.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/texlive/2016/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/texlive/2016/texmf-dist/tex/latex/base/size12.clo))
(/texlive/2016/texmf-dist/tex/latex/psnfss/times.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/texlive/2016/texmf-dist/tex/latex/amsmath/amstext.sty
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/texlive/2016/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/texlive/2016/texmf-dist/tex/latex/amscls/amsthm.sty)
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/texlive/2016/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/texlive/2016/texmf-dist/tex/latex/float/float.sty)
(/texlive/2016/texmf-dist/tex/latex/caption/subcaption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption.sty
(/texlive/2016/texmf-dist/tex/latex/caption/caption3.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty))))
(/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
(/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty)
(/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
! LaTeX Error: Unknown option `pdflatex' for package `graphics'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.91 \if
!\Gin@driver!
?
! Emergency stop.
...
l.91 \if
!\Gin@driver!
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on paperboom.log.
[verbose]: pdflatex 'paperboom.tex' failed.
[verbose]: 'htex' is not a valid TeX format; will ignore.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running htex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && tex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.14159265 (TeX Live 2016) (preloaded format=tex)
(./paperboom.tex
! Undefined control sequence.
l.1 \documentclass
[12pt,twoside]{article}
?
! Emergency stop.
l.1 \documentclass
[12pt,twoside]{article}
No pages of output.
Transcript written on paperboom.log.
[verbose]: tex 'paperboom.tex' failed.
[verbose]: TEXMFCNF is unset.
[verbose]: ~~~~~~~~~~~ Running tex for the first time ~~~~~~~~
[verbose]: Running: "(export HOME=/tmp PATH=/texlive/2016/bin/arch:/bin; cd /submissions/2783621/ && tex 'paperboom.tex' < /dev/null)" 2>&1
[verbose]: This is TeX, Version 3.14159265 (TeX Live 2016) (preloaded format=tex)
(./paperboom.tex
! Undefined control sequence.
l.1 \documentclass
[12pt,twoside]{article}
?
! Emergency stop.
l.1 \documentclass
[12pt,twoside]{article}
No pages of output.
Transcript written on paperboom.log.
[verbose]: tex 'paperboom.tex' failed.
[verbose]: We failed utterly to process the TeX file 'paperboom.tex'
[error]: Unable to sucessfully process tex files.
*** AutoTeX ABORTING ***
[verbose]: AutoTeX returned error: Unable to sucessfully process tex files.
[verbose]: $autotex->process failed $@: $?: 0 $!: Inappropriate ioctl for device
[verbose]: Error running AutoTeX process:
このトピックを読む
(現在の返信数: 4)
¥newcommand{¥Ffb} について
- 坂本 の投稿
inkscapeのレタリングの不具合について
- F Roco の投稿
図の埋め込みと文の表示位置
- kenji ikeda の投稿
\documentclass[11pt]{jsarticle}
\usepackage[dvipdfmx]{graphicx}
\begin{document}
\includegraphics[scale=0.1]{ppp.jpg}
真横につなげたい
\end{document}
とした場合、添付画像のようになります。これを画像の真横にうまく表示させたいのですがどうしたらよいでしょうか?
このトピックを読む
(現在の返信数: 1)
欧文フォント14書体埋め込みについて
- あ あ の投稿
はじめまして。
まだTexを触り始めて1週間未満で初心者中の初心者です。
愚問かもしれませんが、現在実行している「Texの環境」について質問させていただきます。
随時、質問として情報が不足している場合はご指摘いただけると幸いです。
現在、MacでTexを扱っております。(platex+dvipdfmx)
そこで、PDFを作成する際に欧文フォントの埋め込みを行おうと思っております。
多くのサイトでは、dvipdfmx.cfgにてdlbase14.mapを有効にすることで欧文フォントの埋め込みができると書いてありましたが、私のdvipdfmx.cfgには上記のmapファイルが存在しておりません。
ちなみに、gs_pdfwr.psでの/.standardfontsで使用するフォントのコメントアウトも行ってみましたが、埋め込まれておりませんでした。
このような場合、dlbase14.mapがうまくダウンロードされていないことが問題なのでしょうか。
それとも、gs_pdfwr.psでの操作がPDF化の際に有効になっていないことでしょうか。
それとも、そもそもフォントの情報を含む(mapファイルとは別の)ファイルが本来必要だが、私のPCにダウンロードできていない、などといったことが原因なのでしょうか。
アドバイスがございましたら是非宜しくお願い致します。
このトピックを読む
(現在の返信数: 5)
総和(summation)を表すシグマの下付き文字の表示
- 共振 回路 の投稿
texlive2017のインストール後epsが表示できません
- てる てる の投稿
初めまして。奥村先生の美文書作成入門7版のDVDから
texliveをWindowsマシンにインストールいたしました。
特にエラーも出ずにインストールが完了し、TeXworksが
起動できることを確認し、サンプルのtexをコンパイルしてみました。
ここまでは順調に進みましたが、epsファイルが表示できず、
お知恵を拝借したいと思い投稿させていただきました。
現象は以下の通りです:
epsファイルをダブルクリックすると、PS_View Consoleが立ち上がり
エラーが表示されます。エラーの内容は
-----------
Warning-the DELAYBIND command has been deprecated, and will be
removed in the next version. For now you can restore
the behaviour by using -dREALLYDEALYBIND but if you
require continued use of this command you should contact
the Ghostscript developers.(連絡先:省略)
Unrecoverable error: undefined in DELAYBIND
This is wxLuaGhostscript.
Lua: Error while running chunk
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:1511: Failed to start Ghostscript
stack traceback:
[C]: in function'error'
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:1511: in function 'StartGS'
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:2230: in function 'Main'
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:2242: in main chunk
-----------
です。
使用環境:Windows 10 Professional
インストール先:DVDのデフォルトのまま
やってみたこと:
システム環境変数を確認しましたら、texlive\2017\bin\win32
へのPathが通っていなかったので、本の通りに手動で追加した。
やろうとしたができなかったこと:
一旦アンインストールして入れ直そうと思ったのですが、
Windowsのアンインストール一覧にtexliveが表示されない。
エラーの内容がよくわからないのですが、-dREALLYDEALYBINDを
どこかに付ければ、とりあえずは動くようになると言っているので
しょうか?
どうぞよろしくお願いいたします。
texliveをWindowsマシンにインストールいたしました。
特にエラーも出ずにインストールが完了し、TeXworksが
起動できることを確認し、サンプルのtexをコンパイルしてみました。
ここまでは順調に進みましたが、epsファイルが表示できず、
お知恵を拝借したいと思い投稿させていただきました。
現象は以下の通りです:
epsファイルをダブルクリックすると、PS_View Consoleが立ち上がり
エラーが表示されます。エラーの内容は
-----------
Warning-the DELAYBIND command has been deprecated, and will be
removed in the next version. For now you can restore
the behaviour by using -dREALLYDEALYBIND but if you
require continued use of this command you should contact
the Ghostscript developers.(連絡先:省略)
Unrecoverable error: undefined in DELAYBIND
This is wxLuaGhostscript.
Lua: Error while running chunk
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:1511: Failed to start Ghostscript
stack traceback:
[C]: in function'error'
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:1511: in function 'StartGS'
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:2230: in function 'Main'
C:\texlive\2017\tlpkg\tlpsv\psv.wx.lua:2242: in main chunk
-----------
です。
使用環境:Windows 10 Professional
インストール先:DVDのデフォルトのまま
やってみたこと:
システム環境変数を確認しましたら、texlive\2017\bin\win32
へのPathが通っていなかったので、本の通りに手動で追加した。
やろうとしたができなかったこと:
一旦アンインストールして入れ直そうと思ったのですが、
Windowsのアンインストール一覧にtexliveが表示されない。
エラーの内容がよくわからないのですが、-dREALLYDEALYBINDを
どこかに付ければ、とりあえずは動くようになると言っているので
しょうか?
どうぞよろしくお願いいたします。
このトピックを読む
(現在の返信数: 4)