作者cloudxyz (罗德)
看板LaTeX
标题Re: [问题] minipage 文章要包围图
时间Thu Dec 1 17:16:34 2016
※ 引述《mack (回家的路)》之铭言:
: 我的程式码
: \documentclass[12pt,a4paper]{article}
: \usepackage{amsmath,amsthm,amssymb,amsfonts}
: \usepackage{graphicx,booktabs}
: \pagestyle{plain}
: \begin{document}
: \begin{bfseries}
: \Large
: \centering
: 大会演讲 Professor Fran\c{c}ois Loeser\\
: \large
: Motivic Integration: Old and New\\
: \end{bfseries}
: \begin{bfseries}
: \centering
: \ \\
: Abstract\\
: \ \\
: \end{bfseries}
: "After providing a general introduction to motivic integration and its historical development,
: we will focus on some of its recent applications to geometry and representation theory."\\
: \begin{minipage}{0.9\textwidth}
: \includegraphics[width=.3\textwidth]{Loeser.eps}
: Prof. Fran\c{c}ois Loeser is a French mathematician
: \end{minipage}
: \end{document}
: 文章不只这样 很长 没有全打出来
: 希望的样式
: _________
: | | 字-----------
: | | 字-----------
: | 图 | 字-----------
: | | 字-----------
: | | 字-----------
: _________ 字-----------
: 字---------------------
: 字---------------------
: 字---------------------
: (字包为图 图在左上)
: 请帮帮忙 有点急
: 谢谢
基本的文绕图
http://i.imgur.com/eCO4db1.jpg
参考看看
\documentclass[12pt]{article}
\usepackage{amsmath, amsfonts, amssymb}%数学符号
\usepackage{wrapfig,graphicx}
\begin{document}
\begin{wrapfigure}{l}{6cm}
\centering
\includegraphics[scale=1.5]{goal.jpg}
\caption{Goal}
\end{wrapfigure}
After providing a general introduction to motivic integration and its
historical development,
we will focus on some of its recent applications to geometry and
representation theory.
After providing a general introduction to motivic integration and its
historical development,
we will focus on some of its recent applications to geometry and
representation theory.
After providing a general introduction to motivic integration and its
historical development,
we will focus on some of its recent applications to geometry and
representation theory.
After providing a general introduction to motivic integration and its
historical development,
we will focus on some of its recent applications to geometry and
representation theory.
After providing a general introduction to motivic integration and its
historical development,
we will focus on some of its recent applications to geometry and
representation theory.
After providing a general introduction to motivic integration and its
historical development,
we will focus on some of its recent applications to geometry and
representation theory.
After providing a general introduction to motivic integration and its
historical development,
we will focus on some of its recent applications to geometry and
representation theory.
\end{document}
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 101.12.182.51
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1480583797.A.FAE.html