MacTeX - TeXShop で 日本語を使う方法
当ページのリンクには広告が含まれています。
スポンサーリンク
TeXShop で TeX、LaTeX を日本語化した pTeX、pLaTeX を使う方法を紹介します。
TeXShop のデフォルトの設定で、和文の文章クラス「jsarticle(jsbook)」の LaTeX 文章
\documentclass{jsarticle} \begin{document} こんにちは、\LaTeX! \end{document}
をタイプセット(処理)しようとすると……
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./hello.tex LaTeX2e <2014/05/01> Babel <3.9k> and hyphenation patterns for 78 languages loaded. (/usr/local/texlive/2014/texmf-dist/tex/platex/jsclasses/jsarticle.cls /usr/local/texlive/2014/texmf-dist/tex/platex/jsclasses/jsarticle.cls:38: LaTeX Error: This file needs format `pLaTeX2e' but this is `LaTeX2e'. See the LaTeX manual or LaTeX Companion for explanation. Type Hfor immediate help. ... l.38 \NeedsTeXFormat{pLaTeX2e} ?
このようにうまくいきません。
ということで、ここでは TeXShop で pTeX、pLaTeX を使う方法をみていきます。
MacTeX - TeXShop で 日本語を使う方法
Finder の「アプリケーション」フォルダ内にる「TeX」へ移動し、「TeXShop」を起動します。
上部メニュー「TeXShop」→「環境設定」をクリックします。
クリックすると「TeXShop 環境設定」ウィンドウが表示されるので、左下の「設定プロファイル」をクリックし、
画面右下の「OK」をクリックし、TeXShop を終了します。
再度、TeXShop を起動し、文章クラス「jsarticle」の LaTeX を入力します。