发布时间:2009-12-18 09:50:22
文章类别:宏包使用
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100gh27.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

用来处理窄小图形或表格的宏包是wrapfig。此宏包提供了图形浮动环境wrapfigure和表格浮动体环境wraptable,用来处理小宽度的图形和表格。用法是:
\begin{wrapfigure}[行数]{位置}[超出长度]{宽度}
图形命令
\end{wrapfigure}
效果图:
LaTeX技巧175:用wrapfig宏包插图使用示例
演示代码:
\documentclass[a4paper,12pt]{article}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{wrapfig}
\begin{document}
\section*{Wrapfig test}
% text from en.wikipedia.org/wiki/Gull
Gulls are birds in the family Laridae. They are most closely
related to the terns (family Sternidae), auks and skimmers,
and more distantly to the waders. Most gulls belong to the
large genus Larus.
\begin{wrapfigure}{r}{0.5\textwidth}
\vspace{-20pt}
\begin{center}
\includegraphics[width=0.48\textwidth]{gull}
\end{center}
\vspace{-20pt}
\caption{A gull}
\vspace{-10pt}
\end{wrapfigure}
They are in general medium to large birds, typically grey or white,
often with black markings on the head or wings. They have stout,
longish bills and webbed feet.

Most gulls, particularly Larus species, are ground nesting carnivores,
which will take live food or scavenge opportunistically. The live food
often includes crabs and small fish. Apart from the kittiwakes, gulls
are typically coastal or inland species, rarely venturing far out to sea.
The large species take up to four years to attain full adult plumage,
but two years is typical for small gulls.
\begin{sloppy}
Gulls — the larger species in particular — are resourceful and
highly-intelligent birds, demonstrating complex methods of communication
and a highly-developed social structure. Certain species (e.g. the
Herring Gull) have exhibited tool use behaviour. Many species of gull
have learned to co-exist successfully with man and have thrived in
human habitats. Others rely on kleptoparasitism to get their food.
\end{sloppy}
\end{document}


点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部