ご質問はこちらへ
Gsviewインストールのトラブル
uplatex + biblatex + biberでエラーが出る
scheme-basicを用い、必要なもののみ手動でインストールしています。
biblatex + biberを使おうとしたところ、何度やってもエラーが出てしまうため質問させて頂きます。
例えばここにあるsimple exampleを使ってみます。
https://en.wikibooks.org/wiki/LaTeX/Bibliographies_with_biblatex_and_biber#A_simple_example
$ pdflatex doc.tex
$ biber doc
$ pdflatex doc.tex
$ pdflatex doc.tex
は正常に動くのですが、
$ uplatex doc.tex
$ biber --bblencoding=utf8 -u -U --output_safechars doc
$ uplatex doc.tex
とすると、次のようなエラーが出てしまいます。
! Bad character code (8217).
=
l.12 \end
{document}
?
これは私の環境でのみ起こる問題なのでしょうか。
対処法など教えて頂けると幸いです。
エラーの対処方法が分かりません。
TeXStudioのエラーメッセージ「TeXStudioの非常事態」
最近,WindowsにTeXLiveとTeXStudioを導入し,TeX環境を構築しました.はじめは問題なく利用できたのですが,Beamerでスライドを作りはじめ,保存してからまた後日TeXStudioを開いて暫く経つと「TeXStudioの非常事態」というポップアップメッセージが表示されます.内容は
「TeXStudioは 0ac3c3b8 のc++exception のためクラッシュしました.スレッドは停止されています.TeXStudioを実行し続けますか?これはデータの破壊につながるかもしれません.」
です.何日かウェブでいろいろ調べたのですが,全く解決につながりそうな手がかりとなる情報が得られませんでした.
また,これに伴いハードディスクの容量が莫大に消費してしまいます.おそらくクラッシュした際に大量のログがどこかのディレクトリに書き込まれている可能性があるのですが,どこでそのログを消せばよいでしょうか?
何卒ご協力よろしくお願いいたします.
pdfTeXでエラー表示がでる
------------------This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./Moduli_3dim_diffeo_rev_3.tex
LaTeX2e <2017-04-15>
Babel <3.15> and hyphenation patterns for 84 language(s) loaded.
(/usr/local/texlive/2017/texmf-dist/tex/latex/amscls/amsart.cls
Document Class: amsart 2015/03/04 v2.20.2
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/local/texlive/2017/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/usr/local/texlive/2017/texmf-dist/tex/latex/tools/enumerate.sty)
(/usr/local/texlive/2017/texmf-dist/tex/latex/amsfonts/amssymb.sty)
(/usr/local/texlive/2017/texmf-dist/tex/platex/base/ascmac.sty
(/usr/local/texlive/2017/texmf-dist/tex/platex/base/tascmac.sty
/usr/local/texlive/2017/texmf-dist/tex/platex/base/tascmac.sty:57: Undefined co
ntrol sequence.
l.57 \pdfextension
mapline{+ascgrp <ascgrp.pfb}
? q
OK, entering \batchmode
jlreq で section 等のカスタマイズ
¥documentclass[uplatex]{jsarticle}に関して
/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/platex/jsclasses/jsar
ticle.cls:241: Class jsarticle Error: You are running pLaTeX.
(jsarticle) Please use upLaTeX instead, or remove 'uplatex' from
(jsarticle) the class option list.
See the jsarticle class documentation for explanation.
Type H <return> for immediate help.
と出まして、どうも上手く行きません。さらに[upLaTeX]に変更して、タイプセットを押してみますと
(/Applications/TeXLive/Library/texlive/2016/texmf-dist/tex/platex/jsclasses/jsl
ogo.sty))
LaTeX Warning: Unused global option(s):
[upLaTeX].
(./test.aux)
./test.tex:6: Undefined control sequence.
l.6 \UTF
{2460}%
?
と出てきて、どうにも上手く行きません。何卒、よろしくお願いいたします。
tikzでnode名を付与すると数式の間隔が空きすぎる
数式にcalloutで説明を入れるために、tikzでnode名を付与して、説明を入れているのですが、数式の中で\tikzを使うと大きなアキができてしまいます。
\tikzを入れない場合と見た目が変わらない形で\tikzでノードを入れたいのですが、\hspaceなどで無理矢理調整するぐらいしか対応が思い浮かびません。
ご助言をいただければ幸いです。
下記はmweです。
%#!pdflatex
\documentclass{minimal}
\usepackage{tikz}
\usetikzlibrary{positioning,shapes}
\begin{document}
\[
\begin{array}{ll}
x&=\tikz[remember picture,baseline=(fs.base)]{\node(fs){$a_x$};}%
\tikz[remember picture,baseline=(cs.base)]{\node(cs){$F$};}+%
\tikz[remember picture,baseline=(sf.base)]{\node(sf){$e_x$};}\\
y&=a_yF+e_y\\
z&=a_zF+e_z\\
\end{array}
\]
\begin{tikzpicture}[remember picture,overlay,
every node/.style={rectangle callout,fill=red!20,overlay}]
\node[callout absolute pointer=(fs.north),above left=of fs]{AAA}; %
\node[callout absolute pointer=(cs.north),above=of cs]{BBB}; %
\node[callout absolute pointer=(sf.north),above right=of sf]{CCC}; %
\end{tikzpicture}
\end{document}
よろしくお願いします。