{wrap} is about formatting an object (e.g. images) so that it is surrounded by text
5
votes
2answers
222 views
Adjust settings that determine when sections should start on a new page/column
I'm using titlesec in a two column environment, and sometimes my sections start on a new page or the second column, and leave blocks of white space at the bottom of the previous page/column.
I am ...
3
votes
1answer
598 views
Table wrapping in tables not working
I am having a problem with text wrapping in a long table.
Here is a copy of my table:
\begin{longtable}[c]{l|b{2in}b{3in} b{2in}}
%\centering
%\begin{tabular}{llll}
Author and Year ...
7
votes
1answer
2k views
How to wrap text around landscape page
I have from time to time a landscape page. I would like that text around it just normally flows. So something how figure environment works. So that it is not really important where you exactly define ...
7
votes
3answers
612 views
Wrap text around symbol
How is it possible to wrap text around a symbol? This is my code so far:
\documentclass{report}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{xcolor}
...