LaTeX file:
\documentclass[12pt]{article}
\usepackage[slovene]{babel}
\usepackage[cp1250]{inputenc}
\usepackage[pdftex]{graphicx}
\begin{document}
\includegraphics{zleb}
\end{document}
kjer imam "zleb.jpg". Verjetno dela tudi z "zleb.pdf" Prevajati moras s pdflatex.exe
Opcije:
\includegraphics[key_1 = . . . , key_2 = . . . , key_n=....]{?lename}
scale = number — a magnification factor
width = length — the width to which the figure should be scaled
height = length — the height to which the figure should be scaled
totalheight = length — height plus depth of figure (to be used if figure is rotated)
keepaspectratio = true/false — maintains the height/width ratio
angle = number — angle (in degrees) by which the figure is to be rotated counter clockwise
origin = location3 — the point about which rotation is to occur
draft = true/false — prevents figure from being imported, but created a named box with the dimensions of the figure
(this option is used to speed up processing)
clip = true/false — excludes whatever is outside the bounding box
bb = llx lly urx ury — enters the bounding box coordinates, which are given by default in points (1/72 inch), manually (the bounding box might be missing or you might want to alter it)
viewport = llx lly urx ury — speci?es bounding box w.r.t. bottom left of existing bounding box; used with clip to select a part of the image (or to clear unwanted margins).
trim = dllx dlly durx dury — reduces the bounding box by the amount speci?ed
hiresbb = true/false — reads the bounding box information from the line %%HiResBoundingBox in figure file
Navodila sem vzel z lookherefirst.wordpress.com/2007/11/29/latex-pdflatex-include-png-jpg-images/
LaTeX file:
\documentclass{article}
\usepackage
[dvips]
{graphics}
\begin{document}
\rotatebox{90}{\large \bf temperatura ($^\circ$C)}
\end{document}
V emtex\texinput\dvips\ rabis:
graphics.sty
trig.sty
dvips.def
LaTeX file:
\documentstyle[12pt]{article}
\begin{document}
\input epsf
\epsfxsize=9mm
\hspace*{49mm}\epsfbox{kol1.eps}
\end{document}