I need once again your help! I am unable to put floating pics one side the other side the text. Because the texts are too short, they are not aligned vertically the right place. So I decided to use mini page (good idea?) to have two columns. One side the text, the other one the pics and control the vertical space with \vspace{30pt} for example ...
Here a minimal example:
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\title{How to Create a Minipage with one Side Pics the other side Text}
\date{}
\maketitle
\section{Glaze Techniques of Japanese Pottery}
% first column
\begin{minipage}[t]{0.45\textwidth}
\subsection{Abura-age-de}
Glaze that looks like deep-fried toufu; found on Ki-Seto ware.
\subsection{Aka-e}
Polychrome overglaze, usually red in tone. This style of overglaze painting was introduced to Japan directly from China, and is used primarily with porcelains (Imari, Kakiemon, Nabeshima and Kutani).
\subsection{Ame-yu}
Ame means amber and yu means glaze. Ame-yu can be translated as amber (caramel) glaze - it contains iron oxide or manganese oxide with feldspar. Often seen on chawan (tea bowls) and mizusashi (water jars). For more, see Ohi Ware.
\end{minipage}
%second column
\begin{minipage}[t]{0.45\textwidth}
\fbox{\includegraphics[width=0.4\textwidth]{pix01.jpg}} %\caption[ An example of Abura-age-de Glaze ]{\tiny{An example of Abura-age-de Glaze}\footnotemark} \label{abura-age-de glaze}
%\footnotetext{Source: \url{http://www.etc.jpg}}
\fbox{\includegraphics[width=0.4\textwidth]{pix02.jpg}} %\caption[ An example of Ame-yu Glaze ]{\tiny{An example of Ame-yu Glaze}\footnotemark} \label{ame-yu glaze}
%\footnotetext{Source: \url{http:tec.jpg}}
\end{minipage}
\end{document}
I would be very very grateful for any hint.
Greetings from Munich
marek