ご質問はこちらへ
フォントファイル関連の不具合でしょうか?
連投で誠に申し訳有りません.
次をlualatexでコンパイルしました.(Windows7)
-----------------------
\documentclass{ltjsarticle}
\usepackage{luatexja-fontspec}
\setmainjfont{IPAexMincho}
\begin{document}
京の三条の糸屋の娘
\end{document}
-----------------------
次のようなエラーが出ました.(途中部分を抜粋)
=======================
fload/names/otfl-names.lua(load: c:/w32tex/share/ctxdir/luatex-cache/generic/fo
nts/otf/temp-ipaexm.lua)
! LuaTeX error .../share/texmf/tex/luatex/luaotfload/otfl-font-nms.lua:109: att
empt to index field 'names' (a nil value).
<to be read again>
\scan_stop:
l.6 \setmainjfont{IPAexMincho}
? (Enter)を押した
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "IPAexMincho/B/B" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
=======================
'names'が空っぽのようですが....
otfl-font-nms.luaファイルには IPAexMincho の記述はあります.
余分なことですが,
\setmainjfont[NoEmbet]{IPAexMincho}とすればコンパイルはできます.
^^^^^^^^^
対策方法をご教示頂ければ有り難いです.宜しくお願いします.
! LaTeX Error: Encoding scheme `JY1' unknown.
ttp://www.math.sci.hokudai.ac.jp/~abenori/soft/abtexinst.html
でtexなど必要なものをすべてインストールしました。
それかTexWorksのWikiをみてpdfuplatex2.batを作りタイプセットを設定しました。
そしてためしに
\documentclass{jsarticle}
\begin{document}
吾輩は猫である。名前はまだ無い。
どこで生れたかとんと見当がつかぬ。
何でも薄暗いじめじめした所で
ニャーニャー泣いていた事だけは記憶している。
吾輩はここで始めて人間というものを見た。
\end{document}
と打ち込んで実行したら。
! LaTeX Error: Font family `JY1+mc' unknown.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.310 ...c}{m}{n}{<-> s * [0.961] \jsc@pfx@ jis}{}
と出てきました。何か解決策を教えてください。
dviを印刷
図の通し番号がずれてしまう
\documentclass{jsarticle}
\usepackage{emathCap}
\usepackage{emathMw}
\begin{document}
\setlength\unitlength{10mm}
\begin{mawarikomi}{5cm}{
\begin{picture}(0,0)(0,0)
\put(0,0){\dashbox{0.2}(4,4){本当はこいつが図2}}
\end{picture}
\fgcaption{}\label{fg2}
\begin{picture}(0,5)(0,0)
\put(0,0){\dashbox{0.2}(4,4){本当はこいつが図3}}
\end{picture}
\fgcaption{}\label{fg3}
}
\begin{picture}(5,5)(0,0)
\put(0,0){\dashbox{0.2}(4,4){本当はこいつが図1}}
\end{picture}
\fgcaption{}\label{fg1}
\end{mawarikomi}
\end{document}