|
Edit Links |
Tips /
PlacingPicturesBesideTheText
<< The tensind package | Page list | ConvertFilesIntoArchive >>
How to insert pictures beside the text, circumfloated. Using picins for inserting pictures beside the text.HEADER: \usepackage{picins}
%Optional: Define style&font for piccaptions:
\usepackage[font={small,sf}]{caption}
\addto\captionsngerman{\renewcommand{\figurename}{Abb.}}
\addto\captionsngerman{%
\renewcommand{\figurename}{\sffamily\bfseries Abb.}
}
%--> important to have babel activated e.g.: \usepackage [ngerman] {babel} TEXT: ERT: \piccaption{DESCRIPTION}\label{LABEL}\parpic[r]{
<Insert picture with LyX>
ERT: }
|