summaryrefslogtreecommitdiff
path: root/2005/flow-accounting-ols2005/OLS2005/EXAMPLE/includegraphics.tex
blob: 01ab098b8398ae3696412c178876faf707507c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Various options can be used for scaling and cropping.  Note
that \textwidth and \columnwidth can be your friends for such
operations -- most often, \columnwidth.

\includegraphics[clip,width=\columnwidth]{ols2003-ipsec-fig-input}
\includegraphics[scale=0.9]{scsi-ds}
\includegraphics[clip,height=3.0in]{relayarch}
\includegraphics[width=2cm]{tpch-host-based-component}
\includegraphics[width=\linewidth]{tpcw-component}
\includegraphics{efi-fig5}

This one uses 90 percent of the column width:
\includegraphics[width=0.9\columnwidth]{rmap_shadow_pages}

personal git repositories of Harald Welte. Your mileage may vary