ご質問はこちらへ
texlive2018インストール直後のコンパイルについて
texlive2018をインストールしましたが,簡単な文章がコンパイルできず困っております。
ご教示いただけると幸いです。
状況
PCはwindows7(64ビット)
texlive2018をインストール直後,texworksで
タイプセットをpLaTex(ptex2pdf)にして
\documentclass{article}
\begin{document}
Hello, \TeX!
\end{document}
と入力したところ
This is ptex2pdf[.lua] version 20170622.0.
Processing test1.tex
ptex2pdf processing of test1.tex failed.
となりコンパイルできません。
奥村先生の「美文書作成入門(第7版)」のp21に
『以前にインストールした古いtex環境が残っている可能性があります』とありましたが、何か関係があるのでしょうか。
以前はアベノリさんのホームページからインストールしたtexを使っておりました(アンインストール済)
宜しくお願い致します。
【LuaTeX/Jlreq/縦書き】直観的に不自然な行数の変動
LuaTeXでJlreqを使った際、直観的に不自然な挙動に遭遇しました。
lualatex,tate,onecolumn,hanging_punctuation,paper=a6,book,
fontsize=9.41pt, % ここの数字を
jafontsize=9.41pt, % 9.41、9,42、9.43とそれぞれ書きかえる
]{jlreq}
\usepackage{bxjalipsum}
\begin{document}
\jalipsum[1]{wagahai}\par
\jalipsum[2]{wagahai}
\end{document}
このようなソースで、文字のポイント数を9.41→9.42→9.43と変更すると、
1ページ目の行数が、14行→13行→14行と変動します。
実行環境は、
・OS:Windows 10 Pro
・TeXディストリビューション:TeX Live 2018
いずれも4月6日時点の最新です。
upTeX 1.24, upTeXの新元号対応
%% NG (ƀ: U+0180)\kcatcode`ƀ=18
%% OK\kcatcode"180=15
oftパッケージは何処?
2019年4月3日付の W32TeX の ChengLog で texinstwin.zip の説明で「Remove otf.tar.xz, and otfdevel.tar.xz.」とあるのですが、otfパッケージは単独ではなく何処かに吸収されたのでしょうか?
%%---- ここから [2019/04/03] (01) ptex-w32.tar.xz Update eptex.dll. (02) otfbeta.tar.xz Update japanese-otf. (03) texinstwin.zip Remove otf.tar.xz, and otfdevel.tar.xz. (04) uptex-w32.tar.xz Update euptex.dll, and japanese-otf-uptex. (05) web2c-lib.tar.xz Update adobemapping. (06) win64/ptex-w64.tar.xz Update eptex.dll. (07) win64/uptex-w64.tar.xz Update euptex.dll. %%---- ここまで
一行の文字数をページ内で変更したい
jsbookのページの下の罫線をなくしたい
突然コンパイルできなくなる
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/latex/graphics/graph
ics.sty
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/latex/graphics/trig.
sty)
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/latex/graphics-cfg/g
raphics.cfg)
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/latex/graphics-def/d
vips.def))
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/latex/graphics/graph
icx.sty
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/latex/graphics/keyva
l.sty))
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/latex/base/latexsym.
sty)
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/platex/japanese-otf-
uptex/otf.sty
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/platex/japanese-otf/
ajmacros.sty))) (./ã^^83^^9eã^^82^^83
^^85
^^8a^^9bæ^^96³^^95.aux)
Runaway argument?
{\contentsline {subs
./ãã
æ³.tex:10: File ended while scanning use of \@writefile.
<inserted text>
\par
l.10 \begin{document}
\noindent
?
Process aborted
Latexによる入稿
\documentclass[dvipdfmx]{jsarticle} (此処は敢えてjsbooksではなくjsarticleにしています)
\begin{document}
\tableofcontents
\mainmatter
\include{chapter00}
\backmatter
\include{atogaki}
\end{document}
これを打ち込んだ後にタイプセットをしようとすると
Undefined control sequence.
l.4 \mainmatter
と出てきてエラーが起こってしまいます
書籍を見ると両立できるように書いてあるのですが、jsarticleにしたことが原因なのでしょうか?