diff --git a/help/YATEXHLP.eng b/help/YATEXHLP.eng index 423f9c3..cd6ceb9 100644 --- a/help/YATEXHLP.eng +++ b/help/YATEXHLP.eng @@ -1722,8 +1722,9 @@ \end{figure*} includegraphics -\usepackage{graphicx} ... \includegraphics[Options]{graphicfile.eps} +\usepackage[DRIVER]{graphicx} ... \includegraphics[Options]{graphicfile.eps} Include graphics$B!#(BRequires `graphicx' package. +Typical [DRIVER] is [dvipdfmx]. Possible [Options] are as follows. scale=X width=W @@ -1735,6 +1736,36 @@ viewport=llx lly urx ury (Rerative to BoundingBox) trim=left bottom right top +[Example] +% Preamble +\usepackage[dvipdfmx]{graphicx} +% document body +\begin{figure}[h]\centering + \includegraphics[width=0.4\columnwidth,bb=0 0 400 300]{foo.jpg} + \caption{foo image}\label{foo-fig} +\end{figure} +Figure \ref{foo-fig} says that foo is foo. +% YaTeX automatically inserts `bb=' line when you input \includegraphics{} +% with completion. + +wrapfigure +\begin{wrapfigure}[LINES]{POS}[OVH]{WIDTH} ...Images... \end{wrapfigure} +LINES(Optional) Number of narrow lines +POS One of `r l i o' (Right, Left, Inside, Outside) + R L I O for float +OVH(Optional) Overhangs for margin +WIDTH Width of figure + +[Example] +% Preamble +\usepackage{wrapfig} +% body of document +\begin{wrapfigure}{r}{4cm} + \includegraphics[width=3cm,bb=0 0 640 480,clip]{foo.jpg} + \caption{foo image}\label{foo-jpg} +\end{wrapfigure} + + abstract \begin{abstract} ... \end{abstract} Output abstract diff --git a/help/YATEXHLP.jp b/help/YATEXHLP.jp index 494f59e..ecf3e2c 100644 --- a/help/YATEXHLP.jp +++ b/help/YATEXHLP.jp @@ -1738,8 +1738,9 @@ \end{figure*} includegraphics -\usepackage{graphicx} ... \includegraphics[�I�v�V����]{graphicfile.eps} +\usepackage[�h���C�o]{graphicx} ... \includegraphics[�I�v�V����]{IMG.eps} �摜����荞�ށB�v graphicx �p�b�P�[�W�B +�u�h���C�o�v�� dvipdfmx ���B �u�I�v�V�����v�͈ȉ��̂��̂��w��”\�B scale=�g�嗦 width=�� @@ -1751,6 +1752,34 @@ viewport=llx lly urx ury (BoundingBox���̑��ΓI���W�Ő؂���) trim=left bottom right top (�w�肵������؂���) +�y�g�p��z +% �v���A���u�� +\usepackage[dvipdfmx]{graphicx} +% �{�� +\begin{figure}[h]\centering + \includegraphics[width=0.4\columnwidth,bb=0 0 400 300]{hoge.jpg} + \caption{hoge�̎d�g}\label{hoge-fig} +\end{figure} +�}\ref{hoge-fig}�ɂ���Ƃ���A�ق��͂ق��Ȃ̂��B +% \includegraphics{} ��⊮���͂����bb=�s��yatex������ɒ��ׂē����B + +wrapfigure +\begin{wrapfigure}[LINES]{POS}[OVH]{WIDTH} ...�摜... \end{wrapfigure} +LINES(�ȗ���) ��荞�݂���s��(�f�t�H���g�͉摜�̍�����) +POS r l i o �̂ǂꂩ(�E�A���A���J�������A�O��) + �啶�� R L I O �͉摜�t���[�g +OVH(�ȗ���) �摜�̒���o���}�[�W��(\wrapoverhang �ʏ�0) +WIDTH ��荞�݂���(�摜���݂�)�� + +�y�g�p��z +% �v���A���u�� +\usepackage{wrapfig} +% �{�� +\begin{wrapfigure}{r}{4cm} + \includegraphics[width=3cm,bb=0 0 640 480,clip]{hoge.jpg} + \caption{�ق��ق�}\label{hoge-jpg} +\end{wrapfigure} + abstract \begin{abstract} ... \end{abstract} ���^(�A�u�X�g���N�g)���o�͂���B