Tagged Questions
3
votes
1answer
447 views
Wrapping text around a displayed equation
I have something like the following in a tex document:
some text ...
\[ T_y = \left\{ \begin{array}{ll}
x + \alpha & \mbox{if $\alpha = \beta$}\\
x^2 + \beta & ...
2
votes
1answer
215 views
Inserting an image on the right
I got a problem in my LaTeX document. I used the codes below:
\begin{flushleft}
\begin{figure}[tp]
\centering
\includegraphics{C:/Users/churva/Desktop/wla.jpg}
...
4
votes
1answer
2k views
Beamer: How text wrapping around a graphic right aligned?
I want to include a graphic in beamer presentation with right alignment and this graphic should be wrapping by text. I tried three packages but non of them works correct (minimal example below).
...