Search found 3 matches

by thepetas
Tue May 19, 2015 12:30 pm
Forum: Graphics, Figures & Tables
Topic: Multiple warning
Replies: 2
Views: 2374

Multiple warning

I have a code as
dakfasdljkfhdalfhadfjadsfa.....
\includegraphics[scale=0.6]{obr1.pdf}
dakfasdljkfhdalfhadfjadsfa.....
\includegraphics[scale=0.6]{obr2.pdf}
dakfasdljkfhdalfhadfjadsfa.....
\includegraphics[scale=0.6]{obr3.pdf}
dakfasdljkfhdalfhadfjadsfa.....
\includegraphics[scale=0.6]{obr4.pdf ...
by thepetas
Sun May 17, 2015 9:29 pm
Forum: Graphics, Figures & Tables
Topic: Picture and program code side by side
Replies: 2
Views: 2089

Picture and program code side by side

Thank you very much. It work !
my code, maybe it will be better...

\begin{minipage}[]{0.5\textwidth}
\begin{flushleft}
\includegraphics[scale=0.6]{obr1.pdf}
\end{flushleft}
\end{minipage}%
%
\begin{minipage}[]{0.5\textwidth}
\begin{flushright}
\begin{algorithmic}
\STATE Zacatek
\STATE ...
by thepetas
Sun May 17, 2015 2:31 pm
Forum: Graphics, Figures & Tables
Topic: Picture and program code side by side
Replies: 2
Views: 2089

Picture and program code side by side

Hello,
I am trying to find how to have the picture on the left side of sheet and the code (from {algorithmic}) on the right sheet. Do you know anybody how to? :-)
Thanks !