質問用フォーラムです。ご質問の前に質問のしかたをご覧ください。

ノンブルの数字を本文より大きくしたいです。

- This is a pen の投稿
プリアンブルと、MAC OS 10.8 はこの様に用いています。
¥documentclass[a4paper,12pt]{jsarticle}
¥usepackage{amsmath}
¥usepackage{otf}
¥usepackage[utf8]{inputenc}
¥usepackage{txfonts}
¥usepackage[T1]{fontenc}
¥usepackage{textcomp}
¥usepackage{setspace}
¥usepackage{bm}
¥usepackage{graphicx}
¥setlength{¥topmargin}{-1mm}
¥addtolength{¥topmargin}{5mm}
¥setlength{¥headheight}{5mm}
¥setlength{¥headsep}{3mm}
¥setlength{¥textheight}{55¥baselineskip}
¥setlength{¥footskip}{0mm}
¥setlength{¥textwidth}{¥fullwidth}
¥setlength{¥evensidemargin}{¥oddsidemargin}
¥renewcommand{¥refname}{¥hspace{0.6pt}¥vspace{-5pt}¥large References}
¥pagestyle{plain}
¥begin{document}
¥begin{spacing}{0.8}
¥vspace*{-18pt}¥noindent¥vspace*{6pt}mass〜本文〜

¥end{equation}
¥setcounter{page}{1}¥newpage
¥vspace*{4pt}The〜本文〜

¥end{spacing}
¥vspace*{30pt}¥begin{thebibliography}{99}
¥bibitem{KIYOSHI}

内容は、ほぼ出来たのですが、少し直したいと思います。
よろしくお願いいたします。

文献参照についての疑問

- 井上 淳 の投稿
最近本を{amasbook}環境で書き出しましたが、参考文献の数が100を超えてしまいました。その結果
¥begin{thebibliography}{99}
のままだと106個までは打ち出しますが、それ以降は¥cite commandにたいし「0」を返してくるし、引用文献表には番号が打ち出されません。

{99}はラベルの幅だけだと書かれ2桁の数字分だということですが、{999}と変えたぐらいではかえってまずくなってしまいます。
どなたか解決法をお教えくださいませんか

bxokumacro の ruby, kenten, dangerous が最新 XeLaTeX で動かない

- konn の投稿
どうも。

XeLaTeX でルビが使いたかったので、ZRさんのbxptool(のbxokumacro)を使おうと思ったのですが、何やら最新の XeLaTeX で bxptool がちゃんと作動しないようです。

端的には、公式ページのokumacroのサンプルコードがタイプセット出来ません。
dangerous環境をやめて、kenten と ruby をコメントアウトすれば他は動くようです。

たとえば、\rubyをつかうと次のようなエラーが出ます:
\bxok@setzw ->\bxok@zw =\zxjt@scale 
                                    em\relax 
l.9   \ruby{組}{くみ}
                        \ruby{版}{はん}\quad

また、\kenten や \begin{dangerous} についても、行や切れている箇所は違いますが、上の行の \bxok@setzw ... の部分は同じエラーが出ました。

環境は以下の通りです:

  • MacTeX 2015
  • XeTeX 3.14159265-2.6-0.99992 (TeX Live 2015)
  • bxptool 0.3

美文書のVERSIONについて

- 岡田 哲夫 の投稿
つい最近まで、もう古いのですが、美文書作成入門(改定第4版)を使っていました。
PCが故障したので新しくインストールし直しました。Compile、
DVI作成まではうまくいくのですが、PDF作成のところで、Fileは作っているのですが、ADOBEがAcrobatReader DCにしてしまった関係なのか、PDF Fileを作ったあと、プログラムが停止し、
通常終了になりません。OSはW7で新品同様ですが、うまく終了しません。最新の改定第6版に買い換えた方が良いでしょうか?
私のPC独自の問題かもしれませんが、つい最近まで「DC」ではない旧バージョンのAcrobatReaderでは問題なく動いていましたので、お聞きしました。

入力漢字コードが jis の pTeX での高位バイトの扱い

- Z. R. の投稿

現状の (u)pTeX において入力漢字コードに jis を指定(-kanji=jis)した場合、入力ファイルに含まれる高位バイト(128 以上のバイト)の扱いはどうなるのでしょうか?

確か、昔の(ptexenc 導入以前の)pTeX では、kanji=jis の時に高位バイトがあればそれは EUC-JP として解釈されていたはずです。

しかし、少なくとも Windows の TeX Live(最新)で試したところでは、内部漢字コード(-kanji-internal)と同じと解釈されるように見えます。そういう仕様なのでしょうか。


[test.tex]
% 文字コードはeuc
\message{\number`琲}\bye % E0 EA
% sjisだと〈瑕〉となる

これを以下のコマンドでコンパイルします。

ptex -no-guess-input-enc -kanji=(F) -kanji-internal=(I) test.tex

\message で出力される整数値は以下のようになりました。

(F) (I)
sjis sjis 57578
sjis euc 57580
euc sjis 57576
euc euc 57578
jis sjis 57578
jis euc 57578

framed 環境と proof環境の間に \footnotetext を入れると間があく

- konn の投稿
どうも。

framed 環境の中では \footnote{...} コマンドを使ってもテキストが出力されないので、\footnotemark と \footnotetext{...} を使って、マーク付けを framed  環境の中で、テキストの指定を外でやっています。
だいたいこれで上手くいくのですが、たとえば、次のように framed 環境と proof 環境の間に を挟むと、添付したファイルの如くフレームとProofの間が不自然に空いてしまいます。
\documentclass{article}
\usepackage{amsthm}
\usepackage{framed}
\begin{document}
\begin{framed}
 Me\footnotemark, doctor!?
\end{framed} %\footnotetext{Mr. Bertenshaw.}
\begin{proof}
 No, me doctor, you Mr. Bertenshaw.
\end{proof}
\end{document}
Proof が framed と同じページに入り切るくらい十分短かければProofの後に置けばいいんですが、そうでない場合にはどうすれば良いでしょうか?
添付 footnotes.jpg

テーブルのキャプション番号を任意に設定したい

- kasahara kazuki の投稿
タイトルの通り

\begin{table}
\caption{***}
\begin{tabular}
*
*
*
\end{tabular}
\end{table}

とした場合のキャプションの番号を任意に設定したいです。

setcounter{table}{"任意の番号"}を先頭に追加すればいいという情報もありましたが、整数は可能でも少数が設定できませんでした。

表1.1とか表1.2などの少数を用いた表番号を任意に設定する方法は他にありませんでしょうか?

お手数をかけますが回答の程頂けると助かります。

footnoteの位置について、float環境

- 西村 一輝 の投稿
すみません、質問させて頂きます。

現在、luatexでltjsbookクラスを用いて日本語文章の組版をしています。

float環境を用いて図を挿入した所、本文脚注より下に挿入されてしまいます。

ページ下部だが脚注よりは上の位置、に図を挿入することは出来るのでしょうか?

よろしくお願いします。

texで中学数学で使う数直線を作りたいです。

- ishii akira の投稿

texでtikzを使って中学数学で使う数直線を作りたいです。直線に目盛りがあって、目盛りの下に-5.-4.・・・、4,5とか数値を表示したものです。

線を引くこと、縦線で目盛りを表示すること、マイナスでない連続した数字を表示することはできます。

マイナスからプラスの連続した数字を目盛りの下に表示することを、どうすればできるのか、よく分かりません。

tikzのマニュアルをみて、試行錯誤して試したのですがどうもうまくできません。

よろしくお願いします。

以上

This NFSS system isn't set up propertyというエラー

- sk attack の投稿
海外の出版社から提供されたTeXソースをコンパイルしましたら
次のようなエラーが出て,うまくコンパイルできません.
フォントの問題でしょうか??
教えていただけると助かります.
---------------------------------------------
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(./b2021-ch01.tex
LaTeX2e <2015/10/01> patch level 2
Babel <3.9m> and hyphenation patterns for 79 languages loaded.
(./spi-b2021.cls

LaTeX Warning: You have requested document class `spi-b2021',
but the document class provides `spi-b883'.

Document Class: spi-b883 1996/05/26 v1.3r Standard LaTeX document class

Warning: psfig.sty could be be found.


Warning: epsfsafe.tex could not be found.


epsfig.sty inputed...ok
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/epsfig.sty

LaTeX Warning: You have requested document class `spi-b2021',
but the document class provides `epsfig'.

Document Class: epsfig 1999/02/16 v1.7a (e)psfig emulation (SPQR)
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/graphics.cfg)
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/dvips.def))))

epsf.sty inputed...ok
(/usr/local/texlive/2015/texmf-dist/tex/generic/epsf/epsf.sty
This is `epsf.tex' v2.7.4 <14 February 2011>
) (/usr/local/texlive/2015/texmf-dist/tex/latex/rotating/rotating.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ifthen.sty))
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsfonts/amsfonts.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsfonts/amssymb.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/color.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/color.cfg)
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/dvipsnam.def))
(/usr/local/texlive/2015/texmf-dist/tex/latex/lastpage/lastpage.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/alltt.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/tools/array.sty) (./mathrsfs.sty)
(./mathtimy.sty (/usr/local/texlive/2015/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/ly1/ly1enc.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/ly1/ly1ptm.fd)) (./mathtime.sty))
(./lineno.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/boxedminipage/boxedminipage.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/makeidx.sty)
(./ws-crop9x6.sty (./crop.sty
(/usr/local/texlive/2015/texmf-dist/tex/xelatex/xetexconfig/crop.cfg)))
(./fnpos.sty)) (./b2021-ch01.aux) (./my1mtt.fd)
No file MY2mtt.fd.

! LaTeX Error: This NFSS system isn't set up properly.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.3 \begin{document}

?
---------------------------------------------