File: graphics.tex

package info (click to toggle)
hevea 2.36-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,780 kB
  • sloc: ml: 19,453; sh: 503; makefile: 311; ansic: 132
file content (42 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download | duplicates (5)
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
\documentclass{article}
\usepackage{graphics}
\newstyle{IMG}{border:solid 2px;}
\newstyle{BODY}{background:gray;}
\begin{document}
\section{Commande \texttt{\char92 includegraphics}}
\label{include}
%\label{zobi}
\begin{center}
\includegraphics{HF.ps}
\end{center}

\includegraphics*[1cm,1cm]{HF.ps}
\label{autre}

\section{Commandes \texttt{\char92 scalebox} et \texttt{\char92 resizebox}}

\begin{center}
\scalebox{.5}{\includegraphics{HF.ps}}
\end{center}

Scaled .2 \scalebox{.2}[1]{\includegraphics{HF.ps}}
Scaled .4 \scalebox{.4}[1]{\includegraphics{HF.ps}}
Scaled .6 \scalebox{.6}[1]{\includegraphics{HF.ps}}

\resizebox{1cm}{!}{\includegraphics{HF.ps}}
\resizebox{2cm}{!}{\includegraphics{HF.ps}}
\resizebox{4cm}{!}{\includegraphics{HF.ps}}
\resizebox{8cm}{!}{\includegraphics{HF.ps}}

\section{Transformations}
\rotatebox{45}{\scalebox{.5}{\includegraphics{HF.ps}}}
\newcommand{\monrot}[2]{\rotatebox{#1}{#2}}
\monrot{135}{\scalebox{.5}{\includegraphics{HF.ps}}}



\reflectbox{\includegraphics{HF.ps}}

La premi\`ere section est~\ref{include} ou~\ref{autre}.

\end{document}