Questions tagged [wrap]

{wrap} is about formatting an object (e.g. images) so that it is surrounded by text

376 questions
5
votes
1 answer

Misalignment with cutwin

Compiling the code below yields a misalignment of the text when the box is drawn. \documentclass[fleqn,11pt]{book} \usepackage{cutwin} \begin{document} \renewcommand\windowpagestuff{\flushright\rule{2cm}{2cm}}% \opencutright% text text text text…
pluton
  • 16,421
4
votes
1 answer

Partition in page into thirds vertically

I'd like to partition the page into thirds vertically. That means, the first part starts at the upper left corner of the text body (as usual), the second part starts at (0,-1/3*\textheight) [as seen from the upper left corner of the text body] and…
Toscho
  • 4,713
3
votes
1 answer

wrapping a box in multi line

\documentclass{book} \usepackage{stackengine} \usepackage{ulem} \renewcommand{\baselinestretch}{4} \begin{document} \stackunder{\uline{this a text this a text this a text this a text this a text this a text this a text this a text this a…
Russel
  • 31
2
votes
1 answer

How to underline a given title and make it wrap automatically according to the fixed width?

How to unline a given title and make the title wrap automatically according to the fixed width, I know I need to use the packages \usepackage{ulem} \usepackage{CJKulem} and use it like this \uline{This a very long title just for demonstration so…
2
votes
2 answers

Wrapfig floating to bottom (Article)

I'm trying to get a figure to float beside text but I keep getting the error "wrapfigure used inside conflicting environment," and the figure floats down to the bottom. I'm pretty sure it's not in a list unless sections count as a list, and I've…
1
vote
1 answer

How to wrap text in a vertically rotated merged cell?

I have a table and the codes are given below: \begin{table}[] \begin{tabular}{cc|cccccc|} \cline{3-8} \multicolumn{1}{l}{} & & \multicolumn{6}{c|}{\textbf{Time-period (t)}} …
1
vote
1 answer

Wrapfig package question

I am able to get the image to wrap around the text I want it to (Problem 15) but then the spacing gets carried onto the next set of text (Problem 18) and I don't want it to do that. How can I remove that large space of text from Problem…
Priscilla96
  • 59
  • 1
  • 3
0
votes
0 answers

How to wrap all numbers in a file in dollar signs?

For example, I have a text: bla 1 bla-bla 12 bla-bla-bla 123 end. I want to get from it: bla $1$ bla-bla $12$ bla-bla-bla $123$ end. How do I do this automatically?
0
votes
0 answers

Long Figure Wrap

May I ask how to auto-wrap a too-long figure as shown below(sleepy channel protocol), so that the overflow part of the figure can be shown in the next page automatically? Thanks. Note: The paper is already in double-column format. This figure is…
user77340
  • 101
0
votes
0 answers

How to wrap text around figures and stop figures overlapping vertically?

I'm looking for a way to lay out a series of chess problems, each of which has a figure (a chessboard diagram) and some text. Each figure is about 70x70mm. In an effort to avoid too much wasted page space, I have tried using packages floatflt and…
Rosie F
  • 444