summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung/08-08-11.ltx2crop
blob: ddb84d328d567f6194c6e5339ad5d1042c08c973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%% 
%%  Ein Beispiel der DANTE-Edition
%%  
%%  1. Auflage
%% 
%%  Beispiel 08-08-11 auf Seite 391.
%% 
%%  Copyright (C) 2012 Herbert Voss
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 
%% 
%% ==== 
% Show page(s) 1
%% 
%% 
\documentclass[]{exaarticle}
\pagestyle{empty}
\setlength\textwidth{392.64803pt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{pictures}
\StartShownPreambleCommands
\usepackage{subcaption,floatrow,xcolor}
\DeclareColorBox{framedfigure}{\fcolorbox{gray}{white}}
\floatsetup[figure]{style=BOXED,heightadjust=object,colorframeset=framedfigure,
    framestyle=colorbox,frameset={\fboxrule=3pt\fboxsep=8pt}}
\floatsetup[subfigure]{style=plain,capbesideposition={left,top},heightadjust=object}
\StopShownPreambleCommands
\begin{document}
\begin{figure}
\ffigbox{}{%
  \begin{subfloatrow*}
    \fcapside[1.1\FBwidth]{\subcaption{Eine ziemlich einfache Zeichnung einer Katze mit
	Ohren, wie man sie eigentlich bei einem Spitz findet.}\label{subfig:A}}{\Cat}
    \fcapside[1.1\FBwidth]{\subcaption{Eine anspruchsvollere Zeichnung einer Katze, mit
	sehr langen Barthaaren und vor allem normalen Ohren und einer normalen
	Nase}\label{subfig:B}}{\TheCat}%
  \end{subfloatrow*}%
  \vspace{2ex}
  \BottomFloatBoxes\floatsetup[subfigure]{heightadjust=none}
  \begin{subfloatrow*}
    \fcapside[1.1\FBwidth]{\subcaption{Eine vor dem Fenster sitzende pechschwarze Katze,
      die beobachtet, was draußen so passiert.}\label{subfig:C}}{\BlackCat}
    \ffigbox[][][b]{\RawCaption{\caption{Seitliche Beschriftungen, die vertikal an ihrer
      Oberkante ausgerichtet sind. Es gibt die Teilabbildungen~\ref{subfig:A},
      \ref{subfig:B} und \ref{subfig:C}. Diese Beschriftung wurde mit dem
      Makro \texttt{\textbackslash RawCaption} gesetzt.}}}{}
  \end{subfloatrow*}}
\end{figure}
\end{document}